============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0015f4/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 ===============================
78.65s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
64.78s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__ASYNC-pk_types7-all_types7-index7-pgdate--ASYNC]
11.65s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
7.04s 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.02s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0_UNIQUE_SYNC-pk_types8-all_types8-index8-pgdate-UNIQUE-SYNC]
======================== 2 passed in 163.83s (0:02: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/p4f1/001601/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=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f04f1f3d-ca33-4ae6-9531-20dae74ff34e, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f04f1f3d-ca33-4ae6-9531-20dae74ff34e, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, f04f1f3d-ca33-4ae6-9531-20dae74ff34e, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a00a82fd-dd83-4a48-8a78-744a1e64ca8b, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a00a82fd-dd83-4a48-8a78-744a1e64ca8b, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, a00a82fd-dd83-4a48-8a78-744a1e64ca8b, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b0e19f82-3806-4dea-b079-f0e1283ae5da, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b0e19f82-3806-4dea-b079-f0e1283ae5da, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, b0e19f82-3806-4dea-b079-f0e1283ae5da, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8625fa43-5fbe-4624-98ad-4b6c15889e9a, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8625fa43-5fbe-4624-98ad-4b6c15889e9a, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 8625fa43-5fbe-4624-98ad-4b6c15889e9a, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 301d642e-e32e-4ac5-8739-54184b5ee681, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 301d642e-e32e-4ac5-8739-54184b5ee681, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\'), 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(\'f\'), 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(\'1767366400\')\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, 301d642e-e32e-4ac5-8739-54184b5ee681, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8a15ca3-9396-4599-b9fb-a6bcd1b89536, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8a15ca3-9396-4599-b9fb-a6bcd1b89536, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\'), 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(\'f\'), 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(\'1767366400\')\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, b8a15ca3-9396-4599-b9fb-a6bcd1b89536, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ea7484a8-4966-4fb2-aa1a-81840b206827, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ea7484a8-4966-4fb2-aa1a-81840b206827, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\'), 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(\'f\'), 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(\'1767971200\')\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, ea7484a8-4966-4fb2-aa1a-81840b206827, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00ddc970-a6f2-4091-b66a-c539b6e347b6, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00ddc970-a6f2-4091-b66a-c539b6e347b6, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'1767971200\')\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, 00ddc970-a6f2-4091-b66a-c539b6e347b6, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 11704422-2c77-47a6-86e9-3b66ec1d4535, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 11704422-2c77-47a6-86e9-3b66ec1d4535, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'1767971205\')\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, 11704422-2c77-47a6-86e9-3b66ec1d4535, ghrun-3y6ocxo3te.auto.internal:26846): 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, 810d4c33-7763-4e5d-b7ed-65683173af74, localhost:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 810d4c33-7763-4e5d-b7ed-65683173af74, localhost:26846): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 810d4c33-7763-4e5d-b7ed-65683173af74, localhost:26846): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 26846 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-3y6ocxo3te.auto.internal:26846, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26846
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44822dee-7b74-4a04-935d-26221eb64202, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44822dee-7b74-4a04-935d-26221eb64202, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'1767971205\')\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, 44822dee-7b74-4a04-935d-26221eb64202, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae30ba37-cc2d-4ac6-ad53-f6ae9431cdba, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae30ba37-cc2d-4ac6-ad53-f6ae9431cdba, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'1769180800\')\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, ae30ba37-cc2d-4ac6-ad53-f6ae9431cdba, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9b017a42-47eb-4ba3-9cc3-9bc8280ec3d7, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9b017a42-47eb-4ba3-9cc3-9bc8280ec3d7, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'1769180800\')\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, 9b017a42-47eb-4ba3-9cc3-9bc8280ec3d7, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9bbddbf4-0513-4728-9acf-b1c7455eb576, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bbddbf4-0513-4728-9acf-b1c7455eb576, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, 9bbddbf4-0513-4728-9acf-b1c7455eb576, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 149c4857-3f0f-462b-a43d-c4f730e48225, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 149c4857-3f0f-462b-a43d-c4f730e48225, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, 149c4857-3f0f-462b-a43d-c4f730e48225, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f20e0109-0a7e-43cb-9c0e-a3f855ba7a00, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f20e0109-0a7e-43cb-9c0e-a3f855ba7a00, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, f20e0109-0a7e-43cb-9c0e-a3f855ba7a00, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6e0095c-a645-4084-8403-ee535b4f5677, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6e0095c-a645-4084-8403-ee535b4f5677, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, b6e0095c-a645-4084-8403-ee535b4f5677, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f5cf0924-8c0c-4303-9051-667c9f26a22b, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f5cf0924-8c0c-4303-9051-667c9f26a22b, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, f5cf0924-8c0c-4303-9051-667c9f26a22b, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83cf59ec-4575-4b7f-bc7f-ceae9153d481, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83cf59ec-4575-4b7f-bc7f-ceae9153d481, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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(\'f\') 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(\'f\') 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, 83cf59ec-4575-4b7f-bc7f-ceae9153d481, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3fa0b233-9528-4fc4-bcca-a2f1f888fd87, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3fa0b233-9528-4fc4-bcca-a2f1f888fd87, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 3fa0b233-9528-4fc4-bcca-a2f1f888fd87, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe41f4dc-be0e-41dc-8e03-868337641643, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe41f4dc-be0e-41dc-8e03-868337641643, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, fe41f4dc-be0e-41dc-8e03-868337641643, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09a702d0-0bdf-4286-a08a-f7fb432ecb2c, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09a702d0-0bdf-4286-a08a-f7fb432ecb2c, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 09a702d0-0bdf-4286-a08a-f7fb432ecb2c, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e7388a26-9da6-4dc8-a60a-fe19f20e473e, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7388a26-9da6-4dc8-a60a-fe19f20e473e, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, e7388a26-9da6-4dc8-a60a-fe19f20e473e, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 092ea52e-36a7-491f-907f-07ccd22b1287, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 092ea52e-36a7-491f-907f-07ccd22b1287, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 092ea52e-36a7-491f-907f-07ccd22b1287, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 39e15f93-05cf-43fd-a9a8-b33841975226, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 39e15f93-05cf-43fd-a9a8-b33841975226, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 39e15f93-05cf-43fd-a9a8-b33841975226, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31dd8ef7-5ed4-4974-9b5a-9e663ed6d412, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31dd8ef7-5ed4-4974-9b5a-9e663ed6d412, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 31dd8ef7-5ed4-4974-9b5a-9e663ed6d412, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a6a37846-4cff-470f-b68f-5378c9b5e692, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a6a37846-4cff-470f-b68f-5378c9b5e692, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, a6a37846-4cff-470f-b68f-5378c9b5e692, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f602df4-5686-4d88-a617-ddf96ef4c668, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f602df4-5686-4d88-a617-ddf96ef4c668, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 5f602df4-5686-4d88-a617-ddf96ef4c668, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d51e408-c345-4fee-973e-1bede4d9b34a, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d51e408-c345-4fee-973e-1bede4d9b34a, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 4d51e408-c345-4fee-973e-1bede4d9b34a, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 463fe0ba-036d-48c9-b55f-26b1fe82f8aa, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 463fe0ba-036d-48c9-b55f-26b1fe82f8aa, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 463fe0ba-036d-48c9-b55f-26b1fe82f8aa, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d9843957-ec08-42c4-a05c-f5d74a021801, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d9843957-ec08-42c4-a05c-f5d74a021801, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, d9843957-ec08-42c4-a05c-f5d74a021801, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d60425ea-9d1f-4979-961e-57163c6972c1, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d60425ea-9d1f-4979-961e-57163c6972c1, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, d60425ea-9d1f-4979-961e-57163c6972c1, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d0a316f7-1983-401c-b207-32328a1e56d8, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d0a316f7-1983-401c-b207-32328a1e56d8, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, d0a316f7-1983-401c-b207-32328a1e56d8, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e63c576-efce-4965-8fbc-43773e3d1f1c, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e63c576-efce-4965-8fbc-43773e3d1f1c, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 1e63c576-efce-4965-8fbc-43773e3d1f1c, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b1c7097-a833-4f0f-808c-13350aab4b01, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b1c7097-a833-4f0f-808c-13350aab4b01, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 4b1c7097-a833-4f0f-808c-13350aab4b01, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 22cc9326-88eb-4660-93e3-50ded5469204, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 22cc9326-88eb-4660-93e3-50ded5469204, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 22cc9326-88eb-4660-93e3-50ded5469204, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 77ee7a80-dbfa-40c2-af18-59bf8b777ec0, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 77ee7a80-dbfa-40c2-af18-59bf8b777ec0, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 77ee7a80-dbfa-40c2-af18-59bf8b777ec0, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0bb7f3dd-8d6c-4be2-9c3f-3da3563a5e6f, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0bb7f3dd-8d6c-4be2-9c3f-3da3563a5e6f, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 0bb7f3dd-8d6c-4be2-9c3f-3da3563a5e6f, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
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, 3c9af6cd-3568-405a-b8d3-abd7d4c22b83, localhost:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3c9af6cd-3568-405a-b8d3-abd7d4c22b83, localhost:26846): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3c9af6cd-3568-405a-b8d3-abd7d4c22b83, localhost:26846): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 26846 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-3y6ocxo3te.auto.internal:26846, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26846
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 41b9be2e-137b-49bb-9c6b-9d87fb9db912, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 41b9be2e-137b-49bb-9c6b-9d87fb9db912, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 41b9be2e-137b-49bb-9c6b-9d87fb9db912, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 10af2347-24b3-42f8-b1b4-b27367632a5f, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10af2347-24b3-42f8-b1b4-b27367632a5f, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 10af2347-24b3-42f8-b1b4-b27367632a5f, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8308bf6d-6a5d-4d76-96f6-3734e532302c, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8308bf6d-6a5d-4d76-96f6-3734e532302c, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 8308bf6d-6a5d-4d76-96f6-3734e532302c, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 62f17c35-3281-462f-857a-fe1391827169, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 62f17c35-3281-462f-857a-fe1391827169, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 62f17c35-3281-462f-857a-fe1391827169, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fa1602b3-0173-46ca-b73e-cf2fb895847e, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa1602b3-0173-46ca-b73e-cf2fb895847e, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, fa1602b3-0173-46ca-b73e-cf2fb895847e, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c805fd89-544a-470d-8712-19dcdeabfdb1, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c805fd89-544a-470d-8712-19dcdeabfdb1, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, c805fd89-544a-470d-8712-19dcdeabfdb1, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 16a5fa13-8b01-4afb-8de6-84e7e7dc02d3, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 16a5fa13-8b01-4afb-8de6-84e7e7dc02d3, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 16a5fa13-8b01-4afb-8de6-84e7e7dc02d3, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6fdd217-1513-40c9-9ea1-8c7b29e65959, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6fdd217-1513-40c9-9ea1-8c7b29e65959, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, d6fdd217-1513-40c9-9ea1-8c7b29e65959, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6a4e999-4aea-489a-9d01-a4c4b2c3c55f, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6a4e999-4aea-489a-9d01-a4c4b2c3c55f, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, e6a4e999-4aea-489a-9d01-a4c4b2c3c55f, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3337e188-d101-49e7-afff-1f64fad53c02, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3337e188-d101-49e7-afff-1f64fad53c02, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 3337e188-d101-49e7-afff-1f64fad53c02, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8cd3ed03-e354-4049-b286-d559901ac36f, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8cd3ed03-e354-4049-b286-d559901ac36f, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 8cd3ed03-e354-4049-b286-d559901ac36f, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 997136d6-21b3-4ab8-ac63-61251b6435a2, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 997136d6-21b3-4ab8-ac63-61251b6435a2, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 997136d6-21b3-4ab8-ac63-61251b6435a2, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 870b4f96-d776-489f-bd21-236cc9395bcf, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 870b4f96-d776-489f-bd21-236cc9395bcf, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 870b4f96-d776-489f-bd21-236cc9395bcf, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
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, fe16182e-ce2e-46bb-94c7-6756642d9fbe, localhost:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fe16182e-ce2e-46bb-94c7-6756642d9fbe, localhost:26846): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fe16182e-ce2e-46bb-94c7-6756642d9fbe, localhost:26846): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 26846 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-3y6ocxo3te.auto.internal:26846, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26846
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d7d8f899-ac9c-42b1-ae63-885ab0781e33, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d7d8f899-ac9c-42b1-ae63-885ab0781e33, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, d7d8f899-ac9c-42b1-ae63-885ab0781e33, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a9e7d9ea-5a6a-45ea-871a-80ebaaabc2c0, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a9e7d9ea-5a6a-45ea-871a-80ebaaabc2c0, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, a9e7d9ea-5a6a-45ea-871a-80ebaaabc2c0, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1ed78779-c777-4af7-8b3e-32f46cbeb3ad, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1ed78779-c777-4af7-8b3e-32f46cbeb3ad, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 1ed78779-c777-4af7-8b3e-32f46cbeb3ad, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b9834f11-eb1b-4fd2-955b-19f632799acb, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b9834f11-eb1b-4fd2-955b-19f632799acb, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, b9834f11-eb1b-4fd2-955b-19f632799acb, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5303baae-0698-45b8-a1ee-0e4298a99f3c, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5303baae-0698-45b8-a1ee-0e4298a99f3c, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 5303baae-0698-45b8-a1ee-0e4298a99f3c, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45a985f3-ddb0-4347-a8dc-808bdc2a1413, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45a985f3-ddb0-4347-a8dc-808bdc2a1413, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 45a985f3-ddb0-4347-a8dc-808bdc2a1413, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, adba8a93-ec1e-4b1a-98d3-f7c389dd0138, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, adba8a93-ec1e-4b1a-98d3-f7c389dd0138, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, adba8a93-ec1e-4b1a-98d3-f7c389dd0138, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ff768801-5175-41c2-9e76-4d79141b652b, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ff768801-5175-41c2-9e76-4d79141b652b, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, ff768801-5175-41c2-9e76-4d79141b652b, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b4e4509c-70fb-43ef-824e-295b40e896bb, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b4e4509c-70fb-43ef-824e-295b40e896bb, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, b4e4509c-70fb-43ef-824e-295b40e896bb, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae1f1b72-76eb-4350-9846-7b75cf1773ec, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae1f1b72-76eb-4350-9846-7b75cf1773ec, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, ae1f1b72-76eb-4350-9846-7b75cf1773ec, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6a238abc-7e36-4647-8b03-bf8226efcd91, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6a238abc-7e36-4647-8b03-bf8226efcd91, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, 6a238abc-7e36-4647-8b03-bf8226efcd91, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, deb1122e-45a4-44e2-96f0-f196288b3522, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, deb1122e-45a4-44e2-96f0-f196288b3522, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" 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, deb1122e-45a4-44e2-96f0-f196288b3522, ghrun-3y6ocxo3te.auto.internal:26846): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 7955b88d-cb12-4572-8225-f903b1b60bac, ghrun-3y6ocxo3te.auto.internal:26846): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 7955b88d-cb12-4572-8225-f903b1b60bac, ghrun-3y6ocxo3te.auto.internal:26846): request = { session_id: "ydb://session/3?node_id=1&id=MjJiY2EyNTctM2Q5OWZlNzgtOTI1YTAxZTMtNTE2MjViZmI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 7955b88d-cb12-4572-8225-f903b1b60bac, ghrun-3y6ocxo3te.auto.internal:26846): 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:26846
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:26846
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7673b19f-9ee6-4fe7-af49-279c0bc035cc, ghrun-3y6ocxo3te.auto.internal:26846): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:26846/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25545
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6941
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8522
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61599
============================== slowest durations ===============================
275.42s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
80.00s call     test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
17.12s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0_UNIQUE_SYNC-pk_types2-all_types2-index2-pgint4-UNIQUE-SYNC]
13.30s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgdate_0__SYNC-pk_types6-all_types6-index6-pgdate--SYNC]
0.03s 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 389.42s (0:06:29) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001632/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 ===============================
76.76s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
70.55s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
12.06s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__SYNC-pk_types0-all_types0-index0-pgint4--SYNC]
10.24s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint4_0__ASYNC-pk_types1-all_types1-index1-pgint4--ASYNC]
0.01s 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 171.27s (0:02: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/p4f1/001633/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 ===============================
79.71s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0_UNIQUE_SYNC-pk_types5-all_types5-index5-pgint8-UNIQUE-SYNC]
68.89s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
17.06s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__ASYNC-pk_types4-all_types4-index4-pgint8--ASYNC]
9.92s 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 177.08s (0:02:57) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001613/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 .F

=================================== FAILURES ===================================
_ TestPgTTL.test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-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_pgtimestamp_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_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-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_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 602e7a21-5bdc-480d-a4e7-e4e1dea8b3a8, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 602e7a21-5bdc-480d-a4e7-e4e1dea8b3a8, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_pgtimestamp_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_pgtimestamp pgtimestamp,\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, 602e7a21-5bdc-480d-a4e7-e4e1dea8b3a8, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3f847971-e50f-4e92-b37c-a10c7fcd4199, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3f847971-e50f-4e92-b37c-a10c7fcd4199, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_pgtimestamp  )\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, 3f847971-e50f-4e92-b37c-a10c7fcd4199, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 023a8f63-ccc0-47a2-8ec5-1444eb4038c3, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 023a8f63-ccc0-47a2-8ec5-1444eb4038c3, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_pgtimestamp_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, 023a8f63-ccc0-47a2-8ec5-1444eb4038c3, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46d69d19-d4e9-494f-bb13-7bef9de945aa, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46d69d19-d4e9-494f-bb13-7bef9de945aa, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_pgtimestamp  )\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, 46d69d19-d4e9-494f-bb13-7bef9de945aa, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 021e7323-3d11-4caf-bff8-a8b98d21dd69, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 021e7323-3d11-4caf-bff8-a8b98d21dd69, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgtimestamp(\'2026-01-02 15:06:30\')\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, 021e7323-3d11-4caf-bff8-a8b98d21dd69, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f561e503-8b99-4416-a150-3db121598136, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f561e503-8b99-4416-a150-3db121598136, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgtimestamp(\'2026-01-02 15:06:30\')\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, f561e503-8b99-4416-a150-3db121598136, ghrun-3y6ocxo3te.auto.internal:19425): 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, 1d311008-bf87-4f33-8c05-bfec79cc6cbc, localhost:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1d311008-bf87-4f33-8c05-bfec79cc6cbc, localhost:19425): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1d311008-bf87-4f33-8c05-bfec79cc6cbc, localhost:19425): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 19425 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-3y6ocxo3te.auto.internal:19425, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19425
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 36788831-d6df-4945-aae1-a9fe7817c741, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 36788831-d6df-4945-aae1-a9fe7817c741, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgtimestamp(\'2026-01-09 15:06:30\')\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, 36788831-d6df-4945-aae1-a9fe7817c741, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7749e916-8c33-494b-91d2-f0343464d1a6, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7749e916-8c33-494b-91d2-f0343464d1a6, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\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                pgtimestamp(\'2026-01-09 15:06:30\')\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, 7749e916-8c33-494b-91d2-f0343464d1a6, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 001f4662-ffe5-4edf-9f89-7b9cdf04723d, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 001f4662-ffe5-4edf-9f89-7b9cdf04723d, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\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                pgtimestamp(\'2026-01-09 15:06:35\')\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, 001f4662-ffe5-4edf-9f89-7b9cdf04723d, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86758f55-56e8-48d1-a19f-c10bab68f476, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86758f55-56e8-48d1-a19f-c10bab68f476, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\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                pgtimestamp(\'2026-01-09 15:06:35\')\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, 86758f55-56e8-48d1-a19f-c10bab68f476, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8bb790a7-f02f-495b-9796-7d136a054fe7, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8bb790a7-f02f-495b-9796-7d136a054fe7, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\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                pgtimestamp(\'2026-01-23 15:06:30\')\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, 8bb790a7-f02f-495b-9796-7d136a054fe7, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0afa2645-cdd4-4758-ab74-eabae6b0355e, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0afa2645-cdd4-4758-ab74-eabae6b0355e, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_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_pgtimestamp\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                pgtimestamp(\'2026-01-23 15:06:30\')\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, 0afa2645-cdd4-4758-ab74-eabae6b0355e, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c067e0ab-368d-4e77-be32-8eea25420549, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c067e0ab-368d-4e77-be32-8eea25420549, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, c067e0ab-368d-4e77-be32-8eea25420549, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d956c6bf-cf35-4b94-98b6-4628e42c724d, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d956c6bf-cf35-4b94-98b6-4628e42c724d, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, d956c6bf-cf35-4b94-98b6-4628e42c724d, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19b5a43b-9df1-45a0-8688-0786b79add6b, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19b5a43b-9df1-45a0-8688-0786b79add6b, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, 19b5a43b-9df1-45a0-8688-0786b79add6b, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ddb91da4-2ce5-4fab-836a-da191af3b91a, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ddb91da4-2ce5-4fab-836a-da191af3b91a, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, ddb91da4-2ce5-4fab-836a-da191af3b91a, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a03d613-f132-41ad-b7ab-68c357a6f48e, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a03d613-f132-41ad-b7ab-68c357a6f48e, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, 7a03d613-f132-41ad-b7ab-68c357a6f48e, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a4b1994-5774-4e02-9f49-33dfc691e01e, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a4b1994-5774-4e02-9f49-33dfc691e01e, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0_UNIQUE_SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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(\'f\') 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, 5a4b1994-5774-4e02-9f49-33dfc691e01e, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a728f62-d2b1-4c48-b850-d1e32e294609, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a728f62-d2b1-4c48-b850-d1e32e294609, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 3a728f62-d2b1-4c48-b850-d1e32e294609, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3de54e48-a980-4caa-95d7-83ec6c9bf4c5, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3de54e48-a980-4caa-95d7-83ec6c9bf4c5, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 3de54e48-a980-4caa-95d7-83ec6c9bf4c5, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58a6f0c2-af7c-438c-851f-47daf7ec2435, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58a6f0c2-af7c-438c-851f-47daf7ec2435, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 58a6f0c2-af7c-438c-851f-47daf7ec2435, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e747f86e-e159-4997-af0a-2891ce5b83d6, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e747f86e-e159-4997-af0a-2891ce5b83d6, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, e747f86e-e159-4997-af0a-2891ce5b83d6, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cb924fd2-fea7-43cb-8855-351f8f3ca96d, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cb924fd2-fea7-43cb-8855-351f8f3ca96d, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, cb924fd2-fea7-43cb-8855-351f8f3ca96d, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 820bc355-46c7-4bb4-a884-9307b39f8e4c, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 820bc355-46c7-4bb4-a884-9307b39f8e4c, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 820bc355-46c7-4bb4-a884-9307b39f8e4c, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3e6f387a-0c2d-48ee-b868-743415b50e5c, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e6f387a-0c2d-48ee-b868-743415b50e5c, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 3e6f387a-0c2d-48ee-b868-743415b50e5c, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 105eafd5-c705-4367-932b-4f87b4377a5f, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 105eafd5-c705-4367-932b-4f87b4377a5f, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 105eafd5-c705-4367-932b-4f87b4377a5f, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
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, b3bb3952-7b07-409e-8ad2-7298022844f5, localhost:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3bb3952-7b07-409e-8ad2-7298022844f5, localhost:19425): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3bb3952-7b07-409e-8ad2-7298022844f5, localhost:19425): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 19425 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-3y6ocxo3te.auto.internal:19425, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19425
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c6661919-f491-49bb-bf7d-f8e36ac1c138, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c6661919-f491-49bb-bf7d-f8e36ac1c138, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, c6661919-f491-49bb-bf7d-f8e36ac1c138, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a3425b97-b791-4fd5-b0ed-e3ae7d9be044, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a3425b97-b791-4fd5-b0ed-e3ae7d9be044, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, a3425b97-b791-4fd5-b0ed-e3ae7d9be044, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4b842b4-e512-4804-9413-5f7a24bb2ecc, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4b842b4-e512-4804-9413-5f7a24bb2ecc, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, c4b842b4-e512-4804-9413-5f7a24bb2ecc, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83f904fd-9527-4101-a40e-78e1687e1c23, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83f904fd-9527-4101-a40e-78e1687e1c23, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 83f904fd-9527-4101-a40e-78e1687e1c23, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e668260-9f0a-415f-9de7-36f02cbb7651, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e668260-9f0a-415f-9de7-36f02cbb7651, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 0e668260-9f0a-415f-9de7-36f02cbb7651, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31134a8a-2e23-405d-8cda-8aad1ff49ddd, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31134a8a-2e23-405d-8cda-8aad1ff49ddd, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 31134a8a-2e23-405d-8cda-8aad1ff49ddd, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47431a46-9d5d-4f26-857a-055419629b2b, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47431a46-9d5d-4f26-857a-055419629b2b, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 47431a46-9d5d-4f26-857a-055419629b2b, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 713f5de3-0e16-4b6a-b4bb-6b7d0a2dc29e, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 713f5de3-0e16-4b6a-b4bb-6b7d0a2dc29e, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 713f5de3-0e16-4b6a-b4bb-6b7d0a2dc29e, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 55c29d33-4a23-4f89-88c7-8644c0b65d11, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55c29d33-4a23-4f89-88c7-8644c0b65d11, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 55c29d33-4a23-4f89-88c7-8644c0b65d11, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a70dc332-a00f-4250-9bba-22c08fcc66ac, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a70dc332-a00f-4250-9bba-22c08fcc66ac, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, a70dc332-a00f-4250-9bba-22c08fcc66ac, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d21aef9e-94c4-4cb0-a462-2e93c8983811, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d21aef9e-94c4-4cb0-a462-2e93c8983811, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, d21aef9e-94c4-4cb0-a462-2e93c8983811, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b11e7c3b-e45a-4eac-8c35-89e2f37fa7d7, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b11e7c3b-e45a-4eac-8c35-89e2f37fa7d7, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, b11e7c3b-e45a-4eac-8c35-89e2f37fa7d7, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c1b03332-5082-4f00-8130-6a0c2e592aa3, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c1b03332-5082-4f00-8130-6a0c2e592aa3, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, c1b03332-5082-4f00-8130-6a0c2e592aa3, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48d79a8a-69e0-43ee-bf49-033d602c2298, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48d79a8a-69e0-43ee-bf49-033d602c2298, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 48d79a8a-69e0-43ee-bf49-033d602c2298, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
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, 229a613f-cc08-4597-bfb4-0c33cd21408e, localhost:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 229a613f-cc08-4597-bfb4-0c33cd21408e, localhost:19425): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 229a613f-cc08-4597-bfb4-0c33cd21408e, localhost:19425): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 19425 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-3y6ocxo3te.auto.internal:19425, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19425
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cd106a71-795e-4e38-96c9-4a70c0fcdb1d, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cd106a71-795e-4e38-96c9-4a70c0fcdb1d, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, cd106a71-795e-4e38-96c9-4a70c0fcdb1d, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4e073122-2008-493a-b8c7-b2d1092d27d1, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e073122-2008-493a-b8c7-b2d1092d27d1, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 4e073122-2008-493a-b8c7-b2d1092d27d1, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ca40eb7-2847-473c-b04a-e34731f774f2, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ca40eb7-2847-473c-b04a-e34731f774f2, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 8ca40eb7-2847-473c-b04a-e34731f774f2, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74850686-9709-4b57-9259-bb45cc3b9ad7, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74850686-9709-4b57-9259-bb45cc3b9ad7, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 74850686-9709-4b57-9259-bb45cc3b9ad7, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4de415d-c768-4ab5-bbd5-2cda558fcbf7, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4de415d-c768-4ab5-bbd5-2cda558fcbf7, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, a4de415d-c768-4ab5-bbd5-2cda558fcbf7, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5e22a8a4-f038-4aaa-813a-a941fc77cfb9, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5e22a8a4-f038-4aaa-813a-a941fc77cfb9, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 5e22a8a4-f038-4aaa-813a-a941fc77cfb9, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ce191d1b-73e2-454e-815c-c0c75a582f54, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ce191d1b-73e2-454e-815c-c0c75a582f54, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, ce191d1b-73e2-454e-815c-c0c75a582f54, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bde561b1-911d-4b7b-92e7-cc17110bfe4d, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bde561b1-911d-4b7b-92e7-cc17110bfe4d, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, bde561b1-911d-4b7b-92e7-cc17110bfe4d, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e7afacf5-ad68-44eb-bdab-8a8af96f03c8, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7afacf5-ad68-44eb-bdab-8a8af96f03c8, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, e7afacf5-ad68-44eb-bdab-8a8af96f03c8, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a6b875b-90b7-4cb5-8815-12ca7d77c354, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a6b875b-90b7-4cb5-8815-12ca7d77c354, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 8a6b875b-90b7-4cb5-8815-12ca7d77c354, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ca32c738-2463-4006-97a6-07072d04862e, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ca32c738-2463-4006-97a6-07072d04862e, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, ca32c738-2463-4006-97a6-07072d04862e, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f7d47dc-39a7-4ceb-8bb1-b06abb4cbee0, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f7d47dc-39a7-4ceb-8bb1-b06abb4cbee0, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 5f7d47dc-39a7-4ceb-8bb1-b06abb4cbee0, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5a9029f-fc07-41ff-bf79-4d5e249adb2b, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5a9029f-fc07-41ff-bf79-4d5e249adb2b, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, a5a9029f-fc07-41ff-bf79-4d5e249adb2b, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ea64a0b-4794-467a-959c-0ca123a6ab15, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ea64a0b-4794-467a-959c-0ca123a6ab15, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 6ea64a0b-4794-467a-959c-0ca123a6ab15, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84743a34-3193-4b4d-977e-f79bf685e718, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84743a34-3193-4b4d-977e-f79bf685e718, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 84743a34-3193-4b4d-977e-f79bf685e718, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 967f9711-a58a-49ae-a70c-03e666dcff5c, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 967f9711-a58a-49ae-a70c-03e666dcff5c, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 967f9711-a58a-49ae-a70c-03e666dcff5c, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3348d47f-b28d-4853-9113-049be4f4281b, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3348d47f-b28d-4853-9113-049be4f4281b, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 3348d47f-b28d-4853-9113-049be4f4281b, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
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, 85074c0f-c366-46b5-855b-67ab395c7f3a, localhost:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 85074c0f-c366-46b5-855b-67ab395c7f3a, localhost:19425): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 85074c0f-c366-46b5-855b-67ab395c7f3a, localhost:19425): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 19425 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-3y6ocxo3te.auto.internal:19425, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19425
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 78791fa5-acad-4838-8001-046c63b28cd9, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 78791fa5-acad-4838-8001-046c63b28cd9, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 78791fa5-acad-4838-8001-046c63b28cd9, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f8f63659-791d-47ed-9e73-0d022a638949, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f8f63659-791d-47ed-9e73-0d022a638949, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, f8f63659-791d-47ed-9e73-0d022a638949, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c64ae029-75ff-4bf0-a195-32fc3f208127, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c64ae029-75ff-4bf0-a195-32fc3f208127, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, c64ae029-75ff-4bf0-a195-32fc3f208127, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25a72c73-0a0d-4571-859c-f769034f2c44, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25a72c73-0a0d-4571-859c-f769034f2c44, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 25a72c73-0a0d-4571-859c-f769034f2c44, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6dcb81c1-be1b-4113-9a71-d84bbd864171, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6dcb81c1-be1b-4113-9a71-d84bbd864171, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_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, 6dcb81c1-be1b-4113-9a71-d84bbd864171, ghrun-3y6ocxo3te.auto.internal:19425): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 4f5c4aab-ecc8-40c6-bf7a-9690522c8499, ghrun-3y6ocxo3te.auto.internal:19425): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 4f5c4aab-ecc8-40c6-bf7a-9690522c8499, ghrun-3y6ocxo3te.auto.internal:19425): request = { session_id: "ydb://session/3?node_id=1&id=NTczNzEzNWYtMTk1OTZhMmQtOWM3Zjc2YTgtZWJjMmY3YWI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 4f5c4aab-ecc8-40c6-bf7a-9690522c8499, ghrun-3y6ocxo3te.auto.internal:19425): 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:19425
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:19425
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0428d1c9-149b-424b-9c81-1de507d9b6f4, ghrun-3y6ocxo3te.auto.internal:19425): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
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:19425/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23024
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25788
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27595
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19425
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12984
============================== slowest durations ===============================
274.32s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
77.40s call     test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
12.06s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
11.63s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgint8_0__SYNC-pk_types3-all_types3-index3-pgint8--SYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0_UNIQUE_SYNC-pk_types11-all_types11-index11-pgtimestamp-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 5 lines, table table_pgtimestamp_0_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 378.13s (0:06:18) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/00160a/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 .F

=================================== FAILURES ===================================
_ TestPgTTL.test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--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 6 lines, table table_pgtimestamp_0__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_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--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_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c4b2343-0653-4fcd-a51f-63abf7a77074, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c4b2343-0653-4fcd-a51f-63abf7a77074, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_pgtimestamp_0__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_pgbool pgbool, 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_pgtimestamp pgtimestamp,\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_pgbool GLOBAL  SYNC ON (col_index_pgbool), INDEX idx_col_index_pgint2 GLOBAL  SYNC ON (col_index_pgint2), INDEX idx_col_index_pgint4 GLOBAL  SYNC ON (col_index_pgint4), INDEX idx_col_index_pgint8 GLOBAL  SYNC ON (col_index_pgint8), INDEX idx_col_index_pgnumeric GLOBAL  SYNC ON (col_index_pgnumeric), INDEX idx_col_index_pgbytea GLOBAL  SYNC ON (col_index_pgbytea), INDEX idx_col_index_pgtext GLOBAL  SYNC ON (col_index_pgtext), INDEX idx_col_index_pgvarchar GLOBAL  SYNC ON (col_index_pgvarchar), INDEX idx_col_index_pguuid GLOBAL  SYNC ON (col_index_pguuid), INDEX idx_col_index_pgdate GLOBAL  SYNC ON (col_index_pgdate), INDEX idx_col_index_pgtimestamp GLOBAL  SYNC ON (col_index_pgtimestamp), INDEX idx_col_index_pginterval GLOBAL  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, 0c4b2343-0653-4fcd-a51f-63abf7a77074, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e9188bed-cbda-45af-9719-d8834a737afc, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e9188bed-cbda-45af-9719-d8834a737afc, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0__SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_pgtimestamp  )\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, e9188bed-cbda-45af-9719-d8834a737afc, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e435d08e-6101-4727-ad24-e1d0da0d2710, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e435d08e-6101-4727-ad24-e1d0da0d2710, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_pgtimestamp_0__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, e435d08e-6101-4727-ad24-e1d0da0d2710, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6939b1a-f5f6-430f-b45c-95b04fcde9b4, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6939b1a-f5f6-430f-b45c-95b04fcde9b4, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_pgtimestamp_0__SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_pgtimestamp  )\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, b6939b1a-f5f6-430f-b45c-95b04fcde9b4, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd9f1530-c4a6-430c-aa3d-54711c8729b9, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd9f1530-c4a6-430c-aa3d-54711c8729b9, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgbool(\'f\'), 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                pgtimestamp(\'2026-01-02 15:06:37\')\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, fd9f1530-c4a6-430c-aa3d-54711c8729b9, ghrun-3y6ocxo3te.auto.internal:13077): 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, 152f72f9-1221-4ff6-8f54-5fe9123b6554, localhost:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 152f72f9-1221-4ff6-8f54-5fe9123b6554, localhost:13077): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 152f72f9-1221-4ff6-8f54-5fe9123b6554, localhost:13077): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 13077 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-3y6ocxo3te.auto.internal:13077, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13077
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e80db3e0-6438-423b-8e0e-931679c31ab5, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e80db3e0-6438-423b-8e0e-931679c31ab5, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgbool(\'f\'), 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                pgtimestamp(\'2026-01-02 15:06:37\')\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, e80db3e0-6438-423b-8e0e-931679c31ab5, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a2667bd-0e34-4254-b13a-80949cfee66c, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a2667bd-0e34-4254-b13a-80949cfee66c, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\n            )\n            VALUES(\n                pgbool(\'f\'), 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(\'f\'), 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                pgbool(\'f\'), 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                pgtimestamp(\'2026-01-09 15:06:37\')\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, 4a2667bd-0e34-4254-b13a-80949cfee66c, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25c8bb9f-630e-4844-8b04-16ca4e4385e1, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25c8bb9f-630e-4844-8b04-16ca4e4385e1, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\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                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                pgtimestamp(\'2026-01-09 15:06:37\')\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, 25c8bb9f-630e-4844-8b04-16ca4e4385e1, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4e23b51-6c1f-42f6-893d-7e40525adf28, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4e23b51-6c1f-42f6-893d-7e40525adf28, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\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                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                pgtimestamp(\'2026-01-09 15:06:42\')\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, a4e23b51-6c1f-42f6-893d-7e40525adf28, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1d3b8175-9da6-4ad5-9e8c-89d856154c80, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1d3b8175-9da6-4ad5-9e8c-89d856154c80, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\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                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                pgtimestamp(\'2026-01-09 15:06:42\')\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, 1d3b8175-9da6-4ad5-9e8c-89d856154c80, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7c327d56-d846-4cbd-af8b-9d987f3ec67a, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7c327d56-d846-4cbd-af8b-9d987f3ec67a, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\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                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                pgtimestamp(\'2026-01-23 15:06:37\')\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, 7c327d56-d846-4cbd-af8b-9d987f3ec67a, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d769f9cf-1f3c-46d7-9e1c-26112618b412, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d769f9cf-1f3c-46d7-9e1c-26112618b412, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_pgtimestamp_0__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_pgbool, 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_pgtimestamp\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                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                pgtimestamp(\'2026-01-23 15:06:37\')\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, d769f9cf-1f3c-46d7-9e1c-26112618b412, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 610f9d3c-347c-4539-b24f-9125098306d4, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 610f9d3c-347c-4539-b24f-9125098306d4, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, 610f9d3c-347c-4539-b24f-9125098306d4, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ba423189-b864-41cc-ab02-ae859d6bb547, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba423189-b864-41cc-ab02-ae859d6bb547, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, ba423189-b864-41cc-ab02-ae859d6bb547, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67fc1d0e-9946-4a38-9001-cde84bdaa1f0, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67fc1d0e-9946-4a38-9001-cde84bdaa1f0, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, 67fc1d0e-9946-4a38-9001-cde84bdaa1f0, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70a74ff7-c8f3-459d-bffb-7320ccf40a99, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70a74ff7-c8f3-459d-bffb-7320ccf40a99, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, 70a74ff7-c8f3-459d-bffb-7320ccf40a99, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47428969-7169-433d-8652-a428f6f20493, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47428969-7169-433d-8652-a428f6f20493, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, 47428969-7169-433d-8652-a428f6f20493, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 134229b6-5026-4581-8318-637e7cc33b0f, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 134229b6-5026-4581-8318-637e7cc33b0f, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'f\') 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_pgbool=pgbool(\'f\') and 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(\'f\') 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, 134229b6-5026-4581-8318-637e7cc33b0f, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6ad0631-fe93-47a6-885f-e88c337a0824, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6ad0631-fe93-47a6-885f-e88c337a0824, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__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_pgbool=pgbool(\'t\') and 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, d6ad0631-fe93-47a6-885f-e88c337a0824, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9bb84d91-cfa9-422f-8e5f-567f206d64e8, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bb84d91-cfa9-422f-8e5f-567f206d64e8, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__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_pgbool=pgbool(\'t\') and 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, 9bb84d91-cfa9-422f-8e5f-567f206d64e8, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 090777a0-bdfc-45a8-890e-763c02fd9458, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 090777a0-bdfc-45a8-890e-763c02fd9458, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__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_pgbool=pgbool(\'t\') and 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, 090777a0-bdfc-45a8-890e-763c02fd9458, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b494f3ec-0caf-43cd-99e2-2e279bd1b4f2, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b494f3ec-0caf-43cd-99e2-2e279bd1b4f2, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__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_pgbool=pgbool(\'t\') and 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, b494f3ec-0caf-43cd-99e2-2e279bd1b4f2, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a68a0521-9c15-47e0-a752-1e9cd4ada485, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a68a0521-9c15-47e0-a752-1e9cd4ada485, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, a68a0521-9c15-47e0-a752-1e9cd4ada485, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4825c302-aed4-4203-9ee0-303610cd643e, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4825c302-aed4-4203-9ee0-303610cd643e, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 4825c302-aed4-4203-9ee0-303610cd643e, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71532652-ec84-4329-8af3-ae9589e24d83, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71532652-ec84-4329-8af3-ae9589e24d83, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 71532652-ec84-4329-8af3-ae9589e24d83, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 789729c0-87c6-4d35-afdd-3ae7a24de870, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 789729c0-87c6-4d35-afdd-3ae7a24de870, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 789729c0-87c6-4d35-afdd-3ae7a24de870, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2f398e1d-04ad-411e-b95c-94a23d195aa9, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2f398e1d-04ad-411e-b95c-94a23d195aa9, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 2f398e1d-04ad-411e-b95c-94a23d195aa9, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c402ace3-d49e-48bb-929c-81b66678e952, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c402ace3-d49e-48bb-929c-81b66678e952, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, c402ace3-d49e-48bb-929c-81b66678e952, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a3c8d4d-c12b-4a64-9e77-90eecce68b78, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a3c8d4d-c12b-4a64-9e77-90eecce68b78, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 8a3c8d4d-c12b-4a64-9e77-90eecce68b78, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b9b645b7-5e3f-4a9e-8172-293b8b2733d0, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b9b645b7-5e3f-4a9e-8172-293b8b2733d0, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, b9b645b7-5e3f-4a9e-8172-293b8b2733d0, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3c6bd4b2-876f-450d-9ccc-9d4becedfdd4, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3c6bd4b2-876f-450d-9ccc-9d4becedfdd4, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 3c6bd4b2-876f-450d-9ccc-9d4becedfdd4, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
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, f93b91bb-2dd4-4258-8864-1d5d586ac885, localhost:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f93b91bb-2dd4-4258-8864-1d5d586ac885, localhost:13077): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f93b91bb-2dd4-4258-8864-1d5d586ac885, localhost:13077): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 13077 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-3y6ocxo3te.auto.internal:13077, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13077
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe8b61e1-b68b-4558-9f1a-770a2cdc16fb, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe8b61e1-b68b-4558-9f1a-770a2cdc16fb, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, fe8b61e1-b68b-4558-9f1a-770a2cdc16fb, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae40d1d7-f441-4485-8f34-0d43b144bf30, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae40d1d7-f441-4485-8f34-0d43b144bf30, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, ae40d1d7-f441-4485-8f34-0d43b144bf30, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93074583-5d7b-4cbc-90e1-529ba92a6338, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93074583-5d7b-4cbc-90e1-529ba92a6338, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 93074583-5d7b-4cbc-90e1-529ba92a6338, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 42c3fe58-33a9-4dd3-a61b-e096b9bd1d3e, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 42c3fe58-33a9-4dd3-a61b-e096b9bd1d3e, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 42c3fe58-33a9-4dd3-a61b-e096b9bd1d3e, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, abad9778-3e65-4c28-8386-1a3d6453f029, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, abad9778-3e65-4c28-8386-1a3d6453f029, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, abad9778-3e65-4c28-8386-1a3d6453f029, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6dbcb88-800f-48ce-ac29-24c89c9a70a2, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6dbcb88-800f-48ce-ac29-24c89c9a70a2, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, d6dbcb88-800f-48ce-ac29-24c89c9a70a2, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 38a2c614-a5b2-4824-b2b0-321b517df51b, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 38a2c614-a5b2-4824-b2b0-321b517df51b, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 38a2c614-a5b2-4824-b2b0-321b517df51b, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, defd4a2f-353b-4f7b-8b8b-3a3f8280bbd2, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, defd4a2f-353b-4f7b-8b8b-3a3f8280bbd2, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, defd4a2f-353b-4f7b-8b8b-3a3f8280bbd2, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c049cc8-9dca-4de1-b647-521c13105b40, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c049cc8-9dca-4de1-b647-521c13105b40, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 6c049cc8-9dca-4de1-b647-521c13105b40, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a58f2ff7-fb9c-4505-bcaf-31b47f34756c, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a58f2ff7-fb9c-4505-bcaf-31b47f34756c, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, a58f2ff7-fb9c-4505-bcaf-31b47f34756c, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9a59145d-e82c-4aab-9e0c-0691487d6626, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a59145d-e82c-4aab-9e0c-0691487d6626, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 9a59145d-e82c-4aab-9e0c-0691487d6626, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 99b11e03-2182-435e-bb7d-6b0a2650c385, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 99b11e03-2182-435e-bb7d-6b0a2650c385, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 99b11e03-2182-435e-bb7d-6b0a2650c385, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44b52b83-e32b-4f56-ad77-5a76dc9751aa, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44b52b83-e32b-4f56-ad77-5a76dc9751aa, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 44b52b83-e32b-4f56-ad77-5a76dc9751aa, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3418070a-fbb1-47a0-81b2-4983a787b492, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3418070a-fbb1-47a0-81b2-4983a787b492, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 3418070a-fbb1-47a0-81b2-4983a787b492, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 620a3d12-4217-412a-8313-f267b1486d60, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 620a3d12-4217-412a-8313-f267b1486d60, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 620a3d12-4217-412a-8313-f267b1486d60, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3b1a47cc-3cb9-48a2-b65e-2d8344db94e4, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3b1a47cc-3cb9-48a2-b65e-2d8344db94e4, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 3b1a47cc-3cb9-48a2-b65e-2d8344db94e4, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
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, a897d3ad-f231-49fd-97c6-44fbb71416ff, localhost:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a897d3ad-f231-49fd-97c6-44fbb71416ff, localhost:13077): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a897d3ad-f231-49fd-97c6-44fbb71416ff, localhost:13077): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 13077 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-3y6ocxo3te.auto.internal:13077, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13077
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 06c0ee98-3919-4b64-82a2-df9daadab4d1, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 06c0ee98-3919-4b64-82a2-df9daadab4d1, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 06c0ee98-3919-4b64-82a2-df9daadab4d1, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7c5664d1-3dfe-42c2-af51-6c5b04f5700a, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7c5664d1-3dfe-42c2-af51-6c5b04f5700a, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 7c5664d1-3dfe-42c2-af51-6c5b04f5700a, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4583765-9205-4b22-b75e-c8108038189f, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4583765-9205-4b22-b75e-c8108038189f, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, a4583765-9205-4b22-b75e-c8108038189f, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9109535a-70e1-4d20-947c-3df9e20df3e3, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9109535a-70e1-4d20-947c-3df9e20df3e3, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 9109535a-70e1-4d20-947c-3df9e20df3e3, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e034fa9a-6570-4abd-b5f7-392c1e339fdc, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e034fa9a-6570-4abd-b5f7-392c1e339fdc, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, e034fa9a-6570-4abd-b5f7-392c1e339fdc, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 848c8d20-43b6-432a-bf5f-1726a23293fe, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 848c8d20-43b6-432a-bf5f-1726a23293fe, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 848c8d20-43b6-432a-bf5f-1726a23293fe, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cddb25a6-9ae0-49e3-b138-1aa2eaba5fcd, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cddb25a6-9ae0-49e3-b138-1aa2eaba5fcd, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, cddb25a6-9ae0-49e3-b138-1aa2eaba5fcd, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bbde03aa-d7e6-4ff2-b5c9-61a57f8adecd, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bbde03aa-d7e6-4ff2-b5c9-61a57f8adecd, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, bbde03aa-d7e6-4ff2-b5c9-61a57f8adecd, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 191cfb46-f879-4539-9f8a-6411671302d5, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 191cfb46-f879-4539-9f8a-6411671302d5, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 191cfb46-f879-4539-9f8a-6411671302d5, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b9ae887-9337-46b9-803e-e20692fb5d30, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b9ae887-9337-46b9-803e-e20692fb5d30, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 4b9ae887-9337-46b9-803e-e20692fb5d30, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d5041d90-9539-42ac-9db0-eec519a9629d, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d5041d90-9539-42ac-9db0-eec519a9629d, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, d5041d90-9539-42ac-9db0-eec519a9629d, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28d9bd87-bdf6-4b45-97c6-443fd15f6a50, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28d9bd87-bdf6-4b45-97c6-443fd15f6a50, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 28d9bd87-bdf6-4b45-97c6-443fd15f6a50, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7f629117-648a-4167-9bee-76a05db28832, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7f629117-648a-4167-9bee-76a05db28832, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 7f629117-648a-4167-9bee-76a05db28832, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17e0f9df-1c70-45c4-9159-a3a87a8119b3, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17e0f9df-1c70-45c4-9159-a3a87a8119b3, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 17e0f9df-1c70-45c4-9159-a3a87a8119b3, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6b1b3c82-6e2b-427d-ae04-fe32c3c28fb6, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6b1b3c82-6e2b-427d-ae04-fe32c3c28fb6, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 6b1b3c82-6e2b-427d-ae04-fe32c3c28fb6, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c82beac5-99a5-4d80-9453-07751fdad91a, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c82beac5-99a5-4d80-9453-07751fdad91a, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, c82beac5-99a5-4d80-9453-07751fdad91a, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 591434c1-5a21-494c-b73f-6f1e57658a2f, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 591434c1-5a21-494c-b73f-6f1e57658a2f, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_pgtimestamp_0__SYNC` WHERE \n                pk_pgbool=pgbool(\'t\') and pk_pgint2=pgint2(\'6\') and pk_pgint4=pgint4(\'6\') and pk_pgint8=pgint8(\'6\') and pk_pgnumeric=pgnumeric(\'6.123456\') and pk_pgbytea=pgbytea(\'pgbytea 6\') and pk_pgtext=pgtext(\'pgtext 6\') and pk_pgvarchar=pgvarchar(\'pgvarchar 6\') and pk_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and pk_pgdate=pgdate(\'2006-01-01\') and pk_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and pk_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_index_pgbool=pgbool(\'t\') and col_index_pgint2=pgint2(\'6\') and col_index_pgint4=pgint4(\'6\') and col_index_pgint8=pgint8(\'6\') and col_index_pgnumeric=pgnumeric(\'6.123456\') and col_index_pgbytea=pgbytea(\'pgbytea 6\') and col_index_pgtext=pgtext(\'pgtext 6\') and col_index_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_index_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_index_pgdate=pgdate(\'2006-01-01\') and col_index_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_index_pginterval=pginterval(\'06:21:01\')\n                 and \n                col_pgbool=pgbool(\'t\') and col_pgint2=pgint2(\'6\') and col_pgint4=pgint4(\'6\') and col_pgint8=pgint8(\'6\') and col_pgnumeric=pgnumeric(\'6.123456\') and col_pgbytea=pgbytea(\'pgbytea 6\') and col_pgtext=pgtext(\'pgtext 6\') and col_pgvarchar=pgvarchar(\'pgvarchar 6\') and col_pguuid=pguuid(\'30065678-e89b-12d3-a456-556642440000\') and col_pgdate=pgdate(\'2006-01-01\') and col_pgtimestamp=pgtimestamp(\'2006-10-02 11:00:00\') and col_pginterval=pginterval(\'06:21:01\') and col_pgfloat4=pgfloat4(\'6.4\') and col_pgfloat8=pgfloat8(\'6.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, 591434c1-5a21-494c-b73f-6f1e57658a2f, ghrun-3y6ocxo3te.auto.internal:13077): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, c2287f17-7d32-4dc5-b8af-7930427ad06e, ghrun-3y6ocxo3te.auto.internal:13077): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, c2287f17-7d32-4dc5-b8af-7930427ad06e, ghrun-3y6ocxo3te.auto.internal:13077): request = { session_id: "ydb://session/3?node_id=1&id=ZTFhMDkzNmQtZTk0OTY5MTEtZjZkY2MzOGQtNzQ3OGZhZGY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, c2287f17-7d32-4dc5-b8af-7930427ad06e, ghrun-3y6ocxo3te.auto.internal:13077): 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:13077
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:13077
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:13077/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22791
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19250
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13077
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11166
============================== slowest durations ===============================
274.82s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
81.81s call     test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
17.05s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
10.32s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
0.01s teardown test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__ASYNC-pk_types10-all_types10-index10-pgtimestamp--ASYNC]
0.01s setup    test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestPgTTL::test_ttl[table_pgtimestamp_0__SYNC-pk_types9-all_types9-index9-pgtimestamp--SYNC] - AssertionError: Expected 0 rows, error when deleting 6 lines, table table_pgtimestamp_0__SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 386.47s (0:06:26) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0013b6/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 F.

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-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 6 lines, table table_Date_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_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 213428
DEBUG    ya.test:process.py:259 Command (pid 213428) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 213428) elapsed time (sec): 1.6177115440368652
DEBUG    ya.test:process.py:263 Command (pid 213428) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) maxrss: 491136
DEBUG    ya.test:process.py:263 Command (pid 213428) minflt: 45998
DEBUG    ya.test:process.py:263 Command (pid 213428) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) nivcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 213428) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 213428) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 213428) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 213428) stime: 0.21401499999999998
DEBUG    ya.test:process.py:263 Command (pid 213428) utime: 0.569128
DEBUG    ya.test:process.py:263 Command (pid 213428) wtime: 1.623
DEBUG    ya.test:process.py:275 Command (pid 213428) output:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

ERROR    ydb.tests.sql.lib.test_base:test_base.py:25 Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28730
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/p4f1/0013b6/r3tmp/kikimr_cluster_nax_6imu
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62458
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18152
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1966
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/node_1/logfile_p4enpu61.log --grpc-port=62458 --mon-port=24902 --ic-port=28730
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62458/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/node_1/logfile_p4enpu61.log --grpc-port=62458 --mon-port=24902 --ic-port=28730
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/node_1/logfile_p4enpu61.log', '--grpc-port=62458', '--mon-port=24902', '--ic-port=28730')' in '/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 213999
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62458/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 214001
DEBUG    ya.test:process.py:259 Command (pid 214001) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 214001) elapsed time (sec): 1.576733112335205
DEBUG    ya.test:process.py:263 Command (pid 214001) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) maxrss: 491000
DEBUG    ya.test:process.py:263 Command (pid 214001) minflt: 45960
DEBUG    ya.test:process.py:263 Command (pid 214001) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) nivcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 214001) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 214001) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 214001) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 214001) stime: 0.180262
DEBUG    ya.test:process.py:263 Command (pid 214001) utime: 0.58604
DEBUG    ya.test:process.py:263 Command (pid 214001) wtime: 1.596
DEBUG    ya.test:process.py:275 Command (pid 214001) output:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62458', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28730\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0013b6/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62458', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28730\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 218054
DEBUG    ya.test:process.py:259 Command (pid 218054) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 218054) elapsed time (sec): 1.2542145252227783
DEBUG    ya.test:process.py:263 Command (pid 218054) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) maxrss: 591824
DEBUG    ya.test:process.py:263 Command (pid 218054) minflt: 52349
DEBUG    ya.test:process.py:263 Command (pid 218054) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) nivcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 218054) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 218054) nvcsw: 476
DEBUG    ya.test:process.py:263 Command (pid 218054) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 218054) stime: 0.364091
DEBUG    ya.test:process.py:263 Command (pid 218054) utime: 0.5904469999999999
DEBUG    ya.test:process.py:263 Command (pid 218054) wtime: 1.264
DEBUG    ya.test:process.py:275 Command (pid 218054) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 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: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, ee1f294d-2cd3-447d-9a72-b09f0b57e79e, localhost:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ee1f294d-2cd3-447d-9a72-b09f0b57e79e, localhost:62458): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ee1f294d-2cd3-447d-9a72-b09f0b57e79e, localhost:62458): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 62458 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-3y6ocxo3te.auto.internal:62458, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62458
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 36e7b1e9-c01a-45d0-8236-231f2c18f848, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 36e7b1e9-c01a-45d0-8236-231f2c18f848, ghrun-3y6ocxo3te.auto.internal:62458): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 36e7b1e9-c01a-45d0-8236-231f2c18f848, ghrun-3y6ocxo3te.auto.internal:62458): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e3754a1f-fefd-4692-925e-cf03618da032, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e3754a1f-fefd-4692-925e-cf03618da032, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e3754a1f-fefd-4692-925e-cf03618da032, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 89a5cc21-c565-47be-9af0-6a1564319079, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 89a5cc21-c565-47be-9af0-6a1564319079, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Date_0_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_Int64 Int64, col_index_Uint64 Uint64, col_index_Int32 Int32, col_index_Uint32 Uint32, col_index_Int16 Int16, col_index_Uint16 Uint16, col_index_Int8 Int8, col_index_Uint8 Uint8, col_index_Decimal150 Decimal(15,0), col_index_Decimal229 Decimal(22,9), col_index_Decimal3510 Decimal(35,10), ttl_Date Date,\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_Int64 GLOBAL UNIQUE SYNC ON (col_index_Int64), INDEX idx_col_index_Uint64 GLOBAL UNIQUE SYNC ON (col_index_Uint64), INDEX idx_col_index_Int32 GLOBAL UNIQUE SYNC ON (col_index_Int32), INDEX idx_col_index_Uint32 GLOBAL UNIQUE SYNC ON (col_index_Uint32), INDEX idx_col_index_Int16 GLOBAL UNIQUE SYNC ON (col_index_Int16), INDEX idx_col_index_Uint16 GLOBAL UNIQUE SYNC ON (col_index_Uint16), INDEX idx_col_index_Int8 GLOBAL UNIQUE SYNC ON (col_index_Int8), INDEX idx_col_index_Uint8 GLOBAL UNIQUE SYNC ON (col_index_Uint8), INDEX idx_col_index_Decimal150 GLOBAL UNIQUE SYNC ON (col_index_Decimal150), INDEX idx_col_index_Decimal229 GLOBAL UNIQUE SYNC ON (col_index_Decimal229), INDEX idx_col_index_Decimal3510 GLOBAL UNIQUE SYNC ON (col_index_Decimal3510)\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, 89a5cc21-c565-47be-9af0-6a1564319079, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, abfea0ac-e4ce-4a8e-bdef-468042a249a6, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, abfea0ac-e4ce-4a8e-bdef-468042a249a6, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Date  )\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, abfea0ac-e4ce-4a8e-bdef-468042a249a6, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56e4ff1e-d7c9-47b4-91f8-fe11b9fd6fd9, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56e4ff1e-d7c9-47b4-91f8-fe11b9fd6fd9, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Date_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, 56e4ff1e-d7c9-47b4-91f8-fe11b9fd6fd9, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83d9d2b1-dd57-4582-9128-314886f533d8, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83d9d2b1-dd57-4582-9128-314886f533d8, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_0_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Date  )\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, 83d9d2b1-dd57-4582-9128-314886f533d8, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17045746-58b5-4382-9535-ebb6938269d4, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17045746-58b5-4382-9535-ebb6938269d4, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(False 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(False 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(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(\'1\' AS Decimal(15,0)), CAST(\'1.123\' AS Decimal(22,9)), CAST(\'1.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-02\' AS Date)\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, 17045746-58b5-4382-9535-ebb6938269d4, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f43176b7-ecae-462a-899d-01d69f02c416, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f43176b7-ecae-462a-899d-01d69f02c416, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(False 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(False 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(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(\'2\' AS Decimal(15,0)), CAST(\'2.123\' AS Decimal(22,9)), CAST(\'2.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-02\' AS Date)\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, f43176b7-ecae-462a-899d-01d69f02c416, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae0fa56b-d30b-4e27-894a-b27225f496c9, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae0fa56b-d30b-4e27-894a-b27225f496c9, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(False 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(False 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(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(\'3\' AS Decimal(15,0)), CAST(\'3.123\' AS Decimal(22,9)), CAST(\'3.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-09\' AS Date)\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, ae0fa56b-d30b-4e27-894a-b27225f496c9, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0b6d3419-2049-4cc4-82c9-f6c9b7d5d1d5, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0b6d3419-2049-4cc4-82c9-f6c9b7d5d1d5, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(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(\'4\' AS Decimal(15,0)), CAST(\'4.123\' AS Decimal(22,9)), CAST(\'4.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-09\' AS Date)\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, 0b6d3419-2049-4cc4-82c9-f6c9b7d5d1d5, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7c1643a-9dd9-4426-9585-e32a5cbb03b0, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7c1643a-9dd9-4426-9585-e32a5cbb03b0, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(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(\'5\' AS Decimal(15,0)), CAST(\'5.123\' AS Decimal(22,9)), CAST(\'5.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-09\' AS Date)\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, c7c1643a-9dd9-4426-9585-e32a5cbb03b0, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3f29e8c3-e82c-4699-91de-f480ff4d44ba, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3f29e8c3-e82c-4699-91de-f480ff4d44ba, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(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(\'6\' AS Decimal(15,0)), CAST(\'6.123\' AS Decimal(22,9)), CAST(\'6.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-09\' AS Date)\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, 3f29e8c3-e82c-4699-91de-f480ff4d44ba, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8aa961a7-a8f5-4fc5-8bd1-5c7e6330f517, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8aa961a7-a8f5-4fc5-8bd1-5c7e6330f517, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(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(\'7\' AS Decimal(15,0)), CAST(\'7.123\' AS Decimal(22,9)), CAST(\'7.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-23\' AS Date)\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, 8aa961a7-a8f5-4fc5-8bd1-5c7e6330f517, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9a7a79a1-5131-470e-bf0b-2544b879589e, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a7a79a1-5131-470e-bf0b-2544b879589e, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_0_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_Int64, col_index_Uint64, col_index_Int32, col_index_Uint32, col_index_Int16, col_index_Uint16, col_index_Int8, col_index_Uint8, col_index_Decimal150, col_index_Decimal229, col_index_Decimal3510, \n                ttl_Date\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(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(\'8\' AS Decimal(15,0)), CAST(\'8.123\' AS Decimal(22,9)), CAST(\'8.123456\' AS Decimal(35,10)), \n                CAST(\'2026-01-23\' AS Date)\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, 9a7a79a1-5131-470e-bf0b-2544b879589e, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2223058b-00a9-4c22-ad01-2acd13c63d7e, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2223058b-00a9-4c22-ad01-2acd13c63d7e, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(1 AS Int64) and col_index_Uint64=CAST(1 AS Uint64) and col_index_Int32=CAST(1 AS Int32) and col_index_Uint32=CAST(1 AS Uint32) and col_index_Int16=CAST(1 AS Int16) and col_index_Uint16=CAST(1 AS Uint16) and col_index_Int8=CAST(1 AS Int8) and col_index_Uint8=CAST(1 AS Uint8) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10))\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(False 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, 2223058b-00a9-4c22-ad01-2acd13c63d7e, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a59b1dbb-6f10-4106-a351-71ac31e1dbd7, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a59b1dbb-6f10-4106-a351-71ac31e1dbd7, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(1 AS Int64) and col_index_Uint64=CAST(1 AS Uint64) and col_index_Int32=CAST(1 AS Int32) and col_index_Uint32=CAST(1 AS Uint32) and col_index_Int16=CAST(1 AS Int16) and col_index_Uint16=CAST(1 AS Uint16) and col_index_Int8=CAST(1 AS Int8) and col_index_Uint8=CAST(1 AS Uint8) and col_index_Decimal150=CAST(\'1\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'1.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'1.123456\' AS Decimal(35,10))\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(False 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, a59b1dbb-6f10-4106-a351-71ac31e1dbd7, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4dd0950d-d568-4681-89ee-250e03be2f2f, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4dd0950d-d568-4681-89ee-250e03be2f2f, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\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(False 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, 4dd0950d-d568-4681-89ee-250e03be2f2f, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a9f25064-0a04-4439-aa0f-1c59e13ce693, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a9f25064-0a04-4439-aa0f-1c59e13ce693, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(2 AS Int64) and col_index_Uint64=CAST(2 AS Uint64) and col_index_Int32=CAST(2 AS Int32) and col_index_Uint32=CAST(2 AS Uint32) and col_index_Int16=CAST(2 AS Int16) and col_index_Uint16=CAST(2 AS Uint16) and col_index_Int8=CAST(2 AS Int8) and col_index_Uint8=CAST(2 AS Uint8) and col_index_Decimal150=CAST(\'2\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'2.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'2.123456\' AS Decimal(35,10))\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(False 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, a9f25064-0a04-4439-aa0f-1c59e13ce693, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 46620b19-fcaf-4d06-a054-c3c7eb530a81, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 46620b19-fcaf-4d06-a054-c3c7eb530a81, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(3 AS Int64) and col_index_Uint64=CAST(3 AS Uint64) and col_index_Int32=CAST(3 AS Int32) and col_index_Uint32=CAST(3 AS Uint32) and col_index_Int16=CAST(3 AS Int16) and col_index_Uint16=CAST(3 AS Uint16) and col_index_Int8=CAST(3 AS Int8) and col_index_Uint8=CAST(3 AS Uint8) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10))\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(False 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, 46620b19-fcaf-4d06-a054-c3c7eb530a81, ghrun-3y6ocxo3te.auto.internal:62458): 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, b193422e-baee-4e0a-9116-8fcc4b3876b2, localhost:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b193422e-baee-4e0a-9116-8fcc4b3876b2, localhost:62458): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b193422e-baee-4e0a-9116-8fcc4b3876b2, localhost:62458): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 62458 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-3y6ocxo3te.auto.internal:62458, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62458
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50eceb9b-2d1b-4a03-9238-baf615aed4d4, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50eceb9b-2d1b-4a03-9238-baf615aed4d4, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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(False 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_Int64=CAST(3 AS Int64) and col_index_Uint64=CAST(3 AS Uint64) and col_index_Int32=CAST(3 AS Int32) and col_index_Uint32=CAST(3 AS Uint32) and col_index_Int16=CAST(3 AS Int16) and col_index_Uint16=CAST(3 AS Uint16) and col_index_Int8=CAST(3 AS Int8) and col_index_Uint8=CAST(3 AS Uint8) and col_index_Decimal150=CAST(\'3\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'3.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'3.123456\' AS Decimal(35,10))\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(False 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, 50eceb9b-2d1b-4a03-9238-baf615aed4d4, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44c7a008-a866-41ec-9ecf-86bcd09ad0da, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44c7a008-a866-41ec-9ecf-86bcd09ad0da, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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_Int64=CAST(4 AS Int64) and col_index_Uint64=CAST(4 AS Uint64) and col_index_Int32=CAST(4 AS Int32) and col_index_Uint32=CAST(4 AS Uint32) and col_index_Int16=CAST(4 AS Int16) and col_index_Uint16=CAST(4 AS Uint16) and col_index_Int8=CAST(4 AS Int8) and col_index_Uint8=CAST(4 AS Uint8) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10))\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, 44c7a008-a866-41ec-9ecf-86bcd09ad0da, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4ffd225-e93e-4f52-9c55-c3232e86145f, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4ffd225-e93e-4f52-9c55-c3232e86145f, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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_Int64=CAST(4 AS Int64) and col_index_Uint64=CAST(4 AS Uint64) and col_index_Int32=CAST(4 AS Int32) and col_index_Uint32=CAST(4 AS Uint32) and col_index_Int16=CAST(4 AS Int16) and col_index_Uint16=CAST(4 AS Uint16) and col_index_Int8=CAST(4 AS Int8) and col_index_Uint8=CAST(4 AS Uint8) and col_index_Decimal150=CAST(\'4\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'4.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'4.123456\' AS Decimal(35,10))\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, c4ffd225-e93e-4f52-9c55-c3232e86145f, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae3f578b-cb12-4a56-8065-c95ed0c31aa9, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae3f578b-cb12-4a56-8065-c95ed0c31aa9, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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_Int64=CAST(5 AS Int64) and col_index_Uint64=CAST(5 AS Uint64) and col_index_Int32=CAST(5 AS Int32) and col_index_Uint32=CAST(5 AS Uint32) and col_index_Int16=CAST(5 AS Int16) and col_index_Uint16=CAST(5 AS Uint16) and col_index_Int8=CAST(5 AS Int8) and col_index_Uint8=CAST(5 AS Uint8) and col_index_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10))\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, ae3f578b-cb12-4a56-8065-c95ed0c31aa9, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6d47be1-cb7f-47a6-ab21-14580c039c8e, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f6d47be1-cb7f-47a6-ab21-14580c039c8e, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_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_Int64=CAST(5 AS Int64) and col_index_Uint64=CAST(5 AS Uint64) and col_index_Int32=CAST(5 AS Int32) and col_index_Uint32=CAST(5 AS Uint32) and col_index_Int16=CAST(5 AS Int16) and col_index_Uint16=CAST(5 AS Uint16) and col_index_Int8=CAST(5 AS Int8) and col_index_Uint8=CAST(5 AS Uint8) and col_index_Decimal150=CAST(\'5\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'5.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'5.123456\' AS Decimal(35,10))\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, f6d47be1-cb7f-47a6-ab21-14580c039c8e, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 606a8299-dcb4-4f34-8227-2c0afe1c12a1, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 606a8299-dcb4-4f34-8227-2c0afe1c12a1, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 606a8299-dcb4-4f34-8227-2c0afe1c12a1, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c9a68c84-1a7f-4be2-a996-052005496692, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c9a68c84-1a7f-4be2-a996-052005496692, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, c9a68c84-1a7f-4be2-a996-052005496692, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5c722fd3-7376-49fe-8a7a-2ba16c4aa3d7, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5c722fd3-7376-49fe-8a7a-2ba16c4aa3d7, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 5c722fd3-7376-49fe-8a7a-2ba16c4aa3d7, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fc3aa541-d036-4f20-a570-fde0e21d124a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fc3aa541-d036-4f20-a570-fde0e21d124a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, fc3aa541-d036-4f20-a570-fde0e21d124a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79336005-d06a-4fd8-871b-23f068d7eb0d, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79336005-d06a-4fd8-871b-23f068d7eb0d, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 79336005-d06a-4fd8-871b-23f068d7eb0d, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6eb2b16a-8848-45b0-8a2a-48a5016240ee, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6eb2b16a-8848-45b0-8a2a-48a5016240ee, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 6eb2b16a-8848-45b0-8a2a-48a5016240ee, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0c1d4ccc-98ab-46b0-be71-658ac4103d2e, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0c1d4ccc-98ab-46b0-be71-658ac4103d2e, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 0c1d4ccc-98ab-46b0-be71-658ac4103d2e, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc06421b-43ae-4ed7-8b09-f08e8e914ec6, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc06421b-43ae-4ed7-8b09-f08e8e914ec6, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, bc06421b-43ae-4ed7-8b09-f08e8e914ec6, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ee6befa3-1a11-489b-9e3c-324ffc21a2a9, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ee6befa3-1a11-489b-9e3c-324ffc21a2a9, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ee6befa3-1a11-489b-9e3c-324ffc21a2a9, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 216552bf-bf47-4e9c-9486-a570385e9ed1, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 216552bf-bf47-4e9c-9486-a570385e9ed1, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 216552bf-bf47-4e9c-9486-a570385e9ed1, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c8f5ee1f-f78f-4dc9-b7df-0ea90ef4c3e1, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c8f5ee1f-f78f-4dc9-b7df-0ea90ef4c3e1, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, c8f5ee1f-f78f-4dc9-b7df-0ea90ef4c3e1, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8b0c9814-e26a-4d11-99de-4ef8bb95f837, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8b0c9814-e26a-4d11-99de-4ef8bb95f837, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8b0c9814-e26a-4d11-99de-4ef8bb95f837, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d57b0e49-0a0a-4eed-9366-70ab3972d51f, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d57b0e49-0a0a-4eed-9366-70ab3972d51f, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, d57b0e49-0a0a-4eed-9366-70ab3972d51f, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
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, f46b2123-e223-47a3-ae6e-db6836209485, localhost:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f46b2123-e223-47a3-ae6e-db6836209485, localhost:62458): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f46b2123-e223-47a3-ae6e-db6836209485, localhost:62458): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 62458 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-3y6ocxo3te.auto.internal:62458, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62458
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2bcd0ea-5214-4e7d-804a-f14ba226e5ee, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2bcd0ea-5214-4e7d-804a-f14ba226e5ee, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b2bcd0ea-5214-4e7d-804a-f14ba226e5ee, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 01305531-1272-47f8-aefd-44fdc7bc9b2a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 01305531-1272-47f8-aefd-44fdc7bc9b2a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 01305531-1272-47f8-aefd-44fdc7bc9b2a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a964359-35c0-490a-a140-13d9c8f98e4c, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a964359-35c0-490a-a140-13d9c8f98e4c, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3a964359-35c0-490a-a140-13d9c8f98e4c, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ee617a8-370c-4a76-873c-475e1a456fa2, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ee617a8-370c-4a76-873c-475e1a456fa2, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3ee617a8-370c-4a76-873c-475e1a456fa2, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bd628356-9917-48a5-8bad-513401e91144, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bd628356-9917-48a5-8bad-513401e91144, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, bd628356-9917-48a5-8bad-513401e91144, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 776ad805-c2f1-4c27-bc97-c989bcd9fea8, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 776ad805-c2f1-4c27-bc97-c989bcd9fea8, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 776ad805-c2f1-4c27-bc97-c989bcd9fea8, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4481732-cfb5-4846-834e-1920d77535b6, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4481732-cfb5-4846-834e-1920d77535b6, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, c4481732-cfb5-4846-834e-1920d77535b6, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb956232-635b-468d-9026-e7eb4e3916f8, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb956232-635b-468d-9026-e7eb4e3916f8, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, eb956232-635b-468d-9026-e7eb4e3916f8, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 584cca17-6050-4816-a683-c3d03e8617c5, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 584cca17-6050-4816-a683-c3d03e8617c5, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 584cca17-6050-4816-a683-c3d03e8617c5, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 18f2eea7-971c-4513-8b7c-3c97a100cb74, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 18f2eea7-971c-4513-8b7c-3c97a100cb74, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 18f2eea7-971c-4513-8b7c-3c97a100cb74, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c361ab9b-bce7-4ed7-83f5-416af3a984f3, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c361ab9b-bce7-4ed7-83f5-416af3a984f3, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, c361ab9b-bce7-4ed7-83f5-416af3a984f3, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d16bed6b-3c88-484e-bce6-b46c54620387, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d16bed6b-3c88-484e-bce6-b46c54620387, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, d16bed6b-3c88-484e-bce6-b46c54620387, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb88be65-b0b1-4431-92c3-cd6400d81e9a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb88be65-b0b1-4431-92c3-cd6400d81e9a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, eb88be65-b0b1-4431-92c3-cd6400d81e9a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5d3226be-5340-40b9-a07d-0a255d44c283, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5d3226be-5340-40b9-a07d-0a255d44c283, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 5d3226be-5340-40b9-a07d-0a255d44c283, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
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, 4360f992-8f29-452e-b2d6-bbbff04aefe7, localhost:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4360f992-8f29-452e-b2d6-bbbff04aefe7, localhost:62458): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4360f992-8f29-452e-b2d6-bbbff04aefe7, localhost:62458): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 62458 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-3y6ocxo3te.auto.internal:62458, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62458
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9861d12-cf74-4475-8214-c14bf61b453a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9861d12-cf74-4475-8214-c14bf61b453a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f9861d12-cf74-4475-8214-c14bf61b453a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b15127a0-3b9c-450b-98db-f37b2a6b289f, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b15127a0-3b9c-450b-98db-f37b2a6b289f, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b15127a0-3b9c-450b-98db-f37b2a6b289f, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2412ace7-f9dc-41fc-9835-ef1d86f40fa2, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2412ace7-f9dc-41fc-9835-ef1d86f40fa2, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 2412ace7-f9dc-41fc-9835-ef1d86f40fa2, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b048f6a2-641b-4b33-a902-2e5e7e463ca2, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b048f6a2-641b-4b33-a902-2e5e7e463ca2, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b048f6a2-641b-4b33-a902-2e5e7e463ca2, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, be96aa1d-929a-435b-b040-37c27b319770, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, be96aa1d-929a-435b-b040-37c27b319770, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, be96aa1d-929a-435b-b040-37c27b319770, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2ad722e-edec-45fd-b861-e49ba6df249a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2ad722e-edec-45fd-b861-e49ba6df249a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e2ad722e-edec-45fd-b861-e49ba6df249a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7cc82b83-67ff-43bd-8914-7ca0697ed899, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7cc82b83-67ff-43bd-8914-7ca0697ed899, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 7cc82b83-67ff-43bd-8914-7ca0697ed899, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7a0abba-390f-4ddd-9ed2-6f7a340a9a52, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7a0abba-390f-4ddd-9ed2-6f7a340a9a52, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b7a0abba-390f-4ddd-9ed2-6f7a340a9a52, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 57f62016-5370-4cf9-b140-b8196bce4f54, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 57f62016-5370-4cf9-b140-b8196bce4f54, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 57f62016-5370-4cf9-b140-b8196bce4f54, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, da2415cd-61a9-4a86-87bc-1f8c5bc98324, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, da2415cd-61a9-4a86-87bc-1f8c5bc98324, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, da2415cd-61a9-4a86-87bc-1f8c5bc98324, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00e0173f-aad9-4b60-8181-c6df9411444a, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00e0173f-aad9-4b60-8181-c6df9411444a, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 00e0173f-aad9-4b60-8181-c6df9411444a, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00514a82-0521-4257-bea8-67a664f47667, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00514a82-0521-4257-bea8-67a664f47667, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 00514a82-0521-4257-bea8-67a664f47667, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcd63830-90c7-42c2-8d7a-d028fa1940d1, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fcd63830-90c7-42c2-8d7a-d028fa1940d1, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, fcd63830-90c7-42c2-8d7a-d028fa1940d1, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6079eb50-dd7c-49f0-a08f-c0a6d5f7ae65, ghrun-3y6ocxo3te.auto.internal:62458): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6079eb50-dd7c-49f0-a08f-c0a6d5f7ae65, ghrun-3y6ocxo3te.auto.internal:62458): request = { session_id: "ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_0_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_Int64=CAST(6 AS Int64) and col_index_Uint64=CAST(6 AS Uint64) and col_index_Int32=CAST(6 AS Int32) and col_index_Uint32=CAST(6 AS Uint32) and col_index_Int16=CAST(6 AS Int16) and col_index_Uint16=CAST(6 AS Uint16) and col_index_Int8=CAST(6 AS Int8) and col_index_Uint8=CAST(6 AS Uint8) and col_index_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_index_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_index_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10))\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 6079eb50-dd7c-49f0-a08f-c0a6d5f7ae65, ghrun-3y6ocxo3te.auto.internal:62458): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWM5ZmI0ZDAtMzQ5ZTQ3ZGItZjM5ZjI4YmMtOTdkZTUxMmU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
332.83s call     test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
80.81s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
14.16s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Date_0__ASYNC-pk_types31-all_types31-index31-Date--ASYNC]
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]
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Date_0_UNIQUE_SYNC-pk_types32-all_types32-index32-Date-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 6 lines, table table_Date_0_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 442.91s (0:07:22) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0015fd/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 ===============================
142.60s call     test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
121.68s call     test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
17.03s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1_UNIQUE_SYNC-pk_types35-all_types35-index35-Date-UNIQUE-SYNC]
11.02s setup    test_ttl.py::TestTTL::test_ttl[table_Date_0__SYNC-pk_types30-all_types30-index30-Date--SYNC]
0.07s 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 294.08s (0:04: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/p4f1/001624/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 .F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--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 1 lines, table table_Date_1__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_Date_1__SYNC-pk_types33-all_types33-index33-Date--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_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC])
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4ac61725-488e-447f-a368-e479858534b0, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4ac61725-488e-447f-a368-e479858534b0, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_Date_1__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_Date Date,\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  SYNC ON (col_index_DyNumber), INDEX idx_col_index_String GLOBAL  SYNC ON (col_index_String), INDEX idx_col_index_Utf8 GLOBAL  SYNC ON (col_index_Utf8), INDEX idx_col_index_UUID GLOBAL  SYNC ON (col_index_UUID), INDEX idx_col_index_Date GLOBAL  SYNC ON (col_index_Date), INDEX idx_col_index_Datetime GLOBAL  SYNC ON (col_index_Datetime), INDEX idx_col_index_Timestamp GLOBAL  SYNC ON (col_index_Timestamp), INDEX idx_col_index_Interval GLOBAL  SYNC ON (col_index_Interval), INDEX idx_col_index_Date32 GLOBAL  SYNC ON (col_index_Date32), INDEX idx_col_index_Datetime64 GLOBAL  SYNC ON (col_index_Datetime64), INDEX idx_col_index_Timestamp64 GLOBAL  SYNC ON (col_index_Timestamp64), INDEX idx_col_index_Interval64 GLOBAL  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, 4ac61725-488e-447f-a368-e479858534b0, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 745fc18c-efa5-4db6-b2e0-393152591d80, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 745fc18c-efa5-4db6-b2e0-393152591d80, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_1__SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_Date  )\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, 745fc18c-efa5-4db6-b2e0-393152591d80, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 80cfdbf7-e8fb-47a5-95a2-91e857e9d4df, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 80cfdbf7-e8fb-47a5-95a2-91e857e9d4df, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_Date_1__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, 80cfdbf7-e8fb-47a5-95a2-91e857e9d4df, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa3aaaea-e7b8-456d-9e09-f8e4961e8995, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aa3aaaea-e7b8-456d-9e09-f8e4961e8995, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_Date_1__SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_Date  )\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, aa3aaaea-e7b8-456d-9e09-f8e4961e8995, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5ea84c2d-6d7e-487d-99ce-27c8e677d10a, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5ea84c2d-6d7e-487d-99ce-27c8e677d10a, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(False 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(False 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(\'2026-01-02\' AS Date)\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, 5ea84c2d-6d7e-487d-99ce-27c8e677d10a, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 645cf7d7-8271-4f0f-9a22-16114d9c9925, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 645cf7d7-8271-4f0f-9a22-16114d9c9925, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(False 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(False 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(\'2026-01-02\' AS Date)\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, 645cf7d7-8271-4f0f-9a22-16114d9c9925, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 12ba2efc-648d-4967-aefa-330e027c186d, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 12ba2efc-648d-4967-aefa-330e027c186d, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(False 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(False 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(\'2026-01-09\' AS Date)\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, 12ba2efc-648d-4967-aefa-330e027c186d, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eaeda810-1508-48b9-95bf-7036eb3d6be4, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eaeda810-1508-48b9-95bf-7036eb3d6be4, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(\'2026-01-09\' AS Date)\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, eaeda810-1508-48b9-95bf-7036eb3d6be4, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b53e3328-c975-441d-af1b-5752563bee38, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b53e3328-c975-441d-af1b-5752563bee38, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(\'2026-01-09\' AS Date)\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, b53e3328-c975-441d-af1b-5752563bee38, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d3dc643-37fb-4696-bca1-e2ad24930dfe, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d3dc643-37fb-4696-bca1-e2ad24930dfe, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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(\'2026-01-09\' AS Date)\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, 2d3dc643-37fb-4696-bca1-e2ad24930dfe, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 298fa6ff-a8a3-442a-8859-bf1ae63c9250, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 298fa6ff-a8a3-442a-8859-bf1ae63c9250, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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-23\' AS Date)\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, 298fa6ff-a8a3-442a-8859-bf1ae63c9250, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 77d76207-410b-431a-8729-e1839c62a12f, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 77d76207-410b-431a-8729-e1839c62a12f, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_Date_1__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_Date\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-23\' AS Date)\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, 77d76207-410b-431a-8729-e1839c62a12f, ghrun-3y6ocxo3te.auto.internal:21885): 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, 1593d537-62b1-4751-8c37-d13cfd090fe7, localhost:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 1593d537-62b1-4751-8c37-d13cfd090fe7, localhost:21885): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 1593d537-62b1-4751-8c37-d13cfd090fe7, localhost:21885): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 21885 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-3y6ocxo3te.auto.internal:21885, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21885
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74384b18-90c6-45ba-9f77-97d67f7f84d2, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74384b18-90c6-45ba-9f77-97d67f7f84d2, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 74384b18-90c6-45ba-9f77-97d67f7f84d2, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bdfed5b9-3b9f-4e3f-a0de-c28327d0e39d, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bdfed5b9-3b9f-4e3f-a0de-c28327d0e39d, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, bdfed5b9-3b9f-4e3f-a0de-c28327d0e39d, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 277c8d2a-35e2-4adf-81c4-a3d5352bbed4, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 277c8d2a-35e2-4adf-81c4-a3d5352bbed4, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 277c8d2a-35e2-4adf-81c4-a3d5352bbed4, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f359fbfe-1335-49a2-85ba-6227b9bb6e0f, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f359fbfe-1335-49a2-85ba-6227b9bb6e0f, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, f359fbfe-1335-49a2-85ba-6227b9bb6e0f, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe6eb810-140b-4b31-920d-a08f2921e407, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe6eb810-140b-4b31-920d-a08f2921e407, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, fe6eb810-140b-4b31-920d-a08f2921e407, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d16d5178-9a97-4421-b8d5-9239a1782bd9, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d16d5178-9a97-4421-b8d5-9239a1782bd9, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, d16d5178-9a97-4421-b8d5-9239a1782bd9, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c13765c0-aa65-464e-84de-013769292d1c, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c13765c0-aa65-464e-84de-013769292d1c, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, c13765c0-aa65-464e-84de-013769292d1c, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1786b270-1abd-43f0-8943-657f0a60a072, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1786b270-1abd-43f0-8943-657f0a60a072, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 1786b270-1abd-43f0-8943-657f0a60a072, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e7d24c8b-4347-4936-a394-d3af6704765c, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7d24c8b-4347-4936-a394-d3af6704765c, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, e7d24c8b-4347-4936-a394-d3af6704765c, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23eb71fa-28cd-4126-b36e-acb3e912cdd6, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23eb71fa-28cd-4126-b36e-acb3e912cdd6, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 23eb71fa-28cd-4126-b36e-acb3e912cdd6, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59e88e20-8b09-4aec-ba15-9942861ae4c7, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59e88e20-8b09-4aec-ba15-9942861ae4c7, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 59e88e20-8b09-4aec-ba15-9942861ae4c7, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0e4f1c1c-acce-428d-8b21-af131cfa6b94, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0e4f1c1c-acce-428d-8b21-af131cfa6b94, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 0e4f1c1c-acce-428d-8b21-af131cfa6b94, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 40bddcee-50c2-44ab-a16f-1c79f390a5d6, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 40bddcee-50c2-44ab-a16f-1c79f390a5d6, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 40bddcee-50c2-44ab-a16f-1c79f390a5d6, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9ad6a34-b2a4-4ab8-af3e-95e21de0df82, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9ad6a34-b2a4-4ab8-af3e-95e21de0df82, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, f9ad6a34-b2a4-4ab8-af3e-95e21de0df82, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 35981123-8680-4b60-a307-cb058e26fb35, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 35981123-8680-4b60-a307-cb058e26fb35, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 35981123-8680-4b60-a307-cb058e26fb35, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
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, ae1527c5-7ad6-4156-b389-5e335f2b118d, localhost:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ae1527c5-7ad6-4156-b389-5e335f2b118d, localhost:21885): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ae1527c5-7ad6-4156-b389-5e335f2b118d, localhost:21885): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 21885 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-3y6ocxo3te.auto.internal:21885, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21885
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d899ddbf-d111-4fc3-8681-e26a8bd61b1f, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d899ddbf-d111-4fc3-8681-e26a8bd61b1f, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, d899ddbf-d111-4fc3-8681-e26a8bd61b1f, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a1786223-123d-4743-8ec1-c7af55035c1d, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a1786223-123d-4743-8ec1-c7af55035c1d, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, a1786223-123d-4743-8ec1-c7af55035c1d, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1f5e7efe-89dc-4ca4-99a5-469cc6464cd6, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1f5e7efe-89dc-4ca4-99a5-469cc6464cd6, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 1f5e7efe-89dc-4ca4-99a5-469cc6464cd6, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8e6be2a-a859-40f2-b8d4-35fac1697295, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8e6be2a-a859-40f2-b8d4-35fac1697295, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, b8e6be2a-a859-40f2-b8d4-35fac1697295, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb3fdc45-b8a3-4a3d-812b-6f560a846f2b, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb3fdc45-b8a3-4a3d-812b-6f560a846f2b, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, eb3fdc45-b8a3-4a3d-812b-6f560a846f2b, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ca080abf-92b5-4c7e-bb00-53d2a9a04832, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ca080abf-92b5-4c7e-bb00-53d2a9a04832, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, ca080abf-92b5-4c7e-bb00-53d2a9a04832, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4adea3a3-9064-4287-aa3b-075497d6df1a, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4adea3a3-9064-4287-aa3b-075497d6df1a, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 4adea3a3-9064-4287-aa3b-075497d6df1a, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23fed80d-575b-4f86-b99f-49f856e9bd69, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23fed80d-575b-4f86-b99f-49f856e9bd69, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 23fed80d-575b-4f86-b99f-49f856e9bd69, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1241c9f2-29c3-48e7-967f-f73011a48ec1, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1241c9f2-29c3-48e7-967f-f73011a48ec1, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 1241c9f2-29c3-48e7-967f-f73011a48ec1, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, de8dfef6-3010-4a3e-858f-bfae40d01502, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, de8dfef6-3010-4a3e-858f-bfae40d01502, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, de8dfef6-3010-4a3e-858f-bfae40d01502, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 85f51eb9-9c9c-4b4e-9a9b-b41184b9814b, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 85f51eb9-9c9c-4b4e-9a9b-b41184b9814b, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 85f51eb9-9c9c-4b4e-9a9b-b41184b9814b, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83e3db74-b0df-4198-82b4-1d7a82479429, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83e3db74-b0df-4198-82b4-1d7a82479429, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 83e3db74-b0df-4198-82b4-1d7a82479429, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 69a0bd8b-02d8-40c5-b967-9f6f357668e3, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 69a0bd8b-02d8-40c5-b967-9f6f357668e3, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 69a0bd8b-02d8-40c5-b967-9f6f357668e3, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 91ceb614-5599-4b75-af98-5b206a2b680d, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91ceb614-5599-4b75-af98-5b206a2b680d, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 91ceb614-5599-4b75-af98-5b206a2b680d, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e1edec04-7675-46b7-943e-f4f7926fde23, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e1edec04-7675-46b7-943e-f4f7926fde23, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, e1edec04-7675-46b7-943e-f4f7926fde23, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7d05c56-fde1-466d-896a-d00abd30a625, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7d05c56-fde1-466d-896a-d00abd30a625, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, b7d05c56-fde1-466d-896a-d00abd30a625, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b6da4ea8-b737-4b8d-ac0b-6850586ac627, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b6da4ea8-b737-4b8d-ac0b-6850586ac627, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, b6da4ea8-b737-4b8d-ac0b-6850586ac627, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 20cc978f-4cc1-4400-bf27-029f60c91c40, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 20cc978f-4cc1-4400-bf27-029f60c91c40, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 20cc978f-4cc1-4400-bf27-029f60c91c40, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
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, c0e92dc7-d3fb-4ece-8a00-6fd75fd4430f, localhost:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c0e92dc7-d3fb-4ece-8a00-6fd75fd4430f, localhost:21885): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c0e92dc7-d3fb-4ece-8a00-6fd75fd4430f, localhost:21885): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 21885 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-3y6ocxo3te.auto.internal:21885, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21885
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e796bf85-3ee0-4dde-a8ca-2b0b3237fcac, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e796bf85-3ee0-4dde-a8ca-2b0b3237fcac, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, e796bf85-3ee0-4dde-a8ca-2b0b3237fcac, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 65732ab7-3cb0-4a26-8400-1ff3e67a4261, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 65732ab7-3cb0-4a26-8400-1ff3e67a4261, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 65732ab7-3cb0-4a26-8400-1ff3e67a4261, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c9b99a2b-e724-4b6c-9a8d-77771cee8f7f, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c9b99a2b-e724-4b6c-9a8d-77771cee8f7f, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, c9b99a2b-e724-4b6c-9a8d-77771cee8f7f, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f269a406-e41e-49c7-9e0d-bbb142dbea24, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f269a406-e41e-49c7-9e0d-bbb142dbea24, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, f269a406-e41e-49c7-9e0d-bbb142dbea24, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d03c7887-9cdc-4af2-95bc-42a2e9100169, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d03c7887-9cdc-4af2-95bc-42a2e9100169, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, d03c7887-9cdc-4af2-95bc-42a2e9100169, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56d45b93-72ac-4b41-b20e-c7593e22ccb9, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56d45b93-72ac-4b41-b20e-c7593e22ccb9, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 56d45b93-72ac-4b41-b20e-c7593e22ccb9, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94e5da9a-accd-4214-ada0-18eb4e6261fa, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94e5da9a-accd-4214-ada0-18eb4e6261fa, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 94e5da9a-accd-4214-ada0-18eb4e6261fa, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7f640d15-98ac-4c15-b34f-c16e610c4b8e, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7f640d15-98ac-4c15-b34f-c16e610c4b8e, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 7f640d15-98ac-4c15-b34f-c16e610c4b8e, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a5abf3b-4fc2-46b2-9359-efbea33885ea, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a5abf3b-4fc2-46b2-9359-efbea33885ea, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_Date_1__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(False 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(False 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, 8a5abf3b-4fc2-46b2-9359-efbea33885ea, ghrun-3y6ocxo3te.auto.internal:21885): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 840bb1e4-21ea-41d6-8029-59ad85a86e8f, ghrun-3y6ocxo3te.auto.internal:21885): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 840bb1e4-21ea-41d6-8029-59ad85a86e8f, ghrun-3y6ocxo3te.auto.internal:21885): request = { session_id: "ydb://session/3?node_id=1&id=NzM4OTYwN2ItMjIxZTdhMTEtNzQwMjQ2ZmUtZGE1MzkzYTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 840bb1e4-21ea-41d6-8029-59ad85a86e8f, ghrun-3y6ocxo3te.auto.internal:21885): 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:21885
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 357a4159-d3db-43b4-b134-9e48178e7f69, ghrun-3y6ocxo3te.auto.internal:21885): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Locally cancelled by application!"
	debug_error_string = "None"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:21885
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:21885/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1176
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24444
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21885
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17904
============================== slowest durations ===============================
261.46s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
111.53s call     test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]
10.00s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1__ASYNC-pk_types34-all_types34-index34-Date--ASYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_Date_1__SYNC-pk_types33-all_types33-index33-Date--SYNC] - AssertionError: Expected 0 rows, error when deleting 1 lines, table table_Date_1__SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
=================== 1 failed, 1 passed in 398.15s (0:06: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/p4f1/001625/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 ===============================
165.33s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
59.89s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
17.09s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]
10.50s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0_UNIQUE_SYNC-pk_types2-all_types2-index2-Datetime-UNIQUE-SYNC]
0.01s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__ASYNC-pk_types1-all_types1-index1-Datetime--ASYNC]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 2 passed in 254.23s (0:04: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/p4f1/001622/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 6 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 ------------------------------
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 43392c67-b3d9-4c4f-a93d-b9de1b447a20, localhost:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 43392c67-b3d9-4c4f-a93d-b9de1b447a20, localhost:17087): request = { database: "/Root" }
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=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 54bbf977-0aff-48d3-bc02-54b146a76e7f, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 54bbf977-0aff-48d3-bc02-54b146a76e7f, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, 54bbf977-0aff-48d3-bc02-54b146a76e7f, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 950ae5f3-cec4-4ebb-a5f3-adbda16323fe, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 950ae5f3-cec4-4ebb-a5f3-adbda16323fe, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, 950ae5f3-cec4-4ebb-a5f3-adbda16323fe, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 55a76bd2-426c-4e31-a4da-f77fcd1ecfd5, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55a76bd2-426c-4e31-a4da-f77fcd1ecfd5, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, 55a76bd2-426c-4e31-a4da-f77fcd1ecfd5, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b79f2c45-a019-4ca1-a910-5ac6c2705e47, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b79f2c45-a019-4ca1-a910-5ac6c2705e47, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, b79f2c45-a019-4ca1-a910-5ac6c2705e47, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 11675f35-087a-4bcd-928e-db017d0af411, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 11675f35-087a-4bcd-928e-db017d0af411, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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(\'2026-01-02T15:07:13Z\' 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, 11675f35-087a-4bcd-928e-db017d0af411, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79b5107f-8843-42a2-aaf6-ebbb06d27fe5, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79b5107f-8843-42a2-aaf6-ebbb06d27fe5, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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(\'2026-01-02T15:07:13Z\' 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, 79b5107f-8843-42a2-aaf6-ebbb06d27fe5, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5eaed263-14b5-4daa-9e59-041e00da03f6, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5eaed263-14b5-4daa-9e59-041e00da03f6, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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(\'2026-01-09T15:07:13Z\' 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, 5eaed263-14b5-4daa-9e59-041e00da03f6, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 90f9bd31-b4a3-4053-912a-4a27585de8a8, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 90f9bd31-b4a3-4053-912a-4a27585de8a8, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(\'2026-01-09T15:07:13Z\' 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, 90f9bd31-b4a3-4053-912a-4a27585de8a8, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1d395d0e-a513-4283-9bb2-c08241752a1c, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1d395d0e-a513-4283-9bb2-c08241752a1c, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(\'2026-01-09T15:07:18Z\' 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, 1d395d0e-a513-4283-9bb2-c08241752a1c, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5a40f45e-4760-4040-bd64-c0fe13380d4e, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5a40f45e-4760-4040-bd64-c0fe13380d4e, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(\'2026-01-09T15:07:18Z\' 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, 5a40f45e-4760-4040-bd64-c0fe13380d4e, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5eaaf92c-8899-4aa7-ad97-ec7b5f03992b, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5eaaf92c-8899-4aa7-ad97-ec7b5f03992b, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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-23T15:07:13Z\' 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, 5eaaf92c-8899-4aa7-ad97-ec7b5f03992b, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 749a03e2-bafa-4e7b-a5dc-b0f4de17f809, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 749a03e2-bafa-4e7b-a5dc-b0f4de17f809, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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-23T15:07:13Z\' 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, 749a03e2-bafa-4e7b-a5dc-b0f4de17f809, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e9921af6-2848-47a4-bad4-c5b2bcf4eec0, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e9921af6-2848-47a4-bad4-c5b2bcf4eec0, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, e9921af6-2848-47a4-bad4-c5b2bcf4eec0, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84758b62-da28-452c-9d25-c6e0693a95b3, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84758b62-da28-452c-9d25-c6e0693a95b3, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, 84758b62-da28-452c-9d25-c6e0693a95b3, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83181dba-5b34-4d28-b767-f3de4d57f445, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83181dba-5b34-4d28-b767-f3de4d57f445, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, 83181dba-5b34-4d28-b767-f3de4d57f445, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 570c3a65-0db2-4d99-a24a-8661ea64dbd3, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 570c3a65-0db2-4d99-a24a-8661ea64dbd3, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, 570c3a65-0db2-4d99-a24a-8661ea64dbd3, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c82eea46-a041-47ef-9bea-15fb6841d758, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c82eea46-a041-47ef-9bea-15fb6841d758, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, c82eea46-a041-47ef-9bea-15fb6841d758, ghrun-3y6ocxo3te.auto.internal:17087): 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, 36df1b1e-6d63-4dec-ad84-8abae75726eb, localhost:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 36df1b1e-6d63-4dec-ad84-8abae75726eb, localhost:17087): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 36df1b1e-6d63-4dec-ad84-8abae75726eb, localhost:17087): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 17087 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-3y6ocxo3te.auto.internal:17087, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17087
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 88842987-cb46-48a5-b1d4-ad3704e56680, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 88842987-cb46-48a5-b1d4-ad3704e56680, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(False 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(False 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, 88842987-cb46-48a5-b1d4-ad3704e56680, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a03dea95-17b5-464d-9757-68e6d8339c4b, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a03dea95-17b5-464d-9757-68e6d8339c4b, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, a03dea95-17b5-464d-9757-68e6d8339c4b, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 16755b20-69f9-4d37-bf78-87ce4b4f34a2, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 16755b20-69f9-4d37-bf78-87ce4b4f34a2, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, 16755b20-69f9-4d37-bf78-87ce4b4f34a2, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, feba68ab-9c94-43cf-aea3-d321bc4c7a53, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, feba68ab-9c94-43cf-aea3-d321bc4c7a53, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, feba68ab-9c94-43cf-aea3-d321bc4c7a53, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 235a8644-e947-4ed4-a86f-6652a9e9d4a0, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 235a8644-e947-4ed4-a86f-6652a9e9d4a0, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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, 235a8644-e947-4ed4-a86f-6652a9e9d4a0, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 51c476d5-cd12-4dc6-814c-d07947c97fe8, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 51c476d5-cd12-4dc6-814c-d07947c97fe8, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 51c476d5-cd12-4dc6-814c-d07947c97fe8, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dd41392f-425d-4dc5-bdaf-1d565366d9ea, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dd41392f-425d-4dc5-bdaf-1d565366d9ea, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, dd41392f-425d-4dc5-bdaf-1d565366d9ea, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 26c483b2-49ba-4c1f-8f8d-8105af54e29d, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 26c483b2-49ba-4c1f-8f8d-8105af54e29d, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 26c483b2-49ba-4c1f-8f8d-8105af54e29d, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e8ca12b1-c1f7-4225-aa42-40451e2785a2, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e8ca12b1-c1f7-4225-aa42-40451e2785a2, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e8ca12b1-c1f7-4225-aa42-40451e2785a2, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1f89627a-93d4-454b-800d-deb7ce9b681e, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1f89627a-93d4-454b-800d-deb7ce9b681e, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 1f89627a-93d4-454b-800d-deb7ce9b681e, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ec2264ed-55ab-41a4-b3c6-bbb29420cc06, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ec2264ed-55ab-41a4-b3c6-bbb29420cc06, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ec2264ed-55ab-41a4-b3c6-bbb29420cc06, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d179655-e176-4326-b886-9f405587c5c6, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d179655-e176-4326-b886-9f405587c5c6, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8d179655-e176-4326-b886-9f405587c5c6, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 111814c7-b612-4cf3-a0ee-511427d6da08, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 111814c7-b612-4cf3-a0ee-511427d6da08, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 111814c7-b612-4cf3-a0ee-511427d6da08, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 170f57c3-d921-43b7-b94e-5d0ab071ad27, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 170f57c3-d921-43b7-b94e-5d0ab071ad27, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 170f57c3-d921-43b7-b94e-5d0ab071ad27, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 83277d28-587f-496f-af34-dfa28e2feea9, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 83277d28-587f-496f-af34-dfa28e2feea9, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 83277d28-587f-496f-af34-dfa28e2feea9, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 63033e89-4fba-4dc1-9af0-2baabdab415b, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 63033e89-4fba-4dc1-9af0-2baabdab415b, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 63033e89-4fba-4dc1-9af0-2baabdab415b, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed7d425c-2e3d-4585-b69a-97cf016655cb, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed7d425c-2e3d-4585-b69a-97cf016655cb, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ed7d425c-2e3d-4585-b69a-97cf016655cb, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5b8ecd2f-de5f-4e52-ba16-0cc28f3b7a09, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5b8ecd2f-de5f-4e52-ba16-0cc28f3b7a09, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 5b8ecd2f-de5f-4e52-ba16-0cc28f3b7a09, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8812988c-0450-4038-8f27-40d0c3f847e9, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8812988c-0450-4038-8f27-40d0c3f847e9, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8812988c-0450-4038-8f27-40d0c3f847e9, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f3fc9d9e-db41-4197-bcbc-16bd19036993, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f3fc9d9e-db41-4197-bcbc-16bd19036993, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f3fc9d9e-db41-4197-bcbc-16bd19036993, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2d81299-f515-42e5-b375-ebf8fd15ff26, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2d81299-f515-42e5-b375-ebf8fd15ff26, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e2d81299-f515-42e5-b375-ebf8fd15ff26, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
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, a85bdb0b-c077-40bf-b11d-28a7b901bb15, localhost:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a85bdb0b-c077-40bf-b11d-28a7b901bb15, localhost:17087): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a85bdb0b-c077-40bf-b11d-28a7b901bb15, localhost:17087): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 17087 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-3y6ocxo3te.auto.internal:17087, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17087
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5e82988e-ed69-482b-a9e6-47d7a660bd9b, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5e82988e-ed69-482b-a9e6-47d7a660bd9b, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 5e82988e-ed69-482b-a9e6-47d7a660bd9b, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ea4e657-cbc4-4bda-b3ca-a434b64ba851, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ea4e657-cbc4-4bda-b3ca-a434b64ba851, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3ea4e657-cbc4-4bda-b3ca-a434b64ba851, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2c9a490b-2f67-4bd1-86d4-e05cf9e8ce34, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c9a490b-2f67-4bd1-86d4-e05cf9e8ce34, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 2c9a490b-2f67-4bd1-86d4-e05cf9e8ce34, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2ad640b1-ea28-46fb-83fb-38362034d963, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2ad640b1-ea28-46fb-83fb-38362034d963, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 2ad640b1-ea28-46fb-83fb-38362034d963, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2b8884b-1985-44e5-80c8-1e710a643152, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2b8884b-1985-44e5-80c8-1e710a643152, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, c2b8884b-1985-44e5-80c8-1e710a643152, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fdfe5f4d-3f7c-4e5a-855f-01576e7c8834, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fdfe5f4d-3f7c-4e5a-855f-01576e7c8834, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, fdfe5f4d-3f7c-4e5a-855f-01576e7c8834, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70850333-b762-466a-846f-aced71a06792, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70850333-b762-466a-846f-aced71a06792, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 70850333-b762-466a-846f-aced71a06792, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 92dd6111-42ec-47e1-877e-9962234b3274, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92dd6111-42ec-47e1-877e-9962234b3274, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 92dd6111-42ec-47e1-877e-9962234b3274, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e502dc7a-3e2a-463b-ba78-bd5675a55b89, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e502dc7a-3e2a-463b-ba78-bd5675a55b89, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e502dc7a-3e2a-463b-ba78-bd5675a55b89, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3d53978c-a6bb-47f5-970d-64f95ef53dad, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3d53978c-a6bb-47f5-970d-64f95ef53dad, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3d53978c-a6bb-47f5-970d-64f95ef53dad, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e008dcb3-a094-4c39-9489-2e90b8f9ac9d, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e008dcb3-a094-4c39-9489-2e90b8f9ac9d, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e008dcb3-a094-4c39-9489-2e90b8f9ac9d, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8009cc38-dbeb-4499-aa6c-618cd87b8a0a, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8009cc38-dbeb-4499-aa6c-618cd87b8a0a, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8009cc38-dbeb-4499-aa6c-618cd87b8a0a, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5ed301e6-46c6-46fc-afa9-6899a6f94c72, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5ed301e6-46c6-46fc-afa9-6899a6f94c72, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 5ed301e6-46c6-46fc-afa9-6899a6f94c72, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50af1bee-3f7e-4a68-84fd-0dfbfa30a478, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50af1bee-3f7e-4a68-84fd-0dfbfa30a478, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 50af1bee-3f7e-4a68-84fd-0dfbfa30a478, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3f9c79cc-e1f2-4038-8645-49a5da721f63, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3f9c79cc-e1f2-4038-8645-49a5da721f63, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3f9c79cc-e1f2-4038-8645-49a5da721f63, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5cfdb0f-0899-4fae-b6e5-573869cdee07, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5cfdb0f-0899-4fae-b6e5-573869cdee07, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, a5cfdb0f-0899-4fae-b6e5-573869cdee07, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f590ba15-825e-4905-b4b4-b26f65eb870c, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f590ba15-825e-4905-b4b4-b26f65eb870c, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f590ba15-825e-4905-b4b4-b26f65eb870c, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8f414ccb-bd02-4394-960b-c11b9020f0b9, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8f414ccb-bd02-4394-960b-c11b9020f0b9, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8f414ccb-bd02-4394-960b-c11b9020f0b9, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58e37293-bf6f-45c8-8776-b50f9cdae29c, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58e37293-bf6f-45c8-8776-b50f9cdae29c, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 58e37293-bf6f-45c8-8776-b50f9cdae29c, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1eed29b9-ec16-470a-a77e-9462a4e45170, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1eed29b9-ec16-470a-a77e-9462a4e45170, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 1eed29b9-ec16-470a-a77e-9462a4e45170, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b1a4405f-c0b4-42e9-aabe-c1f366431f31, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b1a4405f-c0b4-42e9-aabe-c1f366431f31, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b1a4405f-c0b4-42e9-aabe-c1f366431f31, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
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, 270fb033-2c59-466b-b0c2-dad9dcbdaa07, localhost:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 270fb033-2c59-466b-b0c2-dad9dcbdaa07, localhost:17087): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 270fb033-2c59-466b-b0c2-dad9dcbdaa07, localhost:17087): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 17087 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-3y6ocxo3te.auto.internal:17087, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17087
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e671bce5-428a-4245-a52e-ed91ed689df6, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e671bce5-428a-4245-a52e-ed91ed689df6, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e671bce5-428a-4245-a52e-ed91ed689df6, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53b0c551-240b-4a91-adc9-11835783c47f, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53b0c551-240b-4a91-adc9-11835783c47f, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 53b0c551-240b-4a91-adc9-11835783c47f, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8438352d-bef1-444f-acc6-6d23f726bb74, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8438352d-bef1-444f-acc6-6d23f726bb74, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8438352d-bef1-444f-acc6-6d23f726bb74, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad0a6416-edbb-4acd-b01d-72649d6e6a2f, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ad0a6416-edbb-4acd-b01d-72649d6e6a2f, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" 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(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ad0a6416-edbb-4acd-b01d-72649d6e6a2f, ghrun-3y6ocxo3te.auto.internal:17087): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, 632415c8-bb28-4506-97c0-b3cd7ec5e0b4, ghrun-3y6ocxo3te.auto.internal:17087): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 632415c8-bb28-4506-97c0-b3cd7ec5e0b4, ghrun-3y6ocxo3te.auto.internal:17087): request = { session_id: "ydb://session/3?node_id=1&id=ZTE5NzNjMDMtODhjNTdjYjQtOTQxNTg2YTAtOGQ1NjViNTA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 632415c8-bb28-4506-97c0-b3cd7ec5e0b4, ghrun-3y6ocxo3te.auto.internal:17087): 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:17087
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:17087
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:17087/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16883
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32623
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23000
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17087
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22876
============================== slowest durations ===============================
319.89s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
126.30s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
17.10s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
10.12s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
0.03s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1_UNIQUE_SYNC-pk_types5-all_types5-index5-Datetime-UNIQUE-SYNC]
0.02s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_0__SYNC-pk_types0-all_types0-index0-Datetime--SYNC]
=========================== 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 6 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 476.11s (0:07:56) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001636/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 ===============================
127.68s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
116.27s call     test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
17.10s teardown test_ttl.py::TestTTL::test_ttl[table_Datetime_1__SYNC-pk_types3-all_types3-index3-Datetime--SYNC]
9.96s setup    test_ttl.py::TestTTL::test_ttl[table_Datetime_1__ASYNC-pk_types4-all_types4-index4-Datetime--ASYNC]
0.01s teardown 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]
======================== 2 passed in 272.57s (0:04:32) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001620/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 ===============================
141.88s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
12.06s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
10.60s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0_UNIQUE_SYNC-pk_types14-all_types14-index14-DyNumber-UNIQUE-SYNC]
======================== 1 passed in 166.09s (0:02:46) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001634/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 ===============================
114.52s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
17.10s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
9.79s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__ASYNC-pk_types13-all_types13-index13-DyNumber--ASYNC]
======================== 1 passed in 142.93s (0:02:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/00160d/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 ===============================
143.08s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
11.11s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_0__SYNC-pk_types12-all_types12-index12-DyNumber--SYNC]
======================== 1 passed in 167.95s (0:02:47) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0014c8/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 F

=================================== FAILURES ===================================
_ TestTTL.test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-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 6 lines, table table_DyNumber_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_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 212331
DEBUG    ya.test:process.py:259 Command (pid 212331) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 212331) elapsed time (sec): 1.150874137878418
DEBUG    ya.test:process.py:263 Command (pid 212331) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) maxrss: 490744
DEBUG    ya.test:process.py:263 Command (pid 212331) minflt: 45881
DEBUG    ya.test:process.py:263 Command (pid 212331) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) nivcsw: 239
DEBUG    ya.test:process.py:263 Command (pid 212331) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 212331) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 212331) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 212331) stime: 0.147006
DEBUG    ya.test:process.py:263 Command (pid 212331) utime: 0.597855
DEBUG    ya.test:process.py:263 Command (pid 212331) wtime: 1.181
DEBUG    ya.test:process.py:275 Command (pid 212331) output:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

ERROR    ydb.tests.sql.lib.test_base:test_base.py:25 Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63524
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/p4f1/0014c8/r3tmp/kikimr_cluster_6h_ho98a
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4897
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18259
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25114
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25533
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/node_1/logfile_3x6hx0wr.log --grpc-port=4897 --mon-port=18259 --ic-port=63524
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4897/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/node_1/logfile_3x6hx0wr.log --grpc-port=4897 --mon-port=18259 --ic-port=63524
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/node_1/logfile_3x6hx0wr.log', '--grpc-port=4897', '--mon-port=18259', '--ic-port=63524')' in '/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/tests/datashard/ttl/test-results/py3test/testing_out_stuff/chunk15/testing_out_stuff/test_ttl.py.TestTTL.test_ttl.table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 212957
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:4897/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 212964
DEBUG    ya.test:process.py:259 Command (pid 212964) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 212964) elapsed time (sec): 0.9125521183013916
DEBUG    ya.test:process.py:263 Command (pid 212964) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) maxrss: 490392
DEBUG    ya.test:process.py:263 Command (pid 212964) minflt: 45815
DEBUG    ya.test:process.py:263 Command (pid 212964) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) nivcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 212964) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 212964) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 212964) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 212964) stime: 0.218504
DEBUG    ya.test:process.py:263 Command (pid 212964) utime: 0.5284519999999999
DEBUG    ya.test:process.py:263 Command (pid 212964) wtime: 0.93
DEBUG    ya.test:process.py:275 Command (pid 212964) output:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 287f5423501df0fddb81665a251dc491d5dec0a8
    Branch: 
    Author: Daniil Cherednik <dan.cherednik@gmail.com>
    Summary: Merge 7490db94a6c86f71f1df8b871bb8ab44f9b93f32 into 1c215e4323d3f5059464f688ce9572c385522c5c
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-3y6ocxo3te    Host information: 
        Linux ghrun-3y6ocxo3te 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4897', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63524\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/p4f1/0014c8/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:4897', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 63524\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 215510
DEBUG    ya.test:process.py:259 Command (pid 215510) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 215510) elapsed time (sec): 1.3069398403167725
DEBUG    ya.test:process.py:263 Command (pid 215510) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) maxrss: 581500
DEBUG    ya.test:process.py:263 Command (pid 215510) minflt: 52207
DEBUG    ya.test:process.py:263 Command (pid 215510) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) nivcsw: 250
DEBUG    ya.test:process.py:263 Command (pid 215510) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 215510) nvcsw: 601
DEBUG    ya.test:process.py:263 Command (pid 215510) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 215510) stime: 0.27705599999999997
DEBUG    ya.test:process.py:263 Command (pid 215510) utime: 0.573646
DEBUG    ya.test:process.py:263 Command (pid 215510) wtime: 1.323
DEBUG    ya.test:process.py:275 Command (pid 215510) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 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: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, 6577fd0e-a013-4c52-9c52-d90a5788b371, localhost:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6577fd0e-a013-4c52-9c52-d90a5788b371, localhost:4897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6577fd0e-a013-4c52-9c52-d90a5788b371, localhost:4897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 4897 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-3y6ocxo3te.auto.internal:4897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 10000), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4897
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_ttl.py::TestTTL, test_name: test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC])
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08477b92-f8ab-48d0-b2e2-219c2c83ccf3, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08477b92-f8ab-48d0-b2e2-219c2c83ccf3, ghrun-3y6ocxo3te.auto.internal:4897): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08477b92-f8ab-48d0-b2e2-219c2c83ccf3, ghrun-3y6ocxo3te.auto.internal:4897): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 7bc90321-6365-408e-9eed-eb35d7c08a94, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 7bc90321-6365-408e-9eed-eb35d7c08a94, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 7bc90321-6365-408e-9eed-eb35d7c08a94, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad66b831-2d22-46a5-8ae4-56c4c31382ac, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ad66b831-2d22-46a5-8ae4-56c4c31382ac, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n        CREATE TABLE `table_DyNumber_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_DyNumber DyNumber,\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, ad66b831-2d22-46a5-8ae4-56c4c31382ac, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 29350321-fa79-4567-8bca-f2ce73736e05, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 29350321-fa79-4567-8bca-f2ce73736e05, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_DyNumber_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"P18262D\") \n         ON ttl_DyNumber 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, 29350321-fa79-4567-8bca-f2ce73736e05, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a844e549-9367-4f1b-81b9-e71deb56fdf8, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a844e549-9367-4f1b-81b9-e71deb56fdf8, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "ALTER TABLE `table_DyNumber_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, a844e549-9367-4f1b-81b9-e71deb56fdf8, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84f575da-e996-40eb-a9d8-0197f3690f7f, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84f575da-e996-40eb-a9d8-0197f3690f7f, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n         ALTER TABLE table_DyNumber_1_UNIQUE_SYNC SET ( TTL = \n         Interval(\"PT0S\") \n         ON ttl_DyNumber 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, 84f575da-e996-40eb-a9d8-0197f3690f7f, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2d006339-4761-4e9a-aa53-30661723b556, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2d006339-4761-4e9a-aa53-30661723b556, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(False 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(False 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(\'1767366328\' AS DyNumber)\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, 2d006339-4761-4e9a-aa53-30661723b556, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 483837da-0e58-4412-a416-a17b38339063, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 483837da-0e58-4412-a416-a17b38339063, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(False 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(False 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(\'1767366328\' AS DyNumber)\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, 483837da-0e58-4412-a416-a17b38339063, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b004faa9-d91e-4c13-88f5-a76eb995b273, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b004faa9-d91e-4c13-88f5-a76eb995b273, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(False 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(False 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(\'1767971128\' AS DyNumber)\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, b004faa9-d91e-4c13-88f5-a76eb995b273, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6fd957cf-0602-4f75-96f4-141cdc7b6d9b, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6fd957cf-0602-4f75-96f4-141cdc7b6d9b, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(\'1767971128\' AS DyNumber)\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, 6fd957cf-0602-4f75-96f4-141cdc7b6d9b, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b40abe07-f8b3-425a-96c1-6f66392430e2, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b40abe07-f8b3-425a-96c1-6f66392430e2, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(\'1767971133\' AS DyNumber)\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, b40abe07-f8b3-425a-96c1-6f66392430e2, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f66567cd-52d7-4c52-aadc-4b71e37f8dc8, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f66567cd-52d7-4c52-aadc-4b71e37f8dc8, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(\'1767971133\' AS DyNumber)\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, f66567cd-52d7-4c52-aadc-4b71e37f8dc8, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74dbb1e5-6a46-4608-a8cd-2450c5b5dbcb, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74dbb1e5-6a46-4608-a8cd-2450c5b5dbcb, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(\'1769180728\' AS DyNumber)\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, 74dbb1e5-6a46-4608-a8cd-2450c5b5dbcb, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fb345166-6677-49a1-8c5c-c6347fe0a311, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fb345166-6677-49a1-8c5c-c6347fe0a311, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO table_DyNumber_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_DyNumber\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(\'1769180728\' AS DyNumber)\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, fb345166-6677-49a1-8c5c-c6347fe0a311, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f8191712-0bdc-4754-9651-13e6a3212f0f, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f8191712-0bdc-4754-9651-13e6a3212f0f, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, f8191712-0bdc-4754-9651-13e6a3212f0f, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58e74d89-1de7-481b-8377-20ee7383a880, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58e74d89-1de7-481b-8377-20ee7383a880, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, 58e74d89-1de7-481b-8377-20ee7383a880, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9dd61ac8-5a17-448c-b229-bbe492a5c983, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9dd61ac8-5a17-448c-b229-bbe492a5c983, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, 9dd61ac8-5a17-448c-b229-bbe492a5c983, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, edb23001-4413-49f9-89aa-7a6ffb77353f, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, edb23001-4413-49f9-89aa-7a6ffb77353f, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, edb23001-4413-49f9-89aa-7a6ffb77353f, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f345531d-15fa-4b15-bc92-b78e3fca8459, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f345531d-15fa-4b15-bc92-b78e3fca8459, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, f345531d-15fa-4b15-bc92-b78e3fca8459, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7a6d484d-c053-459a-a49d-4ebe5b1de1c5, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7a6d484d-c053-459a-a49d-4ebe5b1de1c5, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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(False 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(False 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, 7a6d484d-c053-459a-a49d-4ebe5b1de1c5, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, db7f7ce0-ee8f-4cf3-a0fc-31ba097bbae2, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, db7f7ce0-ee8f-4cf3-a0fc-31ba097bbae2, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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, db7f7ce0-ee8f-4cf3-a0fc-31ba097bbae2, ghrun-3y6ocxo3te.auto.internal:4897): 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, ac522b4a-6ca3-47cb-bd28-f8aad1100500, localhost:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ac522b4a-6ca3-47cb-bd28-f8aad1100500, localhost:4897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ac522b4a-6ca3-47cb-bd28-f8aad1100500, localhost:4897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 4897 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-3y6ocxo3te.auto.internal:4897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 054aa07b-18af-4a02-8ffc-c731d3b69550, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 054aa07b-18af-4a02-8ffc-c731d3b69550, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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, 054aa07b-18af-4a02-8ffc-c731d3b69550, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bf051005-40b8-4cc6-a2b4-20a647f6d1b9, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bf051005-40b8-4cc6-a2b4-20a647f6d1b9, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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, bf051005-40b8-4cc6-a2b4-20a647f6d1b9, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f004fa6a-e9af-4949-8158-b56c9d677599, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f004fa6a-e9af-4949-8158-b56c9d677599, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_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, f004fa6a-e9af-4949-8158-b56c9d677599, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cb48c94c-5263-4f2f-987e-7c21f4c93fc1, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cb48c94c-5263-4f2f-987e-7c21f4c93fc1, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, cb48c94c-5263-4f2f-987e-7c21f4c93fc1, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 228b27e2-525c-4ce1-bbca-585de138b971, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 228b27e2-525c-4ce1-bbca-585de138b971, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 228b27e2-525c-4ce1-bbca-585de138b971, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 47801d57-41a3-4159-8731-89c5f723a8b6, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 47801d57-41a3-4159-8731-89c5f723a8b6, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 47801d57-41a3-4159-8731-89c5f723a8b6, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ee33ae29-6b16-4b31-86a7-9694c43cf8c6, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ee33ae29-6b16-4b31-86a7-9694c43cf8c6, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ee33ae29-6b16-4b31-86a7-9694c43cf8c6, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f358cce1-08ad-46cd-b2fd-3a07b0246527, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f358cce1-08ad-46cd-b2fd-3a07b0246527, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f358cce1-08ad-46cd-b2fd-3a07b0246527, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3619f2c8-fd74-440d-9c37-8834c78c7a7b, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3619f2c8-fd74-440d-9c37-8834c78c7a7b, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3619f2c8-fd74-440d-9c37-8834c78c7a7b, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7eea7a98-103d-48c9-916a-af260a88fc0b, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7eea7a98-103d-48c9-916a-af260a88fc0b, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 7eea7a98-103d-48c9-916a-af260a88fc0b, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 247deb85-d81d-46ac-947b-ce321ca48816, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 247deb85-d81d-46ac-947b-ce321ca48816, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 247deb85-d81d-46ac-947b-ce321ca48816, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93aefe24-9137-42df-a239-73f61ebc8b62, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93aefe24-9137-42df-a239-73f61ebc8b62, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 93aefe24-9137-42df-a239-73f61ebc8b62, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 669a65eb-2a5b-45ba-a454-8f4a529ceba8, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 669a65eb-2a5b-45ba-a454-8f4a529ceba8, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 669a65eb-2a5b-45ba-a454-8f4a529ceba8, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b3fb8306-8690-4f67-ba0c-da4cf9c63d3a, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b3fb8306-8690-4f67-ba0c-da4cf9c63d3a, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b3fb8306-8690-4f67-ba0c-da4cf9c63d3a, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7873464a-b27a-4af5-b252-6cb5057c7ec2, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7873464a-b27a-4af5-b252-6cb5057c7ec2, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 7873464a-b27a-4af5-b252-6cb5057c7ec2, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f0b96f5-2dbc-48df-9bf3-f29a9673dcd1, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f0b96f5-2dbc-48df-9bf3-f29a9673dcd1, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 9f0b96f5-2dbc-48df-9bf3-f29a9673dcd1, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 63aab8e4-f9fa-42b3-ab34-6c252d81b186, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 63aab8e4-f9fa-42b3-ab34-6c252d81b186, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 63aab8e4-f9fa-42b3-ab34-6c252d81b186, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 434ce450-7a2f-44a5-a528-4598ab8c5118, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 434ce450-7a2f-44a5-a528-4598ab8c5118, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 434ce450-7a2f-44a5-a528-4598ab8c5118, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f95f7d23-8968-4938-8cdc-ab603844b1f3, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f95f7d23-8968-4938-8cdc-ab603844b1f3, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f95f7d23-8968-4938-8cdc-ab603844b1f3, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 94ff6987-4204-4a42-8428-da5d39e332af, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 94ff6987-4204-4a42-8428-da5d39e332af, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 94ff6987-4204-4a42-8428-da5d39e332af, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 65618bda-533c-4111-b219-153ccc7e5b49, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 65618bda-533c-4111-b219-153ccc7e5b49, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 65618bda-533c-4111-b219-153ccc7e5b49, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
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, 06ea40d6-489f-46c2-8827-d6b284e5cbc3, localhost:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 06ea40d6-489f-46c2-8827-d6b284e5cbc3, localhost:4897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 06ea40d6-489f-46c2-8827-d6b284e5cbc3, localhost:4897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 4897 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-3y6ocxo3te.auto.internal:4897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4897
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 88113612-06e9-4786-a79f-ef5860f32cdf, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 88113612-06e9-4786-a79f-ef5860f32cdf, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 88113612-06e9-4786-a79f-ef5860f32cdf, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50cf8158-c9de-4099-96c6-c2996667731f, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50cf8158-c9de-4099-96c6-c2996667731f, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 50cf8158-c9de-4099-96c6-c2996667731f, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e6272da8-affd-401a-830e-b48ba8a33b7c, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e6272da8-affd-401a-830e-b48ba8a33b7c, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e6272da8-affd-401a-830e-b48ba8a33b7c, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3fb6ee39-71e8-461a-b528-04688a25e4b9, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3fb6ee39-71e8-461a-b528-04688a25e4b9, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 3fb6ee39-71e8-461a-b528-04688a25e4b9, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fe84fea-5f52-440d-8a4a-627fd88942f2, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fe84fea-5f52-440d-8a4a-627fd88942f2, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 7fe84fea-5f52-440d-8a4a-627fd88942f2, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b19bdbf4-112e-4cef-8a4c-b706d61112c7, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b19bdbf4-112e-4cef-8a4c-b706d61112c7, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, b19bdbf4-112e-4cef-8a4c-b706d61112c7, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a706cf72-aae2-4035-88cd-d9092dc55a1b, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a706cf72-aae2-4035-88cd-d9092dc55a1b, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, a706cf72-aae2-4035-88cd-d9092dc55a1b, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e474d892-c668-4651-af03-bf74fa639f9a, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e474d892-c668-4651-af03-bf74fa639f9a, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e474d892-c668-4651-af03-bf74fa639f9a, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a971c073-91c8-45d6-a0b0-a675460c56fb, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a971c073-91c8-45d6-a0b0-a675460c56fb, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, a971c073-91c8-45d6-a0b0-a675460c56fb, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 785507a6-a2f3-4ce0-b436-4436055bbfe3, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 785507a6-a2f3-4ce0-b436-4436055bbfe3, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 785507a6-a2f3-4ce0-b436-4436055bbfe3, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 220e94c0-aef3-4887-a369-d860a1c15629, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 220e94c0-aef3-4887-a369-d860a1c15629, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 220e94c0-aef3-4887-a369-d860a1c15629, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f54ea830-7e27-4f50-ada2-01b4d586a12f, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f54ea830-7e27-4f50-ada2-01b4d586a12f, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, f54ea830-7e27-4f50-ada2-01b4d586a12f, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8e6b5285-0cf2-4088-a468-072d35666c96, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e6b5285-0cf2-4088-a468-072d35666c96, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 8e6b5285-0cf2-4088-a468-072d35666c96, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e7207253-1351-43f3-afe1-e4a92b2c98ce, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7207253-1351-43f3-afe1-e4a92b2c98ce, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, e7207253-1351-43f3-afe1-e4a92b2c98ce, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ab5dca7e-480d-4e67-859d-17d3e2fb6b4d, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ab5dca7e-480d-4e67-859d-17d3e2fb6b4d, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, ab5dca7e-480d-4e67-859d-17d3e2fb6b4d, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 08dec674-2ba9-4e39-8f54-bfb0fd6f105b, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 08dec674-2ba9-4e39-8f54-bfb0fd6f105b, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 08dec674-2ba9-4e39-8f54-bfb0fd6f105b, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6ec7328d-470b-42bb-aa36-4ed81a82a2d1, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6ec7328d-470b-42bb-aa36-4ed81a82a2d1, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 6ec7328d-470b-42bb-aa36-4ed81a82a2d1, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56115d7c-261a-4c5b-9629-8df72bbf922c, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56115d7c-261a-4c5b-9629-8df72bbf922c, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 56115d7c-261a-4c5b-9629-8df72bbf922c, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79492421-ebf9-4d2f-b1ea-02b73b199be8, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79492421-ebf9-4d2f-b1ea-02b73b199be8, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 79492421-ebf9-4d2f-b1ea-02b73b199be8, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f6d80f3-1e59-4ba3-9665-4dd9efe962d4, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f6d80f3-1e59-4ba3-9665-4dd9efe962d4, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 6f6d80f3-1e59-4ba3-9665-4dd9efe962d4, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
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, 4d5ede05-f127-4021-af5b-7d935a76a3a2, localhost:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4d5ede05-f127-4021-af5b-7d935a76a3a2, localhost:4897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4d5ede05-f127-4021-af5b-7d935a76a3a2, localhost:4897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-3y6ocxo3te.auto.internal" port: 4897 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-3y6ocxo3te.auto.internal:4897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4897
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 612b6ce9-4fc4-4236-99ba-af0bfd081648, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 612b6ce9-4fc4-4236-99ba-af0bfd081648, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 612b6ce9-4fc4-4236-99ba-af0bfd081648, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 123d8162-d38d-4679-b878-a70fef627f5e, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 123d8162-d38d-4679-b878-a70fef627f5e, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n                SELECT COUNT(*) as count FROM `table_DyNumber_1_UNIQUE_SYNC` WHERE \n                pk_Int64=CAST(6 AS Int64) and pk_Uint64=CAST(6 AS Uint64) and pk_Int32=CAST(6 AS Int32) and pk_Uint32=CAST(6 AS Uint32) and pk_Int16=CAST(6 AS Int16) and pk_Uint16=CAST(6 AS Uint16) and pk_Int8=CAST(6 AS Int8) and pk_Uint8=CAST(6 AS Uint8) and pk_Bool=CAST(True AS Bool) and pk_Decimal150=CAST(\'6\' AS Decimal(15,0)) and pk_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and pk_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and pk_DyNumber=CAST(\'60.0\' AS DyNumber) and pk_String=\'String 6\' and pk_Utf8=\'Utf8 6\' and pk_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and pk_Date=CAST(\'2006-01-01\' AS Date) and pk_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and pk_Timestamp=CAST(1696200600000000 AS Timestamp) and pk_Interval=CAST(6 AS Interval) and pk_Date32=CAST(\'2006-01-01\' AS Date32) and pk_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and pk_Timestamp64=CAST(1696200600000000 AS Timestamp64) and pk_Interval64=CAST(6 AS Interval64)\n                 and \n                col_index_DyNumber=CAST(\'60.0\' AS DyNumber) and col_index_String=\'String 6\' and col_index_Utf8=\'Utf8 6\' and col_index_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_index_Date=CAST(\'2006-01-01\' AS Date) and col_index_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_index_Timestamp=CAST(1696200600000000 AS Timestamp) and col_index_Interval=CAST(6 AS Interval) and col_index_Date32=CAST(\'2006-01-01\' AS Date32) and col_index_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_index_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_index_Interval64=CAST(6 AS Interval64)\n                 and \n                col_Int64=CAST(6 AS Int64) and col_Uint64=CAST(6 AS Uint64) and col_Int32=CAST(6 AS Int32) and col_Uint32=CAST(6 AS Uint32) and col_Int16=CAST(6 AS Int16) and col_Uint16=CAST(6 AS Uint16) and col_Int8=CAST(6 AS Int8) and col_Uint8=CAST(6 AS Uint8) and col_Bool=CAST(True AS Bool) and col_Decimal150=CAST(\'6\' AS Decimal(15,0)) and col_Decimal229=CAST(\'6.123\' AS Decimal(22,9)) and col_Decimal3510=CAST(\'6.123456\' AS Decimal(35,10)) and col_DyNumber=CAST(\'60.0\' AS DyNumber) and col_String=\'String 6\' and col_Utf8=\'Utf8 6\' and col_UUID=CAST(\'30065678-e89b-12d3-a456-556642440000\' AS UUID) and col_Date=CAST(\'2006-01-01\' AS Date) and col_Datetime=CAST(\'2006-10-02T11:00:00Z\' AS Datetime) and col_Timestamp=CAST(1696200600000000 AS Timestamp) and col_Interval=CAST(6 AS Interval) and col_Date32=CAST(\'2006-01-01\' AS Date32) and col_Datetime64=CAST(\'2006-10-02T11:00:00Z\' AS Datetime64) and col_Timestamp64=CAST(1696200600000000 AS Timestamp64) and col_Interval64=CAST(6 AS Interval64) and col_Float=CAST(6.1 AS Float) and col_Double=CAST(6.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, 123d8162-d38d-4679-b878-a70fef627f5e, ghrun-3y6ocxo3te.auto.internal:4897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.connection:connection.py:421 RpcState(DeleteSession, d9809962-5860-40f7-9efd-d6eb4317cef0, ghrun-3y6ocxo3te.auto.internal:4897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, d9809962-5860-40f7-9efd-d6eb4317cef0, ghrun-3y6ocxo3te.auto.internal:4897): request = { session_id: "ydb://session/3?node_id=1&id=YzRjYWQ3YWItOWU0Nzk3NjQtYjFkMzRiOWQtZGUwM2MzYWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, d9809962-5860-40f7-9efd-d6eb4317cef0, ghrun-3y6ocxo3te.auto.internal:4897): 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:4897
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-3y6ocxo3te.auto.internal:4897
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:4897/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25533
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18259
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4897
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63524
============================== slowest durations ===============================
321.25s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
12.05s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
11.35s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC]
=========================== short test summary info ============================
FAILED test_ttl.py::TestTTL::test_ttl[table_DyNumber_1_UNIQUE_SYNC-pk_types17-all_types17-index17-DyNumber-UNIQUE-SYNC] - AssertionError: Expected 0 rows, error when deleting 6 lines, table table_DyNumber_1_UNIQUE_SYNC
assert (1 == 1 and 1 == 0)
 +  where 1 = len([{'count': 1}])
 +  and   1 = {'count': 1}.count
======================== 1 failed in 347.59s (0:05:47) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0013af/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 ===============================
115.94s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
17.04s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
13.14s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__ASYNC-pk_types16-all_types16-index16-DyNumber--ASYNC]
======================== 1 passed in 148.37s (0:02:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0013b3/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 ===============================
136.93s call     test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
13.09s setup    test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_DyNumber_1__SYNC-pk_types15-all_types15-index15-DyNumber--SYNC]
======================== 1 passed in 164.05s (0:02: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/p4f1/0015f8/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 ===============================
148.18s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
11.04s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
7.03s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0_UNIQUE_SYNC-pk_types8-all_types8-index8-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 168.40s (0:02:48) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0013b4/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 ===============================
109.39s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
13.74s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__ASYNC-pk_types7-all_types7-index7-Timestamp--ASYNC]
======================== 1 passed in 136.60s (0:02:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001627/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 ===============================
133.28s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
12.14s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
10.12s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_0__SYNC-pk_types6-all_types6-index6-Timestamp--SYNC]
======================== 1 passed in 156.92s (0:02:36) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001629/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 ===============================
157.89s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
9.99s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1_UNIQUE_SYNC-pk_types11-all_types11-index11-Timestamp-UNIQUE-SYNC]
======================== 1 passed in 186.77s (0:03:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001618/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 ===============================
111.90s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
10.28s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__ASYNC-pk_types10-all_types10-index10-Timestamp--ASYNC]
======================== 1 passed in 140.73s (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/p4f1/001630/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 ===============================
126.26s call     test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
22.09s teardown test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
10.01s setup    test_ttl.py::TestTTL::test_ttl[table_Timestamp_1__SYNC-pk_types9-all_types9-index9-Timestamp--SYNC]
======================== 1 passed in 160.04s (0:02:40) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/0014c0/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 ===============================
143.95s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
12.04s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
11.45s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0_UNIQUE_SYNC-pk_types20-all_types20-index20-Uint32-UNIQUE-SYNC]
======================== 1 passed in 169.45s (0:02: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/p4f1/00165f/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 ===============================
98.58s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
12.45s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
12.08s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__ASYNC-pk_types19-all_types19-index19-Uint32--ASYNC]
======================== 1 passed in 125.60s (0:02:05) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001606/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 ===============================
129.50s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
22.08s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
11.77s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_0__SYNC-pk_types18-all_types18-index18-Uint32--SYNC]
======================== 1 passed in 165.13s (0:02: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/p4f1/001626/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 ===============================
152.49s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
12.08s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
10.18s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1_UNIQUE_SYNC-pk_types23-all_types23-index23-Uint32-UNIQUE-SYNC]
======================== 1 passed in 176.16s (0:02:56) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/00161a/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 ===============================
118.47s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
10.20s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__ASYNC-pk_types22-all_types22-index22-Uint32--ASYNC]
======================== 1 passed in 147.05s (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/p4f1/0015f2/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 ===============================
139.57s call     test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
12.07s teardown test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
11.02s setup    test_ttl.py::TestTTL::test_ttl[table_Uint32_1__SYNC-pk_types21-all_types21-index21-Uint32--SYNC]
======================== 1 passed in 164.39s (0:02: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/p4f1/0015fc/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 ===============================
147.78s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
12.23s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
7.03s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0_UNIQUE_SYNC-pk_types26-all_types26-index26-Uint64-UNIQUE-SYNC]
======================== 1 passed in 168.89s (0:02:48) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/001619/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 ===============================
108.60s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
22.08s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
10.72s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__ASYNC-pk_types25-all_types25-index25-Uint64--ASYNC]
======================== 1 passed in 143.11s (0:02:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/p4f1/00161f/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 ===============================
125.19s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
22.10s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
10.46s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_0__SYNC-pk_types24-all_types24-index24-Uint64--SYNC]
======================== 1 passed in 159.62s (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/p4f1/00161e/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 ===============================
141.93s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
10.21s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1_UNIQUE_SYNC-pk_types29-all_types29-index29-Uint64-UNIQUE-SYNC]
======================== 1 passed in 171.02s (0:02: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/p4f1/001651/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 ===============================
92.53s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
17.06s teardown test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
12.69s setup    test_ttl.py::TestTTL::test_ttl[table_Uint64_1__ASYNC-pk_types28-all_types28-index28-Uint64--ASYNC]
======================== 1 passed in 124.05s (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/p4f1/001623/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 ===============================
106.15s call     test_ttl.py::TestTTL::test_ttl[table_Uint64_1__SYNC-pk_types27-all_types27-index27-Uint64--SYNC]
13.65s setup    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]
======================== 1 passed in 134.36s (0:02:14) =========================
