============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002185/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
5.03s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
3.17s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsCleanup::test_service_schema_objects_cleanup_on_delete
============================== 1 passed in 30.56s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b6/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.02s teardown basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
10.78s call     basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
3.01s setup    basic_user_scenarios.py::TestBackupCollectionServiceObjectsRotation::test_service_schema_objects_cleanup_on_rotate
============================== 1 passed in 36.11s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ad/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.18s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
3.26s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestore::test_full_cycle_local_backup_restore
============================== 1 passed in 47.81s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c8/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.46s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
2.98s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWComplSchemaChange::test_full_cycle_local_backup_restore_with_complex_schema_changes
============================== 1 passed in 47.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021cd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
64.08s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
2.90s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncr::test_full_cycle_local_backup_restore_with_incrementals
========================= 1 passed in 89.31s (0:01:29) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py F

=================================== FAILURES ===================================
_ TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes _
ydb/tests/functional/backup_collection/basic_user_scenarios.py:2261: in test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
    assert result.data_verified, "Stage 6 data verification failed"
E   AssertionError: Stage 6 data verification failed
E   assert False
E    +  where False = RestoreResult(success=True, expected_failure=False, data_verified=False, schema_verified=True, acl_verified=True, error_message=None, diagnostics=None).data_verified
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4022
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:539 Working directory: /home/runner/.ya/build/build_root/rgvb/0021bf/r3tmp/kikimr_cluster_fvfrx25q
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1345
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64200
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7094
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Final command: /home/runner/.ya/build/build_root/rgvb/0021bf/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/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_psa5x4o_.log --grpc-port=1345 --mon-port=64200 --ic-port=4022
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:176 Formatting pdisk SectorMap:1:64 on node localhost:1345/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 CFG_DIR_PATH="/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Final command: /home/runner/.ya/build/build_root/rgvb/0021bf/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/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_psa5x4o_.log --grpc-port=1345 --mon-port=64200 --ic-port=4022
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1/logfile_psa5x4o_.log', '--grpc-port=1345', '--mon-port=64200', '--ic-port=4022')' in '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/basic_user_scenarios.py.TestFullCycleLocalBackupRestoreWIncrComplSchemaChange.test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3402778
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:338 Started node localhost:1345/1
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/rgvb/0021bf/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3402779
DEBUG    ya.test:process.py:259 Command (pid 3402779) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3402779) elapsed time (sec): 0.2807042598724365
DEBUG    ya.test:process.py:263 Command (pid 3402779) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 3402779) maxrss: 595600
DEBUG    ya.test:process.py:263 Command (pid 3402779) minflt: 17520
DEBUG    ya.test:process.py:263 Command (pid 3402779) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3402779) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3402779) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3402779) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3402779) stime: 0.152214
DEBUG    ya.test:process.py:263 Command (pid 3402779) utime: 0.080112
DEBUG    ya.test:process.py:263 Command (pid 3402779) wtime: 0.281
DEBUG    ya.test:process.py:275 Command (pid 3402779) output:
Git info:
    Commit: 5fae958573e70d7e2b130b8590a4588387646044
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge ecea273b4881a7a0260df1085258a5f62ba18467 into bc81a6c438b7b6224aa7f9fd5a8af371c7b4ca7e
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-4q22hfe2g4    Host information: 
        Linux ghrun-4q22hfe2g4 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 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:339 Node 1 version:
Git info:
    Commit: 5fae958573e70d7e2b130b8590a4588387646044
    Branch: 
    Author: YDBot <ydbot@ydb.tech>
    Summary: Merge ecea273b4881a7a0260df1085258a5f62ba18467 into bc81a6c438b7b6224aa7f9fd5a8af371c7b4ca7e
Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-4q22hfe2g4    Host information: 
        Linux ghrun-4q22hfe2g4 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/rgvb/0021bf/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Executing command = ['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1345', '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: 4022\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
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/rgvb/0021bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1345', '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: 4022\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3405393
DEBUG    ya.test:process.py:259 Command (pid 3405393) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3405393) elapsed time (sec): 0.3077507019042969
DEBUG    ya.test:process.py:263 Command (pid 3405393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) maxrss: 604016
DEBUG    ya.test:process.py:263 Command (pid 3405393) minflt: 19228
DEBUG    ya.test:process.py:263 Command (pid 3405393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3405393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3405393) nvcsw: 132
DEBUG    ya.test:process.py:263 Command (pid 3405393) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3405393) stime: 0.17307899999999998
DEBUG    ya.test:process.py:263 Command (pid 3405393) utime: 0.09065999999999999
DEBUG    ya.test:process.py:263 Command (pid 3405393) wtime: 0.309
DEBUG    ya.test:process.py:275 Command (pid 3405393) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Executing command = ['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1345', '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.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/rgvb/0021bf/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:1345', '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: 3405956
DEBUG    ya.test:process.py:259 Command (pid 3405956) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3405956) elapsed time (sec): 0.35179924964904785
DEBUG    ya.test:process.py:263 Command (pid 3405956) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) maxrss: 604012
DEBUG    ya.test:process.py:263 Command (pid 3405956) minflt: 19225
DEBUG    ya.test:process.py:263 Command (pid 3405956) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3405956) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3405956) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 3405956) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3405956) stime: 0.220054
DEBUG    ya.test:process.py:263 Command (pid 3405956) utime: 0.088129
DEBUG    ya.test:process.py:263 Command (pid 3405956) wtime: 0.353
DEBUG    ya.test:process.py:275 Command (pid 3405956) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:620 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:627 Cluster started and initialized
DEBUG    ydb.connection:connection.py:335 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:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 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:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, aa43fb16-563d-4f08-be4d-5ec1a18a8dc3, localhost:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, aa43fb16-563d-4f08-be4d-5ec1a18a8dc3, localhost:1345): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, aa43fb16-563d-4f08-be4d-5ec1a18a8dc3, localhost:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4q22hfe2g4.auto.internal" port: 1345 service: "nbs" 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:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-4q22hfe2g4.auto.internal:1345, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:335 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:575 Closing channel for endpoint localhost:1345
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange, test_name: test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes)
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 725f6aeb-87c3-4e9d-8a1b-36558ec60ad5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 725f6aeb-87c3-4e9d-8a1b-36558ec60ad5, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 725f6aeb-87c3-4e9d-8a1b-36558ec60ad5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjVhN2RmMi03MDdhYmZiOC0xNWM5NzQxZi01MWMxZTk2OQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 3b95223b-121f-42c2-8b8b-0ff161107fc9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 3b95223b-121f-42c2-8b8b-0ff161107fc9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhN2RmMi03MDdhYmZiOC0xNWM5NzQxZi01MWMxZTk2OQ==" path: "/Root/orders" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 3b95223b-121f-42c2-8b8b-0ff161107fc9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 35aed649-ba65-4271-95cc-226836701a6a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 35aed649-ba65-4271-95cc-226836701a6a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhN2RmMi03MDdhYmZiOC0xNWM5NzQxZi01MWMxZTk2OQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 35aed649-ba65-4271-95cc-226836701a6a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 680ff86a-b658-432a-a728-13cbeaecbeec, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 680ff86a-b658-432a-a728-13cbeaecbeec, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhN2RmMi03MDdhYmZiOC0xNWM5NzQxZi01MWMxZTk2OQ==" path: "/Root/products" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 680ff86a-b658-432a-a728-13cbeaecbeec, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b056c7f7-a20c-42ae-acd2-4b6c5e92d9b3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b056c7f7-a20c-42ae-acd2-4b6c5e92d9b3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjVhN2RmMi03MDdhYmZiOC0xNWM5NzQxZi01MWMxZTk2OQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO products (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b056c7f7-a20c-42ae-acd2-4b6c5e92d9b3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `test_inc_backup_4beba763`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH (\n                STORAGE = 'cluster',\n                INCREMENTAL_BACKUP_ENABLED = 'true'\n            );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3406324
DEBUG    ya.test:process.py:259 Command (pid 3406324) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3406324) elapsed time (sec): 0.11569046974182129
DEBUG    ya.test:process.py:263 Command (pid 3406324) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3406324) minflt: 3613
DEBUG    ya.test:process.py:263 Command (pid 3406324) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3406324) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 3406324) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406324) stime: 0.020295
DEBUG    ya.test:process.py:263 Command (pid 3406324) utime: 0.037568
DEBUG    ya.test:process.py:263 Command (pid 3406324) wtime: 0.117
DEBUG    ya.test:process.py:275 Command (pid 3406324) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, c124711c-e607-4037-905c-0cb3c3c41b5f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, c124711c-e607-4037-905c-0cb3c3c41b5f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, c124711c-e607-4037-905c-0cb3c3c41b5f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection test_inc_backup_4beba763 found
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, eb45cbd8-fa5a-4323-af3d-ec4d9061338f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, eb45cbd8-fa5a-4323-af3d-ec4d9061338f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, eb45cbd8-fa5a-4323-af3d-ec4d9061338f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWM1MjIxMWYtNjk1OTliM2YtOWI1NzI3MzctNjU4M2NjNDg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1115e41d-01b5-481a-a04c-bd0f9ac76b3a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1115e41d-01b5-481a-a04c-bd0f9ac76b3a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWM1MjIxMWYtNjk1OTliM2YtOWI1NzI3MzctNjU4M2NjNDg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (10,1000,\"a1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1115e41d-01b5-481a-a04c-bd0f9ac76b3a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9edc29dc-2fb5-4650-ad90-4ff2528b7071, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9edc29dc-2fb5-4650-ad90-4ff2528b7071, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9edc29dc-2fb5-4650-ad90-4ff2528b7071, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTAyNGZiODYtZWY4MzQwZjgtZGI4NzAyMjYtZTAyOTEwNDg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 10a03139-bdf8-4f87-9e3c-cbe911801b66, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 10a03139-bdf8-4f87-9e3c-cbe911801b66, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTAyNGZiODYtZWY4MzQwZjgtZGI4NzAyMjYtZTAyOTEwNDg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 2;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 10a03139-bdf8-4f87-9e3c-cbe911801b66, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 3adcfce5-9602-45cb-9cbe-f153e709e3dc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 3adcfce5-9602-45cb-9cbe-f153e709e3dc, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 3adcfce5-9602-45cb-9cbe-f153e709e3dc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'GRANT ALL ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3406415
DEBUG    ya.test:process.py:259 Command (pid 3406415) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3406415) elapsed time (sec): 0.11037015914916992
DEBUG    ya.test:process.py:263 Command (pid 3406415) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3406415) minflt: 3614
DEBUG    ya.test:process.py:263 Command (pid 3406415) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) nvcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 3406415) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406415) stime: 0.017568
DEBUG    ya.test:process.py:263 Command (pid 3406415) utime: 0.039528
DEBUG    ya.test:process.py:263 Command (pid 3406415) wtime: 0.111
DEBUG    ya.test:process.py:275 Command (pid 3406415) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 227ea15b-fe72-4b89-9a91-0a7f9d656186, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 227ea15b-fe72-4b89-9a91-0a7f9d656186, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 227ea15b-fe72-4b89-9a91-0a7f9d656186, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTg2ZDU0LTE3NzlmMDZjLTc1YWZhODU1LTJmN2EwYWRm" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 099ba83a-dbe0-4032-a3b7-d2e3b6a563da, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 099ba83a-dbe0-4032-a3b7-d2e3b6a563da, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTg2ZDU0LTE3NzlmMDZjLTc1YWZhODU1LTJmN2EwYWRm" path: "/Root/extra1_1_4080" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 099ba83a-dbe0-4032-a3b7-d2e3b6a563da, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, f79314a9-c091-4e93-b9c3-5409350ffc45, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, f79314a9-c091-4e93-b9c3-5409350ffc45, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTg2ZDU0LTE3NzlmMDZjLTc1YWZhODU1LTJmN2EwYWRm" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra1_1_4080 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, f79314a9-c091-4e93-b9c3-5409350ffc45, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 85e442aa-0128-4b6c-b53a-762eb2470fb9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 85e442aa-0128-4b6c-b53a-762eb2470fb9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 85e442aa-0128-4b6c-b53a-762eb2470fb9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGJkYzFlODktYWU2MzJmNDQtMTI3ZjNjYmEtMTc4MzdmZjE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9e4bc796-6a3d-4a77-8efe-859b94ddd4fe, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9e4bc796-6a3d-4a77-8efe-859b94ddd4fe, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGJkYzFlODktYWU2MzJmNDQtMTI3ZjNjYmEtMTc4MzdmZjE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9e4bc796-6a3d-4a77-8efe-859b94ddd4fe, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a9ace771-9d1c-4c1f-9ba8-23e3aa0f4ed1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a9ace771-9d1c-4c1f-9ba8-23e3aa0f4ed1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGJkYzFlODktYWU2MzJmNDQtMTI3ZjNjYmEtMTc4MzdmZjE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a9ace771-9d1c-4c1f-9ba8-23e3aa0f4ed1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 711f0483-99bf-432d-a2b9-3ec824c4474e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 711f0483-99bf-432d-a2b9-3ec824c4474e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 711f0483-99bf-432d-a2b9-3ec824c4474e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7f2e354c2c60 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:282 Session pool is not large enough (active_count < size: 0 < 10). will create a new session.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, bd1ec1ec-414c-42ff-b201-4fa6ee6395a6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, bd1ec1ec-414c-42ff-b201-4fa6ee6395a6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:131 RpcState(CreateSession, bd1ec1ec-414c-42ff-b201-4fa6ee6395a6, ghrun-4q22hfe2g4.auto.internal:1345): on response callback started
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, bd1ec1ec-414c-42ff-b201-4fa6ee6395a6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 44253e3a-f671-401a-999c-9526ae6504c4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:136 RpcState(CreateSession, bd1ec1ec-414c-42ff-b201-4fa6ee6395a6, ghrun-4q22hfe2g4.auto.internal:1345): on response callback success
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 44253e3a-f671-401a-999c-9526ae6504c4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 44253e3a-f671-401a-999c-9526ae6504c4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, c6b2ffc1-9594-4d5f-ab05-206771b6f6fd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, c6b2ffc1-9594-4d5f-ab05-206771b6f6fd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, c6b2ffc1-9594-4d5f-ab05-206771b6f6fd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3406509
DEBUG    ya.test:process.py:259 Command (pid 3406509) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3406509) elapsed time (sec): 0.10462212562561035
DEBUG    ya.test:process.py:263 Command (pid 3406509) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3406509) minflt: 3628
DEBUG    ya.test:process.py:263 Command (pid 3406509) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3406509) nvcsw: 194
DEBUG    ya.test:process.py:263 Command (pid 3406509) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3406509) stime: 0.014270999999999999
DEBUG    ya.test:process.py:263 Command (pid 3406509) utime: 0.042815
DEBUG    ya.test:process.py:263 Command (pid 3406509) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 3406509) output:

DEBUG    ya.test:process.py:276 Command (pid 3406509) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b5a5f4c8-5d28-454a-b82b-ef49367e6496, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b5a5f4c8-5d28-454a-b82b-ef49367e6496, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b5a5f4c8-5d28-454a-b82b-ef49367e6496, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTA1MDU3MmEtZWM5NmRmODItMjgyMDkxOGEtNTFlZTRlYTA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, b7866d33-fd9a-4573-8a7f-9cbd26d055e3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, b7866d33-fd9a-4573-8a7f-9cbd26d055e3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTA1MDU3MmEtZWM5NmRmODItMjgyMDkxOGEtNTFlZTRlYTA=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, b7866d33-fd9a-4573-8a7f-9cbd26d055e3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 542ef1ca-5b5d-4683-b133-0967d3a8f412, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 542ef1ca-5b5d-4683-b133-0967d3a8f412, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTA1MDU3MmEtZWM5NmRmODItMjgyMDkxOGEtNTFlZTRlYTA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 542ef1ca-5b5d-4683-b133-0967d3a8f412, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, e6c7299d-0aa3-4358-a08d-9d65a930b7e0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, e6c7299d-0aa3-4358-a08d-9d65a930b7e0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, e6c7299d-0aa3-4358-a08d-9d65a930b7e0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 1645bcbc-a11f-42b1-8aa2-7371d6031991, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 1645bcbc-a11f-42b1-8aa2-7371d6031991, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 1645bcbc-a11f-42b1-8aa2-7371d6031991, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, d45df6e9-8708-44c7-96d7-7549adbb0fc3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, d45df6e9-8708-44c7-96d7-7549adbb0fc3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, d45df6e9-8708-44c7-96d7-7549adbb0fc3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3406553
DEBUG    ya.test:process.py:259 Command (pid 3406553) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3406553) elapsed time (sec): 0.10544586181640625
DEBUG    ya.test:process.py:263 Command (pid 3406553) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3406553) minflt: 3629
DEBUG    ya.test:process.py:263 Command (pid 3406553) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3406553) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3406553) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3406553) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3406553) stime: 0.026522
DEBUG    ya.test:process.py:263 Command (pid 3406553) utime: 0.030310999999999998
DEBUG    ya.test:process.py:263 Command (pid 3406553) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 3406553) output:

DEBUG    ya.test:process.py:276 Command (pid 3406553) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3407295
DEBUG    ya.test:process.py:259 Command (pid 3407295) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3407295) elapsed time (sec): 0.12792754173278809
DEBUG    ya.test:process.py:263 Command (pid 3407295) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3407295) minflt: 3606
DEBUG    ya.test:process.py:263 Command (pid 3407295) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 3407295) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407295) stime: 0.014121
DEBUG    ya.test:process.py:263 Command (pid 3407295) utime: 0.037656999999999996
DEBUG    ya.test:process.py:263 Command (pid 3407295) wtime: 0.129
DEBUG    ya.test:process.py:275 Command (pid 3407295) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, d46e0568-ea3b-4f4d-bc20-216395c2b6a2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, d46e0568-ea3b-4f4d-bc20-216395c2b6a2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, d46e0568-ea3b-4f4d-bc20-216395c2b6a2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 3f8c8573-27b5-4d52-9a28-3e05588a6cc8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 3f8c8573-27b5-4d52-9a28-3e05588a6cc8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 3f8c8573-27b5-4d52-9a28-3e05588a6cc8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3446656f-9de0-479e-922d-91cc5d79e4e9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3446656f-9de0-479e-922d-91cc5d79e4e9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3446656f-9de0-479e-922d-91cc5d79e4e9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGIyMzJlNjgtNzJjYzk2ODQtN2ZjZWQwYjYtYmI4ZDhhNDE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a7af0c5c-8d65-4bd6-bb6a-ef0da08cf589, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a7af0c5c-8d65-4bd6-bb6a-ef0da08cf589, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGIyMzJlNjgtNzJjYzk2ODQtN2ZjZWQwYjYtYmI4ZDhhNDE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (20,2000,\"b1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a7af0c5c-8d65-4bd6-bb6a-ef0da08cf589, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, fad87a67-bc7f-489d-a920-8c1773da456f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, fad87a67-bc7f-489d-a920-8c1773da456f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, fad87a67-bc7f-489d-a920-8c1773da456f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODgyOWY0NWQtMzFlYWUzYzItNmRmYjEzZS03OGQwYzI4Zg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 21dbe857-ad6e-49c1-9d90-fdb6e175dc29, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 21dbe857-ad6e-49c1-9d90-fdb6e175dc29, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODgyOWY0NWQtMzFlYWUzYzItNmRmYjEzZS03OGQwYzI4Zg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 1;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 21dbe857-ad6e-49c1-9d90-fdb6e175dc29, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, dbc41341-3896-45b9-a23f-e39fcb7e0442, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, dbc41341-3896-45b9-a23f-e39fcb7e0442, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, dbc41341-3896-45b9-a23f-e39fcb7e0442, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGU1YWFhM2ItY2M4YTk0OTMtYjRiODJlOTAtYTdkNWU2MTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 842ae365-d43f-486a-89db-078ec7b0e403, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 842ae365-d43f-486a-89db-078ec7b0e403, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGU1YWFhM2ItY2M4YTk0OTMtYjRiODJlOTAtYTdkNWU2MTM=" path: "/Root/extra2_1_4081" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 842ae365-d43f-486a-89db-078ec7b0e403, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a868f933-2ca5-4ff8-93c3-21ed48b73b73, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a868f933-2ca5-4ff8-93c3-21ed48b73b73, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGU1YWFhM2ItY2M4YTk0OTMtYjRiODJlOTAtYTdkNWU2MTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra2_1_4081 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a868f933-2ca5-4ff8-93c3-21ed48b73b73, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 197be093-d65c-4ab5-b912-aef82b030181, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 197be093-d65c-4ab5-b912-aef82b030181, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 197be093-d65c-4ab5-b912-aef82b030181, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTE1YzY3MzMtMjljNGE5YTEtYjQ4YjE3ZDItMjA2MmMyMDA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 8ed303b6-b47e-4d65-9652-99f027679ca1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 8ed303b6-b47e-4d65-9652-99f027679ca1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTE1YzY3MzMtMjljNGE5YTEtYjQ4YjE3ZDItMjA2MmMyMDA=" yql_text: "DROP TABLE `/Root/extra1_1_4080`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 8ed303b6-b47e-4d65-9652-99f027679ca1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3407626
DEBUG    ya.test:process.py:259 Command (pid 3407626) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3407626) elapsed time (sec): 0.10564184188842773
DEBUG    ya.test:process.py:263 Command (pid 3407626) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3407626) minflt: 3617
DEBUG    ya.test:process.py:263 Command (pid 3407626) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 3407626) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407626) stime: 0.018303
DEBUG    ya.test:process.py:263 Command (pid 3407626) utime: 0.036607
DEBUG    ya.test:process.py:263 Command (pid 3407626) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 3407626) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v1,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3407849
DEBUG    ya.test:process.py:259 Command (pid 3407849) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3407849) elapsed time (sec): 0.12689733505249023
DEBUG    ya.test:process.py:263 Command (pid 3407849) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3407849) minflt: 3752
DEBUG    ya.test:process.py:263 Command (pid 3407849) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3407849) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) nvcsw: 233
DEBUG    ya.test:process.py:263 Command (pid 3407849) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3407849) stime: 0.023905
DEBUG    ya.test:process.py:263 Command (pid 3407849) utime: 0.037565999999999995
DEBUG    ya.test:process.py:263 Command (pid 3407849) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 3407849) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9de2f7ea-8743-4c6f-b1d6-9ae34768241b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9de2f7ea-8743-4c6f-b1d6-9ae34768241b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9de2f7ea-8743-4c6f-b1d6-9ae34768241b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2RlODlhNWQtZDkwYzYwY2QtZTkyNTk4OTYtNTA1ZDEzZGM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f03c2c5a-902f-4d20-9ebb-b88d9cd1f056, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f03c2c5a-902f-4d20-9ebb-b88d9cd1f056, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2RlODlhNWQtZDkwYzYwY2QtZTkyNTk4OTYtNTA1ZDEzZGM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f03c2c5a-902f-4d20-9ebb-b88d9cd1f056, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d2e4ecb9-213d-498e-a661-1fcdbe29f535, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d2e4ecb9-213d-498e-a661-1fcdbe29f535, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2RlODlhNWQtZDkwYzYwY2QtZTkyNTk4OTYtNTA1ZDEzZGM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d2e4ecb9-213d-498e-a661-1fcdbe29f535, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 863ae06d-1c17-4b5c-90eb-d79a9f298637, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 863ae06d-1c17-4b5c-90eb-d79a9f298637, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 863ae06d-1c17-4b5c-90eb-d79a9f298637, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a5647225-75fb-4d39-bbff-c5dc3b7cab20, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a5647225-75fb-4d39-bbff-c5dc3b7cab20, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a5647225-75fb-4d39-bbff-c5dc3b7cab20, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 65e16858-bf42-4818-9f5e-68c4e7eeb28a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 65e16858-bf42-4818-9f5e-68c4e7eeb28a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 65e16858-bf42-4818-9f5e-68c4e7eeb28a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.6
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3408543
DEBUG    ya.test:process.py:259 Command (pid 3408543) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3408543) elapsed time (sec): 0.10729169845581055
DEBUG    ya.test:process.py:263 Command (pid 3408543) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3408543) minflt: 3633
DEBUG    ya.test:process.py:263 Command (pid 3408543) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3408543) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3408543) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 3408543) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3408543) stime: 0.018712
DEBUG    ya.test:process.py:263 Command (pid 3408543) utime: 0.037424
DEBUG    ya.test:process.py:263 Command (pid 3408543) wtime: 0.108
DEBUG    ya.test:process.py:275 Command (pid 3408543) output:

DEBUG    ya.test:process.py:276 Command (pid 3408543) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ff412586-5fd3-49f8-b6a2-6c1f41b57fa9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ff412586-5fd3-49f8-b6a2-6c1f41b57fa9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ff412586-5fd3-49f8-b6a2-6c1f41b57fa9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWMxZDcwOWQtY2M2YzUyNC00NTUyNDI2ZC05ZGM3OWIwZA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a3785aaa-e994-4c3f-8473-6382e9aec274, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a3785aaa-e994-4c3f-8473-6382e9aec274, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWMxZDcwOWQtY2M2YzUyNC00NTUyNDI2ZC05ZGM3OWIwZA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a3785aaa-e994-4c3f-8473-6382e9aec274, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 2905401a-c680-465f-b9f7-12df7d1934ac, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 2905401a-c680-465f-b9f7-12df7d1934ac, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWMxZDcwOWQtY2M2YzUyNC00NTUyNDI2ZC05ZGM3OWIwZA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 2905401a-c680-465f-b9f7-12df7d1934ac, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, be73a305-36c2-423a-b8e1-08de11a9d0b3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, be73a305-36c2-423a-b8e1-08de11a9d0b3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, be73a305-36c2-423a-b8e1-08de11a9d0b3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 33ed5dec-c69c-429b-b6e0-ed9432f98c4c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 33ed5dec-c69c-429b-b6e0-ed9432f98c4c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 33ed5dec-c69c-429b-b6e0-ed9432f98c4c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 3ec9167d-225e-429a-a44c-126436366ca6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 3ec9167d-225e-429a-a44c-126436366ca6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 3ec9167d-225e-429a-a44c-126436366ca6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3408596
DEBUG    ya.test:process.py:259 Command (pid 3408596) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3408596) elapsed time (sec): 0.10334467887878418
DEBUG    ya.test:process.py:263 Command (pid 3408596) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3408596) minflt: 3642
DEBUG    ya.test:process.py:263 Command (pid 3408596) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3408596) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 3408596) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3408596) stime: 0.017287
DEBUG    ya.test:process.py:263 Command (pid 3408596) utime: 0.034575
DEBUG    ya.test:process.py:263 Command (pid 3408596) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 3408596) output:

DEBUG    ya.test:process.py:276 Command (pid 3408596) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3408957
DEBUG    ya.test:process.py:259 Command (pid 3408957) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3408957) elapsed time (sec): 0.12564730644226074
DEBUG    ya.test:process.py:263 Command (pid 3408957) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3408957) minflt: 3616
DEBUG    ya.test:process.py:263 Command (pid 3408957) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3408957) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3408957) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3408957) stime: 0.023148
DEBUG    ya.test:process.py:263 Command (pid 3408957) utime: 0.034721999999999996
DEBUG    ya.test:process.py:263 Command (pid 3408957) wtime: 0.126
DEBUG    ya.test:process.py:275 Command (pid 3408957) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 8e445b8c-61f1-4b71-bb8a-33d21ec1a359, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 8e445b8c-61f1-4b71-bb8a-33d21ec1a359, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 8e445b8c-61f1-4b71-bb8a-33d21ec1a359, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, e7b694a6-0043-4352-a709-bbe4b3ab6597, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, e7b694a6-0043-4352-a709-bbe4b3ab6597, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, e7b694a6-0043-4352-a709-bbe4b3ab6597, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6da38876-e8f2-414d-8960-b961f74759ee, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6da38876-e8f2-414d-8960-b961f74759ee, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6da38876-e8f2-414d-8960-b961f74759ee, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGY2YWJhMDAtYTEyY2U3OGYtNTBiODA0OWUtZmJhNjRlYjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 451d0cf5-4923-4fea-871b-4c3e0b1f73bc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 451d0cf5-4923-4fea-871b-4c3e0b1f73bc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGY2YWJhMDAtYTEyY2U3OGYtNTBiODA0OWUtZmJhNjRlYjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (30,3000,\"c1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 451d0cf5-4923-4fea-871b-4c3e0b1f73bc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 044212ac-e253-4576-9cb6-79adf71dfe82, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 044212ac-e253-4576-9cb6-79adf71dfe82, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 044212ac-e253-4576-9cb6-79adf71dfe82, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDZlOTk4YWUtYjIyOTM2ODMtMjkwZDBhZi04M2RjNWUzZg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 38646389-4cee-4939-88b1-e3781891b781, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 38646389-4cee-4939-88b1-e3781891b781, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDZlOTk4YWUtYjIyOTM2ODMtMjkwZDBhZi04M2RjNWUzZg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 10;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 38646389-4cee-4939-88b1-e3781891b781, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a377a771-bfc5-4260-b80e-5f08cdd475ee, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a377a771-bfc5-4260-b80e-5f08cdd475ee, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a377a771-bfc5-4260-b80e-5f08cdd475ee, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2FlNjZjNzAtZjBmZjRhYzktMzMzZjRkNmUtNTQ3ZTViMw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 02030894-5ccd-4d06-abec-976f879b5eea, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 02030894-5ccd-4d06-abec-976f879b5eea, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2FlNjZjNzAtZjBmZjRhYzktMzMzZjRkNmUtNTQ3ZTViMw==" path: "/Root/extra3_1_4083" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 02030894-5ccd-4d06-abec-976f879b5eea, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 2e1fd318-63ed-4c7e-86ec-36a8b9620265, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 2e1fd318-63ed-4c7e-86ec-36a8b9620265, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2FlNjZjNzAtZjBmZjRhYzktMzMzZjRkNmUtNTQ3ZTViMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra3_1_4083 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 2e1fd318-63ed-4c7e-86ec-36a8b9620265, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f6368a0f-43c0-499c-b2bd-46d4bebeded8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f6368a0f-43c0-499c-b2bd-46d4bebeded8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f6368a0f-43c0-499c-b2bd-46d4bebeded8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzljZjQzYjgtYTk3NGU5N2ItMzM4Njc3NDQtZTU3ZWFmODg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, e8ca921b-1eef-4111-b7ba-6c2a768ba964, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, e8ca921b-1eef-4111-b7ba-6c2a768ba964, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzljZjQzYjgtYTk3NGU5N2ItMzM4Njc3NDQtZTU3ZWFmODg=" yql_text: "DROP TABLE `/Root/extra2_1_4081`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, e8ca921b-1eef-4111-b7ba-6c2a768ba964, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'copy', '--item', 'destination=orders_v2,source=orders']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3409220
DEBUG    ya.test:process.py:259 Command (pid 3409220) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3409220) elapsed time (sec): 0.12985849380493164
DEBUG    ya.test:process.py:263 Command (pid 3409220) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3409220) minflt: 3753
DEBUG    ya.test:process.py:263 Command (pid 3409220) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3409220) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) nvcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 3409220) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3409220) stime: 0.034363
DEBUG    ya.test:process.py:263 Command (pid 3409220) utime: 0.034363
DEBUG    ya.test:process.py:263 Command (pid 3409220) wtime: 0.131
DEBUG    ya.test:process.py:275 Command (pid 3409220) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3d18dfe8-6f25-44d0-9f1b-8125f69f5556, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3d18dfe8-6f25-44d0-9f1b-8125f69f5556, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3d18dfe8-6f25-44d0-9f1b-8125f69f5556, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGRiYmYwOTEtNGU2ZGZlNDctZjIzNDY1M2MtYmE3YjVhZGY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 605a0023-f0de-4145-964c-e7f6d7ac890d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 605a0023-f0de-4145-964c-e7f6d7ac890d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGRiYmYwOTEtNGU2ZGZlNDctZjIzNDY1M2MtYmE3YjVhZGY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 605a0023-f0de-4145-964c-e7f6d7ac890d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3fb4fe4d-b2db-4c6e-a8a8-bfe1c94997ed, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3fb4fe4d-b2db-4c6e-a8a8-bfe1c94997ed, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGRiYmYwOTEtNGU2ZGZlNDctZjIzNDY1M2MtYmE3YjVhZGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3fb4fe4d-b2db-4c6e-a8a8-bfe1c94997ed, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, a51601e5-e591-4b54-8de8-ba67f1ed333c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, a51601e5-e591-4b54-8de8-ba67f1ed333c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, a51601e5-e591-4b54-8de8-ba67f1ed333c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f2e8d109-0b79-4707-bde4-8e66ae79580c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f2e8d109-0b79-4707-bde4-8e66ae79580c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f2e8d109-0b79-4707-bde4-8e66ae79580c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, b23ed5ff-4e9f-4097-8eef-81f748a85964, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, b23ed5ff-4e9f-4097-8eef-81f748a85964, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, b23ed5ff-4e9f-4097-8eef-81f748a85964, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3409423
DEBUG    ya.test:process.py:259 Command (pid 3409423) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3409423) elapsed time (sec): 0.10856938362121582
DEBUG    ya.test:process.py:263 Command (pid 3409423) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3409423) minflt: 3626
DEBUG    ya.test:process.py:263 Command (pid 3409423) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3409423) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 3409423) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3409423) stime: 0.03519
DEBUG    ya.test:process.py:263 Command (pid 3409423) utime: 0.025136
DEBUG    ya.test:process.py:263 Command (pid 3409423) wtime: 0.109
DEBUG    ya.test:process.py:275 Command (pid 3409423) output:

DEBUG    ya.test:process.py:276 Command (pid 3409423) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4b20e91d-e272-4b9b-b163-ee392e992156, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4b20e91d-e272-4b9b-b163-ee392e992156, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4b20e91d-e272-4b9b-b163-ee392e992156, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGQ1NmY0YmYtNDkyNjQ4OTEtNjU1ZjI1OTUtNTRkNDIwNWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4ca62c69-e05e-4b71-89b0-1533b2b8fb06, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4ca62c69-e05e-4b71-89b0-1533b2b8fb06, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGQ1NmY0YmYtNDkyNjQ4OTEtNjU1ZjI1OTUtNTRkNDIwNWI=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4ca62c69-e05e-4b71-89b0-1533b2b8fb06, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1914dff6-6f92-471b-ba73-727cfc5e72ac, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1914dff6-6f92-471b-ba73-727cfc5e72ac, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGQ1NmY0YmYtNDkyNjQ4OTEtNjU1ZjI1OTUtNTRkNDIwNWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1914dff6-6f92-471b-ba73-727cfc5e72ac, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 96bc1219-94f7-4fd0-bf44-571ce0368df1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 96bc1219-94f7-4fd0-bf44-571ce0368df1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 96bc1219-94f7-4fd0-bf44-571ce0368df1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 72cad123-9113-41a3-a2ed-fca5e3463275, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 72cad123-9113-41a3-a2ed-fca5e3463275, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 72cad123-9113-41a3-a2ed-fca5e3463275, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 7bbae627-26b8-41e2-a1d4-ed3d02bee7a0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 7bbae627-26b8-41e2-a1d4-ed3d02bee7a0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 7bbae627-26b8-41e2-a1d4-ed3d02bee7a0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3409479
DEBUG    ya.test:process.py:259 Command (pid 3409479) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3409479) elapsed time (sec): 0.1055912971496582
DEBUG    ya.test:process.py:263 Command (pid 3409479) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3409479) minflt: 3617
DEBUG    ya.test:process.py:263 Command (pid 3409479) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3409479) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3409479) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3409479) stime: 0.019257
DEBUG    ya.test:process.py:263 Command (pid 3409479) utime: 0.038514
DEBUG    ya.test:process.py:263 Command (pid 3409479) wtime: 0.106
DEBUG    ya.test:process.py:275 Command (pid 3409479) output:

DEBUG    ya.test:process.py:276 Command (pid 3409479) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3410178
DEBUG    ya.test:process.py:259 Command (pid 3410178) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3410178) elapsed time (sec): 0.11987590789794922
DEBUG    ya.test:process.py:263 Command (pid 3410178) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3410178) minflt: 3615
DEBUG    ya.test:process.py:263 Command (pid 3410178) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3410178) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 3410178) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3410178) stime: 0.022005999999999998
DEBUG    ya.test:process.py:263 Command (pid 3410178) utime: 0.03301
DEBUG    ya.test:process.py:263 Command (pid 3410178) wtime: 0.121
DEBUG    ya.test:process.py:275 Command (pid 3410178) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, efe97d17-744c-41d5-bac4-d8d15d5eff3e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, efe97d17-744c-41d5-bac4-d8d15d5eff3e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, efe97d17-744c-41d5-bac4-d8d15d5eff3e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 6dac0e82-ce00-4056-954b-202a43f236dc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 6dac0e82-ce00-4056-954b-202a43f236dc, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 6dac0e82-ce00-4056-954b-202a43f236dc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 82d35326-53da-4dcf-9ce6-5bf556bb561f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 82d35326-53da-4dcf-9ce6-5bf556bb561f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 82d35326-53da-4dcf-9ce6-5bf556bb561f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjJjZjZlMTEtYmZkZTU4N2ItOTg3MTQwYzgtM2EyZDZjNGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 1286b65c-96e3-4717-8d36-6596ce1b880c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 1286b65c-96e3-4717-8d36-6596ce1b880c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjJjZjZlMTEtYmZkZTU4N2ItOTg3MTQwYzgtM2EyZDZjNGE=" path: "/Root/extra4_1_4085" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 1286b65c-96e3-4717-8d36-6596ce1b880c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d96245e8-0eb0-4daa-8676-ef5dbb0ef150, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d96245e8-0eb0-4daa-8676-ef5dbb0ef150, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjJjZjZlMTEtYmZkZTU4N2ItOTg3MTQwYzgtM2EyZDZjNGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra4_1_4085 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d96245e8-0eb0-4daa-8676-ef5dbb0ef150, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 67e48984-94c9-4eea-91cf-9b3e7f9ff6a6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 67e48984-94c9-4eea-91cf-9b3e7f9ff6a6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 67e48984-94c9-4eea-91cf-9b3e7f9ff6a6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTQyZjY0NWMtN2E5ZGVkMWMtZDJhZjc0ZDctYmYyM2I3MGY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, e2fe4930-dc11-4966-af30-b197d7339c34, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, e2fe4930-dc11-4966-af30-b197d7339c34, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTQyZjY0NWMtN2E5ZGVkMWMtZDJhZjc0ZDctYmYyM2I3MGY=" yql_text: "DROP TABLE `/Root/extra3_1_4083`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, e2fe4930-dc11-4966-af30-b197d7339c34, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6b30723e-43d6-4b9c-8910-67a0d599d8b9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6b30723e-43d6-4b9c-8910-67a0d599d8b9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6b30723e-43d6-4b9c-8910-67a0d599d8b9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWNjZTcwMDYtZDc0YzlmYTQtNWFhNWI4MTItNzQ3MGNhOTA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5e1534f2-663a-4bdf-a86a-b8202657f11b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5e1534f2-663a-4bdf-a86a-b8202657f11b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWNjZTcwMDYtZDc0YzlmYTQtNWFhNWI4MTItNzQ3MGNhOTA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (40,4000,\"d1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5e1534f2-663a-4bdf-a86a-b8202657f11b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 93ea0fc2-0ddf-412f-9eca-133360bb7f26, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 93ea0fc2-0ddf-412f-9eca-133360bb7f26, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 93ea0fc2-0ddf-412f-9eca-133360bb7f26, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzkxYzk5YTMtYjA0ZjIwNzktYmI3YTc3N2QtYjM4ZjE0ZGQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c7f1edde-222c-451b-91c5-8108496cfb99, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c7f1edde-222c-451b-91c5-8108496cfb99, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzkxYzk5YTMtYjA0ZjIwNzktYmI3YTc3N2QtYjM4ZjE0ZGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 20;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c7f1edde-222c-451b-91c5-8108496cfb99, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e3b64cb2-6cb7-43a4-a5e6-a816e2116d53, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e3b64cb2-6cb7-43a4-a5e6-a816e2116d53, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e3b64cb2-6cb7-43a4-a5e6-a816e2116d53, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmMxMTMzM2MtMzIzNTkxMTItZGNmMDNjN2MtMzhiMWM5ZGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, dd361724-1cf5-4dfd-80ee-843dcdc35109, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, dd361724-1cf5-4dfd-80ee-843dcdc35109, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmMxMTMzM2MtMzIzNTkxMTItZGNmMDNjN2MtMzhiMWM5ZGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, dd361724-1cf5-4dfd-80ee-843dcdc35109, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 4babf012-78a9-4742-b5f0-600b1c1d34a5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 4babf012-78a9-4742-b5f0-600b1c1d34a5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmMxMTMzM2MtMzIzNTkxMTItZGNmMDNjN2MtMzhiMWM5ZGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 4babf012-78a9-4742-b5f0-600b1c1d34a5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, f0e84b75-c95f-48cc-a273-cd92a4afb524, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, f0e84b75-c95f-48cc-a273-cd92a4afb524, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, f0e84b75-c95f-48cc-a273-cd92a4afb524, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 91047ab7-8eff-4eb5-ba15-42eebdcea28f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 91047ab7-8eff-4eb5-ba15-42eebdcea28f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 91047ab7-8eff-4eb5-ba15-42eebdcea28f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125441Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 8fa7565a-f3d0-47e4-ab51-cc4258cbee04, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 8fa7565a-f3d0-47e4-ab51-cc4258cbee04, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 8fa7565a-f3d0-47e4-ab51-cc4258cbee04, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3410396
DEBUG    ya.test:process.py:259 Command (pid 3410396) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3410396) elapsed time (sec): 0.11154317855834961
DEBUG    ya.test:process.py:263 Command (pid 3410396) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3410396) minflt: 3629
DEBUG    ya.test:process.py:263 Command (pid 3410396) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3410396) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3410396) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3410396) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3410396) stime: 0.010537999999999999
DEBUG    ya.test:process.py:263 Command (pid 3410396) utime: 0.052682
DEBUG    ya.test:process.py:263 Command (pid 3410396) wtime: 0.112
DEBUG    ya.test:process.py:275 Command (pid 3410396) output:

DEBUG    ya.test:process.py:276 Command (pid 3410396) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 99cebcd7-2f30-42d3-a9e0-372b94850db3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 99cebcd7-2f30-42d3-a9e0-372b94850db3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 99cebcd7-2f30-42d3-a9e0-372b94850db3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjQ3MWYxMTYtNGM1ZTZiNmItNWZkYzNhZmMtOGYzYjJhOWQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 317700aa-dead-4b31-86b8-3711029d19cc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 317700aa-dead-4b31-86b8-3711029d19cc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjQ3MWYxMTYtNGM1ZTZiNmItNWZkYzNhZmMtOGYzYjJhOWQ=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 317700aa-dead-4b31-86b8-3711029d19cc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 21f68c8f-706f-434d-a3d5-9d2dcd08e419, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 21f68c8f-706f-434d-a3d5-9d2dcd08e419, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjQ3MWYxMTYtNGM1ZTZiNmItNWZkYzNhZmMtOGYzYjJhOWQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 21f68c8f-706f-434d-a3d5-9d2dcd08e419, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 635c2792-22c2-44d4-a15a-a9f98445b0c0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 635c2792-22c2-44d4-a15a-a9f98445b0c0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 635c2792-22c2-44d4-a15a-a9f98445b0c0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5d94e680-1c5f-422b-a9c3-7782b61f3b00, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5d94e680-1c5f-422b-a9c3-7782b61f3b00, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5d94e680-1c5f-422b-a9c3-7782b61f3b00, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125443Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125445Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 54e4924c-72c2-456e-b338-45d1e4ce2d3e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 54e4924c-72c2-456e-b338-45d1e4ce2d3e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 54e4924c-72c2-456e-b338-45d1e4ce2d3e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3410449
DEBUG    ya.test:process.py:259 Command (pid 3410449) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3410449) elapsed time (sec): 0.10706448554992676
DEBUG    ya.test:process.py:263 Command (pid 3410449) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3410449) minflt: 3641
DEBUG    ya.test:process.py:263 Command (pid 3410449) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3410449) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3410449) nvcsw: 197
DEBUG    ya.test:process.py:263 Command (pid 3410449) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3410449) stime: 0.02166
DEBUG    ya.test:process.py:263 Command (pid 3410449) utime: 0.034656
DEBUG    ya.test:process.py:263 Command (pid 3410449) wtime: 0.109
DEBUG    ya.test:process.py:275 Command (pid 3410449) output:

DEBUG    ya.test:process.py:276 Command (pid 3410449) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3411839
DEBUG    ya.test:process.py:259 Command (pid 3411839) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3411839) elapsed time (sec): 0.1207282543182373
DEBUG    ya.test:process.py:263 Command (pid 3411839) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3411839) minflt: 3616
DEBUG    ya.test:process.py:263 Command (pid 3411839) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) nvcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 3411839) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3411839) stime: 0.012775
DEBUG    ya.test:process.py:263 Command (pid 3411839) utime: 0.042571
DEBUG    ya.test:process.py:263 Command (pid 3411839) wtime: 0.122
DEBUG    ya.test:process.py:275 Command (pid 3411839) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 83e1ee12-e0dc-4170-92e1-8353b79bb89b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 83e1ee12-e0dc-4170-92e1-8353b79bb89b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 83e1ee12-e0dc-4170-92e1-8353b79bb89b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 1bd4748d-36c4-4dff-9065-87986c9d8ec9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 1bd4748d-36c4-4dff-9065-87986c9d8ec9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 1bd4748d-36c4-4dff-9065-87986c9d8ec9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 536c561a-8bf4-434a-ae85-0a6189816e06, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 536c561a-8bf4-434a-ae85-0a6189816e06, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 536c561a-8bf4-434a-ae85-0a6189816e06, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2M4NjY4ODktOWFmN2Q4MGMtY2VlZjdkZTgtNzA1MGJmYTc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 09aa163f-c8e3-48c4-9460-12e95433f30a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 09aa163f-c8e3-48c4-9460-12e95433f30a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2M4NjY4ODktOWFmN2Q4MGMtY2VlZjdkZTgtNzA1MGJmYTc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 09aa163f-c8e3-48c4-9460-12e95433f30a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, caf6b389-0828-4478-956b-fc6615806618, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, caf6b389-0828-4478-956b-fc6615806618, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2M4NjY4ODktOWFmN2Q4MGMtY2VlZjdkZTgtNzA1MGJmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, caf6b389-0828-4478-956b-fc6615806618, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 47f492f6-cbe7-48f5-b4de-d654409cf617, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 47f492f6-cbe7-48f5-b4de-d654409cf617, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 47f492f6-cbe7-48f5-b4de-d654409cf617, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 576d04ae-3265-42f0-a9aa-6c0089962eb7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 576d04ae-3265-42f0-a9aa-6c0089962eb7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 576d04ae-3265-42f0-a9aa-6c0089962eb7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, fc1bb1dd-831e-4cca-acec-133a85ca505f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, fc1bb1dd-831e-4cca-acec-133a85ca505f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, fc1bb1dd-831e-4cca-acec-133a85ca505f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3412104
DEBUG    ya.test:process.py:259 Command (pid 3412104) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3412104) elapsed time (sec): 0.1032111644744873
DEBUG    ya.test:process.py:263 Command (pid 3412104) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3412104) minflt: 3628
DEBUG    ya.test:process.py:263 Command (pid 3412104) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3412104) nvcsw: 193
DEBUG    ya.test:process.py:263 Command (pid 3412104) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3412104) stime: 0.029421
DEBUG    ya.test:process.py:263 Command (pid 3412104) utime: 0.025217999999999997
DEBUG    ya.test:process.py:263 Command (pid 3412104) wtime: 0.104
DEBUG    ya.test:process.py:275 Command (pid 3412104) output:

DEBUG    ya.test:process.py:276 Command (pid 3412104) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, fdc3845c-4203-4594-81c7-2a72620d782e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, fdc3845c-4203-4594-81c7-2a72620d782e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, fdc3845c-4203-4594-81c7-2a72620d782e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGJmMmY5N2ItY2Y3YTI4MDctNzlkODlmYjItY2QzNmE4MTY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 6cd1352f-49ef-4bd4-9dc7-2d8e9542e860, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 6cd1352f-49ef-4bd4-9dc7-2d8e9542e860, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmMmY5N2ItY2Y3YTI4MDctNzlkODlmYjItY2QzNmE4MTY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 6cd1352f-49ef-4bd4-9dc7-2d8e9542e860, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 11295d01-aed0-4d70-adb7-6ad0832984bd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 11295d01-aed0-4d70-adb7-6ad0832984bd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmMmY5N2ItY2Y3YTI4MDctNzlkODlmYjItY2QzNmE4MTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 11295d01-aed0-4d70-adb7-6ad0832984bd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 5853f719-c44e-45c9-81db-4fea00ec064c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 5853f719-c44e-45c9-81db-4fea00ec064c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 5853f719-c44e-45c9-81db-4fea00ec064c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 65e13b17-43b6-44ae-809f-a40aa98cc539, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 65e13b17-43b6-44ae-809f-a40aa98cc539, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 65e13b17-43b6-44ae-809f-a40aa98cc539, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, ae8d3a74-2fd8-4b89-ae87-d83cf3633927, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, ae8d3a74-2fd8-4b89-ae87-d83cf3633927, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, ae8d3a74-2fd8-4b89-ae87-d83cf3633927, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3412400
DEBUG    ya.test:process.py:259 Command (pid 3412400) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3412400) elapsed time (sec): 0.1043844223022461
DEBUG    ya.test:process.py:263 Command (pid 3412400) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3412400) minflt: 3625
DEBUG    ya.test:process.py:263 Command (pid 3412400) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3412400) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3412400) nvcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 3412400) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3412400) stime: 0.020869
DEBUG    ya.test:process.py:263 Command (pid 3412400) utime: 0.033391
DEBUG    ya.test:process.py:263 Command (pid 3412400) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 3412400) output:

DEBUG    ya.test:process.py:276 Command (pid 3412400) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3413820
DEBUG    ya.test:process.py:259 Command (pid 3413820) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3413820) elapsed time (sec): 0.12023591995239258
DEBUG    ya.test:process.py:263 Command (pid 3413820) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3413820) minflt: 3614
DEBUG    ya.test:process.py:263 Command (pid 3413820) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) nvcsw: 192
DEBUG    ya.test:process.py:263 Command (pid 3413820) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3413820) stime: 0.020332
DEBUG    ya.test:process.py:263 Command (pid 3413820) utime: 0.032531
DEBUG    ya.test:process.py:263 Command (pid 3413820) wtime: 0.121
DEBUG    ya.test:process.py:275 Command (pid 3413820) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 79ce0fb4-fc63-42eb-baf7-e035e6faa742, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 79ce0fb4-fc63-42eb-baf7-e035e6faa742, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 79ce0fb4-fc63-42eb-baf7-e035e6faa742, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144088450 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 6c9e4f45-3bd7-488e-bc05-955d44847e92, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 6c9e4f45-3bd7-488e-bc05-955d44847e92, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 6c9e4f45-3bd7-488e-bc05-955d44847e92, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144088450 tx_id: 281474976710702 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 736cbcc6-7ae7-47c3-86a0-0ab90cdc61ae, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 736cbcc6-7ae7-47c3-86a0-0ab90cdc61ae, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 736cbcc6-7ae7-47c3-86a0-0ab90cdc61ae, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTNjY2VkYmQtZGIyOGI2MzctZDM5ZjUyMzktMWJhY2UzZDQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateTable, 87fe37f0-9efb-4e7c-bdc8-14835851b35d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateTable, 87fe37f0-9efb-4e7c-bdc8-14835851b35d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTNjY2VkYmQtZGIyOGI2MzctZDM5ZjUyMzktMWJhY2UzZDQ=" path: "/Root/extra5_1_4088" columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateTable, 87fe37f0-9efb-4e7c-bdc8-14835851b35d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, de3c0e01-e743-49d5-8402-54d072550725, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, de3c0e01-e743-49d5-8402-54d072550725, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTNjY2VkYmQtZGIyOGI2MzctZDM5ZjUyMzktMWJhY2UzZDQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO extra5_1_4088 (id, number, txt) VALUES (1, 10, \"one\"), (2, 20, \"two\"), (3, 30, \"three\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, de3c0e01-e743-49d5-8402-54d072550725, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f4a1d542-a7d4-46dc-904a-ace6629d3482, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f4a1d542-a7d4-46dc-904a-ace6629d3482, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f4a1d542-a7d4-46dc-904a-ace6629d3482, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2E4MjUwNWQtNmVjMzM2YzgtZjU5NzVmODgtOGFlMjhmMTQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, de669857-a3ce-47a3-ac63-47d4d74e09df, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, de669857-a3ce-47a3-ac63-47d4d74e09df, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2E4MjUwNWQtNmVjMzM2YzgtZjU5NzVmODgtOGFlMjhmMTQ=" yql_text: "DROP TABLE `/Root/extra4_1_4085`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, de669857-a3ce-47a3-ac63-47d4d74e09df, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 7934f6f9-06c8-48b3-bc0e-998e8be9c948, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 7934f6f9-06c8-48b3-bc0e-998e8be9c948, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 7934f6f9-06c8-48b3-bc0e-998e8be9c948, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTcwNzA5ZDktODk3OTE0ZTItNjljZjBiODMtOWJlMTBjYjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 68052a5e-e2f4-4524-b595-714811bb773f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 68052a5e-e2f4-4524-b595-714811bb773f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTcwNzA5ZDktODk3OTE0ZTItNjljZjBiODMtOWJlMTBjYjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); UPSERT INTO orders (id, number, txt) VALUES (50,5000,\"e1\");" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 68052a5e-e2f4-4524-b595-714811bb773f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, eb7886b3-1189-4d1a-885d-a07779eeacfd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, eb7886b3-1189-4d1a-885d-a07779eeacfd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, eb7886b3-1189-4d1a-885d-a07779eeacfd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDYzMWQxY2UtMTMwOTI1MjQtZGUzMDE2NjEtY2IzNjc5YTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e5646c85-528f-4863-8659-f1dc76907097, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e5646c85-528f-4863-8659-f1dc76907097, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDYzMWQxY2UtMTMwOTI1MjQtZGUzMDE2NjEtY2IzNjc5YTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); DELETE FROM orders WHERE id = 30;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e5646c85-528f-4863-8659-f1dc76907097, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.19
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.19
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'GRANT SELECT ON `/Root/orders` TO `root1@builtin`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3413956
DEBUG    ya.test:process.py:259 Command (pid 3413956) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3413956) elapsed time (sec): 0.10609817504882812
DEBUG    ya.test:process.py:263 Command (pid 3413956) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3413956) minflt: 3613
DEBUG    ya.test:process.py:263 Command (pid 3413956) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3413956) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) nvcsw: 188
DEBUG    ya.test:process.py:263 Command (pid 3413956) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3413956) stime: 0.029882
DEBUG    ya.test:process.py:263 Command (pid 3413956) utime: 0.025613
DEBUG    ya.test:process.py:263 Command (pid 3413956) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 3413956) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4a03765a-7b2d-4f35-8430-4df240e61ccd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4a03765a-7b2d-4f35-8430-4df240e61ccd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4a03765a-7b2d-4f35-8430-4df240e61ccd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTRkYTI3OWUtZjMyYmNmMi04MmY2OThlYy1iYTkwMDM3Yw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 8c765b6c-8d7d-460e-9c51-a8d499301c53, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 8c765b6c-8d7d-460e-9c51-a8d499301c53, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTRkYTI3OWUtZjMyYmNmMi04MmY2OThlYy1iYTkwMDM3Yw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 8c765b6c-8d7d-460e-9c51-a8d499301c53, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 9051f8df-f5df-48f2-abab-effd11f49e35, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 9051f8df-f5df-48f2-abab-effd11f49e35, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTRkYTI3OWUtZjMyYmNmMi04MmY2OThlYy1iYTkwMDM3Yw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 9051f8df-f5df-48f2-abab-effd11f49e35, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } rows { items { uint32_value: 50 } items { uint64_value: 5000 } items { bytes_value: "e1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, dc5c7f3e-8f18-46e6-b4ef-b3d88ea71148, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, dc5c7f3e-8f18-46e6-b4ef-b3d88ea71148, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, dc5c7f3e-8f18-46e6-b4ef-b3d88ea71148, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 83fa220b-61bd-4c83-817c-08dbc131d936, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 83fa220b-61bd-4c83-817c-08dbc131d936, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 83fa220b-61bd-4c83-817c-08dbc131d936, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 2c2c92fb-3bc8-434d-a151-83266446c321, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 2c2c92fb-3bc8-434d-a151-83266446c321, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 2c2c92fb-3bc8-434d-a151-83266446c321, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } effective_permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } effective_permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root@builtin" permission_names: "ydb.generic.full" } permissions { subject: "root@builtin" permission_names: "ydb.generic.read" } permissions { subject: "root1@builtin" permission_names: "ydb.generic.read" } created_at { plan_step: 1787144079680 tx_id: 281474976710658 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.20
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.20
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3414129
DEBUG    ya.test:process.py:259 Command (pid 3414129) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3414129) elapsed time (sec): 0.10642504692077637
DEBUG    ya.test:process.py:263 Command (pid 3414129) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3414129) minflt: 3622
DEBUG    ya.test:process.py:263 Command (pid 3414129) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3414129) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3414129) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3414129) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3414129) stime: 0.031994999999999996
DEBUG    ya.test:process.py:263 Command (pid 3414129) utime: 0.023996
DEBUG    ya.test:process.py:263 Command (pid 3414129) wtime: 0.107
DEBUG    ya.test:process.py:275 Command (pid 3414129) output:

DEBUG    ya.test:process.py:276 Command (pid 3414129) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4195d9c7-ee4b-4558-b9a5-9f3f1734238e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4195d9c7-ee4b-4558-b9a5-9f3f1734238e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4195d9c7-ee4b-4558-b9a5-9f3f1734238e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWM1MmZiZGEtNjI2NDBkNjYtNzcwOWUyODItMTgzNjBhMmY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 37f7f6ac-5466-4a0a-abd2-3cc58869c47f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 37f7f6ac-5466-4a0a-abd2-3cc58869c47f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWM1MmZiZGEtNjI2NDBkNjYtNzcwOWUyODItMTgzNjBhMmY=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 37f7f6ac-5466-4a0a-abd2-3cc58869c47f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c7376098-5197-4f9a-8dc6-4cc1bf9182df, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c7376098-5197-4f9a-8dc6-4cc1bf9182df, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWM1MmZiZGEtNjI2NDBkNjYtNzcwOWUyODItMTgzNjBhMmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c7376098-5197-4f9a-8dc6-4cc1bf9182df, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, e6284910-bf32-4a26-a545-6680f71eb6f2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, e6284910-bf32-4a26-a545-6680f71eb6f2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, e6284910-bf32-4a26-a545-6680f71eb6f2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5a1ec3e9-f52c-442d-a753-c06db20f0a0d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5a1ec3e9-f52c-442d-a753-c06db20f0a0d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5a1ec3e9-f52c-442d-a753-c06db20f0a0d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } changefeeds { name: "20260819125446Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_DISABLED } changefeeds { name: "20260819125448Z_continuousBackupImpl" mode: MODE_UPDATES state: STATE_ENABLED } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 7a9f9950-7b58-48a9-b2c7-69415e48f2b8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 7a9f9950-7b58-48a9-b2c7-69415e48f2b8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 7a9f9950-7b58-48a9-b2c7-69415e48f2b8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079830 tx_id: 281474976710662 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.21
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.21
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3414260
DEBUG    ya.test:process.py:259 Command (pid 3414260) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3414260) elapsed time (sec): 0.10348749160766602
DEBUG    ya.test:process.py:263 Command (pid 3414260) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3414260) minflt: 3626
DEBUG    ya.test:process.py:263 Command (pid 3414260) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3414260) nvcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 3414260) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3414260) stime: 0.027558
DEBUG    ya.test:process.py:263 Command (pid 3414260) utime: 0.027558
DEBUG    ya.test:process.py:263 Command (pid 3414260) wtime: 0.105
DEBUG    ya.test:process.py:275 Command (pid 3414260) output:

DEBUG    ya.test:process.py:276 Command (pid 3414260) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.22
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.22
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'BACKUP `test_inc_backup_4beba763` INCREMENTAL;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3415578
DEBUG    ya.test:process.py:259 Command (pid 3415578) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3415578) elapsed time (sec): 0.13771724700927734
DEBUG    ya.test:process.py:263 Command (pid 3415578) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3415578) minflt: 3610
DEBUG    ya.test:process.py:263 Command (pid 3415578) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 3415578) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) nvcsw: 217
DEBUG    ya.test:process.py:263 Command (pid 3415578) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3415578) stime: 0.037829999999999996
DEBUG    ya.test:process.py:263 Command (pid 3415578) utime: 0.027513
DEBUG    ya.test:process.py:263 Command (pid 3415578) wtime: 0.139
DEBUG    ya.test:process.py:275 Command (pid 3415578) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, fe99062b-c275-4005-80e2-61d2e3ba7879, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, fe99062b-c275-4005-80e2-61d2e3ba7879, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, fe99062b-c275-4005-80e2-61d2e3ba7879, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144088450 tx_id: 281474976710702 } } children { name: "20260819125450Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144090190 tx_id: 281474976710711 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, b5c028a1-1be5-45c2-a1aa-1076d352ba28, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, b5c028a1-1be5-45c2-a1aa-1076d352ba28, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/test_inc_backup_4beba763" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, b5c028a1-1be5-45c2-a1aa-1076d352ba28, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "test_inc_backup_4beba763" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144079950 tx_id: 281474976710664 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144081680 tx_id: 281474976710672 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144083540 tx_id: 281474976710682 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144085300 tx_id: 281474976710691 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144086930 tx_id: 281474976710699 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144088450 tx_id: 281474976710702 } } children { name: "20260819125450Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144090190 tx_id: 281474976710711 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.23
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.23
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'dump', '--path', '/Root/.backups/collections/test_inc_backup_4beba763', '--output', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3415835
DEBUG    ya.test:process.py:259 Command (pid 3415835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3415835) elapsed time (sec): 0.8510305881500244
DEBUG    ya.test:process.py:263 Command (pid 3415835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3415835) minflt: 3942
DEBUG    ya.test:process.py:263 Command (pid 3415835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) nivcsw: 60
DEBUG    ya.test:process.py:263 Command (pid 3415835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3415835) nvcsw: 1028
DEBUG    ya.test:process.py:263 Command (pid 3415835) oublock: 296
DEBUG    ya.test:process.py:263 Command (pid 3415835) stime: 0.057312999999999996
DEBUG    ya.test:process.py:263 Command (pid 3415835) utime: 0.12157499999999999
DEBUG    ya.test:process.py:263 Command (pid 3415835) wtime: 0.852
DEBUG    ya.test:process.py:275 Command (pid 3415835) output:

DEBUG    ya.test:process.py:276 Command (pid 3415835) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/test_inc_backup_4beba763"
Path after adjusting: "/Root/.backups/collections/test_inc_backup_4beba763"

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.24
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.24
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage6_c9435b15`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3417338
DEBUG    ya.test:process.py:259 Command (pid 3417338) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3417338) elapsed time (sec): 0.12798070907592773
DEBUG    ya.test:process.py:263 Command (pid 3417338) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3417338) minflt: 3610
DEBUG    ya.test:process.py:263 Command (pid 3417338) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 3417338) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) nvcsw: 205
DEBUG    ya.test:process.py:263 Command (pid 3417338) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3417338) stime: 0.024825999999999997
DEBUG    ya.test:process.py:263 Command (pid 3417338) utime: 0.049651999999999995
DEBUG    ya.test:process.py:263 Command (pid 3417338) wtime: 0.129
DEBUG    ya.test:process.py:275 Command (pid 3417338) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 6cc9d989-f380-45f9-b296-0b809dbd3f42, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 6cc9d989-f380-45f9-b296-0b809dbd3f42, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage6_c9435b15" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 6cc9d989-f380-45f9-b296-0b809dbd3f42, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage6_c9435b15" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144091200 tx_id: 281474976710763 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage6_c9435b15 found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage6_c9435b15 these snapshots (in order): ['20260819125441Z_full', '20260819125443Z_incremental', '20260819125445Z_incremental', '20260819125446Z_full', '20260819125448Z_incremental', '20260819125450Z_incremental']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.25
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.25
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3417450
DEBUG    ya.test:process.py:259 Command (pid 3417450) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3417450) elapsed time (sec): 0.2851104736328125
DEBUG    ya.test:process.py:263 Command (pid 3417450) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3417450) minflt: 4726
DEBUG    ya.test:process.py:263 Command (pid 3417450) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) nivcsw: 106
DEBUG    ya.test:process.py:263 Command (pid 3417450) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3417450) nvcsw: 1065
DEBUG    ya.test:process.py:263 Command (pid 3417450) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3417450) stime: 0.126882
DEBUG    ya.test:process.py:263 Command (pid 3417450) utime: 0.061394
DEBUG    ya.test:process.py:263 Command (pid 3417450) wtime: 0.286
DEBUG    ya.test:process.py:275 Command (pid 3417450) output:

DEBUG    ya.test:process.py:276 Command (pid 3417450) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125441Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125443Z_incremental (ts=20260819125443Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125443Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.26
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.26
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125443Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125443Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3417987
DEBUG    ya.test:process.py:259 Command (pid 3417987) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3417987) elapsed time (sec): 0.24712395668029785
DEBUG    ya.test:process.py:263 Command (pid 3417987) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3417987) minflt: 4734
DEBUG    ya.test:process.py:263 Command (pid 3417987) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) nivcsw: 46
DEBUG    ya.test:process.py:263 Command (pid 3417987) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3417987) nvcsw: 1021
DEBUG    ya.test:process.py:263 Command (pid 3417987) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3417987) stime: 0.09793199999999999
DEBUG    ya.test:process.py:263 Command (pid 3417987) utime: 0.064191
DEBUG    ya.test:process.py:263 Command (pid 3417987) wtime: 0.249
DEBUG    ya.test:process.py:275 Command (pid 3417987) output:

DEBUG    ya.test:process.py:276 Command (pid 3417987) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125443Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125443Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125445Z_incremental (ts=20260819125445Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125445Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.27
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.27
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125445Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125445Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3418453
DEBUG    ya.test:process.py:259 Command (pid 3418453) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3418453) elapsed time (sec): 0.25207018852233887
DEBUG    ya.test:process.py:263 Command (pid 3418453) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3418453) minflt: 4726
DEBUG    ya.test:process.py:263 Command (pid 3418453) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) nivcsw: 105
DEBUG    ya.test:process.py:263 Command (pid 3418453) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3418453) nvcsw: 996
DEBUG    ya.test:process.py:263 Command (pid 3418453) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3418453) stime: 0.120972
DEBUG    ya.test:process.py:263 Command (pid 3418453) utime: 0.048569
DEBUG    ya.test:process.py:263 Command (pid 3418453) wtime: 0.255
DEBUG    ya.test:process.py:275 Command (pid 3418453) output:

DEBUG    ya.test:process.py:276 Command (pid 3418453) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125445Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125445Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125446Z_full (ts=20260819125446Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125446Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.28
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.28
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125446Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125446Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3418934
DEBUG    ya.test:process.py:259 Command (pid 3418934) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3418934) elapsed time (sec): 0.3068711757659912
DEBUG    ya.test:process.py:263 Command (pid 3418934) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3418934) minflt: 4730
DEBUG    ya.test:process.py:263 Command (pid 3418934) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) nivcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 3418934) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3418934) nvcsw: 1059
DEBUG    ya.test:process.py:263 Command (pid 3418934) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3418934) stime: 0.162931
DEBUG    ya.test:process.py:263 Command (pid 3418934) utime: 0.049257999999999996
DEBUG    ya.test:process.py:263 Command (pid 3418934) wtime: 0.308
DEBUG    ya.test:process.py:275 Command (pid 3418934) output:

DEBUG    ya.test:process.py:276 Command (pid 3418934) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125446Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125446Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125448Z_incremental (ts=20260819125448Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125448Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.29
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.29
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125448Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125448Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3419629
DEBUG    ya.test:process.py:259 Command (pid 3419629) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3419629) elapsed time (sec): 0.23043155670166016
DEBUG    ya.test:process.py:263 Command (pid 3419629) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3419629) minflt: 4747
DEBUG    ya.test:process.py:263 Command (pid 3419629) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 3419629) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3419629) nvcsw: 1054
DEBUG    ya.test:process.py:263 Command (pid 3419629) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3419629) stime: 0.10083099999999999
DEBUG    ya.test:process.py:263 Command (pid 3419629) utime: 0.054617
DEBUG    ya.test:process.py:263 Command (pid 3419629) wtime: 0.232
DEBUG    ya.test:process.py:275 Command (pid 3419629) output:

DEBUG    ya.test:process.py:276 Command (pid 3419629) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125448Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125448Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125450Z_incremental (ts=20260819125450Z) -> /Root/.backups/collections/restore_stage6_c9435b15/20260819125450Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.30
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.30
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_c9435b15/20260819125450Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125450Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3420220
DEBUG    ya.test:process.py:259 Command (pid 3420220) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3420220) elapsed time (sec): 0.26604652404785156
DEBUG    ya.test:process.py:263 Command (pid 3420220) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3420220) minflt: 4742
DEBUG    ya.test:process.py:263 Command (pid 3420220) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) nivcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 3420220) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3420220) nvcsw: 1105
DEBUG    ya.test:process.py:263 Command (pid 3420220) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3420220) stime: 0.149453
DEBUG    ya.test:process.py:263 Command (pid 3420220) utime: 0.035584
DEBUG    ya.test:process.py:263 Command (pid 3420220) wtime: 0.267
DEBUG    ya.test:process.py:275 Command (pid 3420220) output:

DEBUG    ya.test:process.py:276 Command (pid 3420220) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125450Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_c9435b15/20260819125450Z_incremental"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, df7fc615-848f-4f91-9579-b25b75aa9561, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, df7fc615-848f-4f91-9579-b25b75aa9561, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage6_c9435b15" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, df7fc615-848f-4f91-9579-b25b75aa9561, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage6_c9435b15" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144091200 tx_id: 281474976710763 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144091380 tx_id: 281474976710764 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144091660 tx_id: 281474976710772 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144091930 tx_id: 281474976710779 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144092180 tx_id: 281474976710786 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144092500 tx_id: 281474976710794 } } children { name: "20260819125450Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144092730 tx_id: 281474976710800 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage6_c9435b15
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.31
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.31
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3427941
DEBUG    ya.test:process.py:259 Command (pid 3427941) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3427941) elapsed time (sec): 0.1385815143585205
DEBUG    ya.test:process.py:263 Command (pid 3427941) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3427941) minflt: 3609
DEBUG    ya.test:process.py:263 Command (pid 3427941) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3427941) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) nvcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 3427941) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3427941) stime: 0.027607
DEBUG    ya.test:process.py:263 Command (pid 3427941) utime: 0.050613
DEBUG    ya.test:process.py:263 Command (pid 3427941) wtime: 0.141
DEBUG    ya.test:process.py:275 Command (pid 3427941) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.32
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.32
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage6_c9435b15`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3428119
DEBUG    ya.test:process.py:259 Command (pid 3428119) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3428119) elapsed time (sec): 0.1660137176513672
DEBUG    ya.test:process.py:263 Command (pid 3428119) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3428119) minflt: 3624
DEBUG    ya.test:process.py:263 Command (pid 3428119) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 3428119) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3428119) nvcsw: 167
DEBUG    ya.test:process.py:263 Command (pid 3428119) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3428119) stime: 0.034927
DEBUG    ya.test:process.py:263 Command (pid 3428119) utime: 0.054608
DEBUG    ya.test:process.py:263 Command (pid 3428119) wtime: 0.169
DEBUG    ya.test:process.py:275 Command (pid 3428119) output:

DEBUG    ya.test:process.py:276 Command (pid 3428119) errors:
Status: SCHEME_ERROR
Issues: 
<main>: Error: Execution, code: 1060
    <main>:1:9: Error: Executing RESTORE
        <main>: Error: Check failed: path: '/Root/orders', error: path exist, request doesn't accept it (id: [OwnerId: 72057594046678944, LocalPathId: 38], type: EPathTypeTable, state: EPathStateNoChanges), source_location: ydb/core/tx/schemeshard/schemeshard__operation_copy_table.cpp:616, code: 2003

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 053f3555-383f-4dfb-b62f-a10fe2265b6b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 053f3555-383f-4dfb-b62f-a10fe2265b6b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 053f3555-383f-4dfb-b62f-a10fe2265b6b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTgzNWYzM2YtNmQzZDQzOWUtOWEwZGRmMTgtNzg5Yzg5YjI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 3e07ee34-8596-45b7-a32d-739dc1321acd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 3e07ee34-8596-45b7-a32d-739dc1321acd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTgzNWYzM2YtNmQzZDQzOWUtOWEwZGRmMTgtNzg5Yzg5YjI=" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 3e07ee34-8596-45b7-a32d-739dc1321acd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 96c47c9b-4364-4c33-9bff-eb73817b5feb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 96c47c9b-4364-4c33-9bff-eb73817b5feb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 96c47c9b-4364-4c33-9bff-eb73817b5feb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDQwOWNiMjQtYWJkMzUwOTctOThiYjBlOC04OWFkNzUyZg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 09c5d3a4-0a17-41ed-bade-e8991eb60749, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 09c5d3a4-0a17-41ed-bade-e8991eb60749, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDQwOWNiMjQtYWJkMzUwOTctOThiYjBlOC04OWFkNzUyZg==" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 09c5d3a4-0a17-41ed-bade-e8991eb60749, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 262d2348-8e7c-43ed-bc55-49dc8fc9c64d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 262d2348-8e7c-43ed-bc55-49dc8fc9c64d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 262d2348-8e7c-43ed-bc55-49dc8fc9c64d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmIxNWFjN2YtOTMxNTRiMTMtYzhmNjgwNzktOWYzYjM4Zg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 8584a78e-8ab5-4f61-b998-3541c43919e2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 8584a78e-8ab5-4f61-b998-3541c43919e2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmIxNWFjN2YtOTMxNTRiMTMtYzhmNjgwNzktOWYzYjM4Zg==" yql_text: "DROP TABLE `/Root/extra5_1_4088`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 8584a78e-8ab5-4f61-b998-3541c43919e2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.33
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.33
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage1_52b88029`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3428340
DEBUG    ya.test:process.py:259 Command (pid 3428340) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3428340) elapsed time (sec): 0.17450571060180664
DEBUG    ya.test:process.py:263 Command (pid 3428340) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3428340) minflt: 3614
DEBUG    ya.test:process.py:263 Command (pid 3428340) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 3428340) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) nvcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 3428340) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3428340) stime: 0.06967999999999999
DEBUG    ya.test:process.py:263 Command (pid 3428340) utime: 0.046453
DEBUG    ya.test:process.py:263 Command (pid 3428340) wtime: 0.176
DEBUG    ya.test:process.py:275 Command (pid 3428340) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 324bdefc-9519-4b5d-b1d1-58840d0582b5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 324bdefc-9519-4b5d-b1d1-58840d0582b5, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage1_52b88029" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 324bdefc-9519-4b5d-b1d1-58840d0582b5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage1_52b88029" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144098460 tx_id: 281474976710810 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage1_52b88029 found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage1_52b88029 these snapshots (in order): ['20260819125441Z_full']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage1_52b88029/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.34
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.34
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage1_52b88029/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3428443
DEBUG    ya.test:process.py:259 Command (pid 3428443) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3428443) elapsed time (sec): 0.3430459499359131
DEBUG    ya.test:process.py:263 Command (pid 3428443) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) inblock: 40
DEBUG    ya.test:process.py:263 Command (pid 3428443) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3428443) minflt: 4731
DEBUG    ya.test:process.py:263 Command (pid 3428443) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 3428443) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3428443) nvcsw: 1074
DEBUG    ya.test:process.py:263 Command (pid 3428443) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3428443) stime: 0.159846
DEBUG    ya.test:process.py:263 Command (pid 3428443) utime: 0.071777
DEBUG    ya.test:process.py:263 Command (pid 3428443) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 3428443) output:

DEBUG    ya.test:process.py:276 Command (pid 3428443) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage1_52b88029/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage1_52b88029/20260819125441Z_full"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, cba074d8-d5b4-4296-b7b0-13f0985cb13a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, cba074d8-d5b4-4296-b7b0-13f0985cb13a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage1_52b88029" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, cba074d8-d5b4-4296-b7b0-13f0985cb13a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage1_52b88029" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144098460 tx_id: 281474976710810 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144098700 tx_id: 281474976710811 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage1_52b88029
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.35
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.35
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3433481
DEBUG    ya.test:process.py:259 Command (pid 3433481) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3433481) elapsed time (sec): 0.12121748924255371
DEBUG    ya.test:process.py:263 Command (pid 3433481) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3433481) minflt: 3607
DEBUG    ya.test:process.py:263 Command (pid 3433481) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3433481) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 3433481) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3433481) stime: 0.026411999999999998
DEBUG    ya.test:process.py:263 Command (pid 3433481) utime: 0.049051
DEBUG    ya.test:process.py:263 Command (pid 3433481) wtime: 0.122
DEBUG    ya.test:process.py:275 Command (pid 3433481) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.36
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.36
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage1_52b88029`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3433742
DEBUG    ya.test:process.py:259 Command (pid 3433742) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3433742) elapsed time (sec): 0.13657426834106445
DEBUG    ya.test:process.py:263 Command (pid 3433742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3433742) minflt: 3606
DEBUG    ya.test:process.py:263 Command (pid 3433742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3433742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) nvcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 3433742) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3433742) stime: 0.029157
DEBUG    ya.test:process.py:263 Command (pid 3433742) utime: 0.036509
DEBUG    ya.test:process.py:263 Command (pid 3433742) wtime: 0.138
DEBUG    ya.test:process.py:275 Command (pid 3433742) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8d7787ec-28dd-42b6-859c-78b3540a7201, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8d7787ec-28dd-42b6-859c-78b3540a7201, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8d7787ec-28dd-42b6-859c-78b3540a7201, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGFhM2Q4N2QtNGNhNDMxYjItZDdlYjgwMWUtNTg5NzEwNWM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 3f2c7bf9-ff49-464f-b10d-3267742ef7e4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 3f2c7bf9-ff49-464f-b10d-3267742ef7e4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFhM2Q4N2QtNGNhNDMxYjItZDdlYjgwMWUtNTg5NzEwNWM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 3f2c7bf9-ff49-464f-b10d-3267742ef7e4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 00c51412-1223-4125-954c-217920263794, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 00c51412-1223-4125-954c-217920263794, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFhM2Q4N2QtNGNhNDMxYjItZDdlYjgwMWUtNTg5NzEwNWM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 00c51412-1223-4125-954c-217920263794, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 7da5732b-7a78-49ba-9a46-b7d635e1069a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 7da5732b-7a78-49ba-9a46-b7d635e1069a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 7da5732b-7a78-49ba-9a46-b7d635e1069a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 8592d55d-2385-431e-a02e-bfe666cdca70, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 8592d55d-2385-431e-a02e-bfe666cdca70, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 8592d55d-2385-431e-a02e-bfe666cdca70, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, aa9388b5-a3dc-4774-bf05-abe10bf798d7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, aa9388b5-a3dc-4774-bf05-abe10bf798d7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, aa9388b5-a3dc-4774-bf05-abe10bf798d7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.37
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.37
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3434206
DEBUG    ya.test:process.py:259 Command (pid 3434206) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3434206) elapsed time (sec): 0.11454939842224121
DEBUG    ya.test:process.py:263 Command (pid 3434206) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3434206) minflt: 3629
DEBUG    ya.test:process.py:263 Command (pid 3434206) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3434206) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3434206) nvcsw: 191
DEBUG    ya.test:process.py:263 Command (pid 3434206) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3434206) stime: 0.029678
DEBUG    ya.test:process.py:263 Command (pid 3434206) utime: 0.033918
DEBUG    ya.test:process.py:263 Command (pid 3434206) wtime: 0.116
DEBUG    ya.test:process.py:275 Command (pid 3434206) output:

DEBUG    ya.test:process.py:276 Command (pid 3434206) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d27844f5-cb55-45bf-983e-25e4457d3145, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d27844f5-cb55-45bf-983e-25e4457d3145, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d27844f5-cb55-45bf-983e-25e4457d3145, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTA1MTc4MmUtZDdlYzZhMmMtNzdkYmEzYTktNWQ5YjRhMDc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c2a05e0a-1c8f-406a-91bb-8e1aa4f10864, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c2a05e0a-1c8f-406a-91bb-8e1aa4f10864, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTA1MTc4MmUtZDdlYzZhMmMtNzdkYmEzYTktNWQ5YjRhMDc=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c2a05e0a-1c8f-406a-91bb-8e1aa4f10864, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, caeea5ea-0a17-4a00-b016-c727ea89dd84, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, caeea5ea-0a17-4a00-b016-c727ea89dd84, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTA1MTc4MmUtZDdlYzZhMmMtNzdkYmEzYTktNWQ5YjRhMDc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, caeea5ea-0a17-4a00-b016-c727ea89dd84, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 3fd60783-6237-480f-83c6-5792f5c91c2c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 3fd60783-6237-480f-83c6-5792f5c91c2c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 3fd60783-6237-480f-83c6-5792f5c91c2c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c01e43fb-8319-4876-a309-a15290cfaf4a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c01e43fb-8319-4876-a309-a15290cfaf4a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c01e43fb-8319-4876-a309-a15290cfaf4a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 2db471a3-3f56-46e5-a6ad-8faf2b9585e0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 2db471a3-3f56-46e5-a6ad-8faf2b9585e0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 2db471a3-3f56-46e5-a6ad-8faf2b9585e0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104140 tx_id: 281474976710819 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.38
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.38
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3434643
DEBUG    ya.test:process.py:259 Command (pid 3434643) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3434643) elapsed time (sec): 0.11388564109802246
DEBUG    ya.test:process.py:263 Command (pid 3434643) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3434643) minflt: 3630
DEBUG    ya.test:process.py:263 Command (pid 3434643) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3434643) nvcsw: 190
DEBUG    ya.test:process.py:263 Command (pid 3434643) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3434643) stime: 0.033037
DEBUG    ya.test:process.py:263 Command (pid 3434643) utime: 0.03042
DEBUG    ya.test:process.py:263 Command (pid 3434643) wtime: 0.115
DEBUG    ya.test:process.py:275 Command (pid 3434643) output:

DEBUG    ya.test:process.py:276 Command (pid 3434643) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 875d3139-7979-42de-9e86-482465872d11, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 875d3139-7979-42de-9e86-482465872d11, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 875d3139-7979-42de-9e86-482465872d11, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2MzNWY4NjMtYjc4ZDJkYmQtZGU0MWE0MjgtMjBjZjk3YWQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 33a6e8ae-a6bd-4496-8bb8-8127b738d756, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 33a6e8ae-a6bd-4496-8bb8-8127b738d756, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2MzNWY4NjMtYjc4ZDJkYmQtZGU0MWE0MjgtMjBjZjk3YWQ=" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 33a6e8ae-a6bd-4496-8bb8-8127b738d756, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6c32266d-229a-41c8-be8e-2590b63fb4cb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6c32266d-229a-41c8-be8e-2590b63fb4cb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6c32266d-229a-41c8-be8e-2590b63fb4cb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDUxMmQ1MzUtZDE4MTkzYTYtZmY1OTlkMzctZTA3MjgxN2I=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 9dfccfa3-ee6c-457e-97ff-c9df6ed84534, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 9dfccfa3-ee6c-457e-97ff-c9df6ed84534, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDUxMmQ1MzUtZDE4MTkzYTYtZmY1OTlkMzctZTA3MjgxN2I=" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 9dfccfa3-ee6c-457e-97ff-c9df6ed84534, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.39
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.39
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage2_49f2a1d5`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3434973
DEBUG    ya.test:process.py:259 Command (pid 3434973) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3434973) elapsed time (sec): 0.1248471736907959
DEBUG    ya.test:process.py:263 Command (pid 3434973) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3434973) minflt: 3614
DEBUG    ya.test:process.py:263 Command (pid 3434973) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3434973) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) nvcsw: 221
DEBUG    ya.test:process.py:263 Command (pid 3434973) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3434973) stime: 0.031353
DEBUG    ya.test:process.py:263 Command (pid 3434973) utime: 0.035831999999999996
DEBUG    ya.test:process.py:263 Command (pid 3434973) wtime: 0.126
DEBUG    ya.test:process.py:275 Command (pid 3434973) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 1f919432-a9cc-4552-9640-b7fcce42a33b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 1f919432-a9cc-4552-9640-b7fcce42a33b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage2_49f2a1d5" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 1f919432-a9cc-4552-9640-b7fcce42a33b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage2_49f2a1d5" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104690 tx_id: 281474976710824 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage2_49f2a1d5 found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage2_49f2a1d5 these snapshots (in order): ['20260819125441Z_full', '20260819125443Z_incremental']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage2_49f2a1d5/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.40
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.40
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3435351
DEBUG    ya.test:process.py:259 Command (pid 3435351) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3435351) elapsed time (sec): 0.24243712425231934
DEBUG    ya.test:process.py:263 Command (pid 3435351) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3435351) minflt: 4754
DEBUG    ya.test:process.py:263 Command (pid 3435351) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3435351) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3435351) nvcsw: 1028
DEBUG    ya.test:process.py:263 Command (pid 3435351) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3435351) stime: 0.06536499999999999
DEBUG    ya.test:process.py:263 Command (pid 3435351) utime: 0.06921
DEBUG    ya.test:process.py:263 Command (pid 3435351) wtime: 0.244
DEBUG    ya.test:process.py:275 Command (pid 3435351) output:

DEBUG    ya.test:process.py:276 Command (pid 3435351) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125441Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125443Z_incremental (ts=20260819125443Z) -> /Root/.backups/collections/restore_stage2_49f2a1d5/20260819125443Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.41
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.41
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125443Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125443Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3435796
DEBUG    ya.test:process.py:259 Command (pid 3435796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3435796) elapsed time (sec): 0.23221111297607422
DEBUG    ya.test:process.py:263 Command (pid 3435796) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 3435796) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 3435796) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3435796) minflt: 4726
DEBUG    ya.test:process.py:263 Command (pid 3435796) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 3435796) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3435796) nvcsw: 1052
DEBUG    ya.test:process.py:263 Command (pid 3435796) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3435796) stime: 0.056540999999999994
DEBUG    ya.test:process.py:263 Command (pid 3435796) utime: 0.07915799999999999
DEBUG    ya.test:process.py:263 Command (pid 3435796) wtime: 0.236
DEBUG    ya.test:process.py:275 Command (pid 3435796) output:

DEBUG    ya.test:process.py:276 Command (pid 3435796) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125443Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage2_49f2a1d5/20260819125443Z_incremental"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 41466be7-4926-4ca1-b514-c6e70550ed1c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 41466be7-4926-4ca1-b514-c6e70550ed1c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage2_49f2a1d5" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 41466be7-4926-4ca1-b514-c6e70550ed1c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage2_49f2a1d5" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144104690 tx_id: 281474976710824 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144104850 tx_id: 281474976710825 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144105120 tx_id: 281474976710833 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage2_49f2a1d5
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.42
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.42
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3440859
DEBUG    ya.test:process.py:259 Command (pid 3440859) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3440859) elapsed time (sec): 0.12317276000976562
DEBUG    ya.test:process.py:263 Command (pid 3440859) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3440859) minflt: 3621
DEBUG    ya.test:process.py:263 Command (pid 3440859) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3440859) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3440859) nvcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 3440859) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3440859) stime: 0.032568
DEBUG    ya.test:process.py:263 Command (pid 3440859) utime: 0.036639
DEBUG    ya.test:process.py:263 Command (pid 3440859) wtime: 0.124
DEBUG    ya.test:process.py:275 Command (pid 3440859) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.43
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.43
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage2_49f2a1d5`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3441060
DEBUG    ya.test:process.py:259 Command (pid 3441060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3441060) elapsed time (sec): 0.147202730178833
DEBUG    ya.test:process.py:263 Command (pid 3441060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3441060) minflt: 3611
DEBUG    ya.test:process.py:263 Command (pid 3441060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3441060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) nvcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 3441060) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3441060) stime: 0.026196999999999998
DEBUG    ya.test:process.py:263 Command (pid 3441060) utime: 0.052395
DEBUG    ya.test:process.py:263 Command (pid 3441060) wtime: 0.148
DEBUG    ya.test:process.py:275 Command (pid 3441060) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.44
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.44
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3441338
DEBUG    ya.test:process.py:259 Command (pid 3441338) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3441338) elapsed time (sec): 0.15274834632873535
DEBUG    ya.test:process.py:263 Command (pid 3441338) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3441338) minflt: 3629
DEBUG    ya.test:process.py:263 Command (pid 3441338) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) nivcsw: 61
DEBUG    ya.test:process.py:263 Command (pid 3441338) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3441338) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 3441338) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3441338) stime: 0.041228999999999995
DEBUG    ya.test:process.py:263 Command (pid 3441338) utime: 0.061839
DEBUG    ya.test:process.py:263 Command (pid 3441338) wtime: 0.154
DEBUG    ya.test:process.py:275 Command (pid 3441338) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:551 [poll_restore] total=2 success=2 (start 1/1)
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 75de0157-961b-4ac1-a1d5-2ede9f60e076, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 75de0157-961b-4ac1-a1d5-2ede9f60e076, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 75de0157-961b-4ac1-a1d5-2ede9f60e076, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDMyNTYzMTMtZDhkYTEzYzUtMmZhMWZhOWQtODQ4OWJhZjU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e88e24d4-ca37-43d6-808a-cab0709a7ee8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e88e24d4-ca37-43d6-808a-cab0709a7ee8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDMyNTYzMTMtZDhkYTEzYzUtMmZhMWZhOWQtODQ4OWJhZjU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e88e24d4-ca37-43d6-808a-cab0709a7ee8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 59006939-431c-4858-8e1c-7ffcd7f12755, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 59006939-431c-4858-8e1c-7ffcd7f12755, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDMyNTYzMTMtZDhkYTEzYzUtMmZhMWZhOWQtODQ4OWJhZjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 59006939-431c-4858-8e1c-7ffcd7f12755, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 10 } items { uint64_value: 1000 } items { bytes_value: "a1" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 1150cd91-562b-45a6-a38d-5801cef553cf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 1150cd91-562b-45a6-a38d-5801cef553cf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 1150cd91-562b-45a6-a38d-5801cef553cf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 71927fd3-04f7-4438-bd35-1ea58fa371c4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 71927fd3-04f7-4438-bd35-1ea58fa371c4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 71927fd3-04f7-4438-bd35-1ea58fa371c4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, aec1420e-282c-4565-b990-7a7274a8a1d8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, aec1420e-282c-4565-b990-7a7274a8a1d8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, aec1420e-282c-4565-b990-7a7274a8a1d8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.45
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.45
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3441828
DEBUG    ya.test:process.py:259 Command (pid 3441828) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3441828) elapsed time (sec): 0.1430506706237793
DEBUG    ya.test:process.py:263 Command (pid 3441828) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3441828) minflt: 3632
DEBUG    ya.test:process.py:263 Command (pid 3441828) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 3441828) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3441828) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3441828) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3441828) stime: 0.044001
DEBUG    ya.test:process.py:263 Command (pid 3441828) utime: 0.048000999999999995
DEBUG    ya.test:process.py:263 Command (pid 3441828) wtime: 0.145
DEBUG    ya.test:process.py:275 Command (pid 3441828) output:

DEBUG    ya.test:process.py:276 Command (pid 3441828) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2b74f175-43f8-4594-af26-6793e1cf25ce, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2b74f175-43f8-4594-af26-6793e1cf25ce, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2b74f175-43f8-4594-af26-6793e1cf25ce, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmQzMGM2Mi0yM2QxYmNlNC00NTZmM2MxZi1jMDVhODNjNQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 831cdc30-2a85-4f64-a448-b2453fc5a34f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 831cdc30-2a85-4f64-a448-b2453fc5a34f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmQzMGM2Mi0yM2QxYmNlNC00NTZmM2MxZi1jMDVhODNjNQ==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 831cdc30-2a85-4f64-a448-b2453fc5a34f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5fe8ec22-7809-4992-b430-4893c1c1dd52, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5fe8ec22-7809-4992-b430-4893c1c1dd52, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmQzMGM2Mi0yM2QxYmNlNC00NTZmM2MxZi1jMDVhODNjNQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5fe8ec22-7809-4992-b430-4893c1c1dd52, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 6627c118-85c6-45b1-b140-fd34a2c3774d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 6627c118-85c6-45b1-b140-fd34a2c3774d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 6627c118-85c6-45b1-b140-fd34a2c3774d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ccb72f05-3d0c-4c2d-bbbf-8014f3c802ac, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ccb72f05-3d0c-4c2d-bbbf-8014f3c802ac, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ccb72f05-3d0c-4c2d-bbbf-8014f3c802ac, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 3d552a0e-fcb4-4922-a400-06c676f4c11a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 3d552a0e-fcb4-4922-a400-06c676f4c11a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 3d552a0e-fcb4-4922-a400-06c676f4c11a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144110520 tx_id: 281474976710840 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.46
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.46
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3442162
DEBUG    ya.test:process.py:259 Command (pid 3442162) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3442162) elapsed time (sec): 0.14365339279174805
DEBUG    ya.test:process.py:263 Command (pid 3442162) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3442162) minflt: 3623
DEBUG    ya.test:process.py:263 Command (pid 3442162) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3442162) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3442162) nvcsw: 207
DEBUG    ya.test:process.py:263 Command (pid 3442162) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3442162) stime: 0.038514
DEBUG    ya.test:process.py:263 Command (pid 3442162) utime: 0.055632
DEBUG    ya.test:process.py:263 Command (pid 3442162) wtime: 0.145
DEBUG    ya.test:process.py:275 Command (pid 3442162) output:

DEBUG    ya.test:process.py:276 Command (pid 3442162) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e57813c1-7fda-462e-8213-215207aa7c6c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e57813c1-7fda-462e-8213-215207aa7c6c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e57813c1-7fda-462e-8213-215207aa7c6c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWYwOWQ3NmMtMjhkNmU5OTEtNGYzZWIxMmItNzM1MGMyODA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 2832d947-4c35-4cd2-9879-74b019587855, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 2832d947-4c35-4cd2-9879-74b019587855, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWYwOWQ3NmMtMjhkNmU5OTEtNGYzZWIxMmItNzM1MGMyODA=" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 2832d947-4c35-4cd2-9879-74b019587855, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ba12dc03-b325-4e1e-970d-70ba1c788c33, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ba12dc03-b325-4e1e-970d-70ba1c788c33, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ba12dc03-b325-4e1e-970d-70ba1c788c33, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTUyNjk2N2EtZmZkMDk0ZGYtNDA1NWM4NDQtY2Q1YWRjZmU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 897b8619-db5f-4651-b0df-caf257a08e0b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 897b8619-db5f-4651-b0df-caf257a08e0b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTUyNjk2N2EtZmZkMDk0ZGYtNDA1NWM4NDQtY2Q1YWRjZmU=" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 897b8619-db5f-4651-b0df-caf257a08e0b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.47
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.47
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage3_40d51eca`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3442610
DEBUG    ya.test:process.py:259 Command (pid 3442610) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3442610) elapsed time (sec): 0.16064715385437012
DEBUG    ya.test:process.py:263 Command (pid 3442610) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3442610) minflt: 3617
DEBUG    ya.test:process.py:263 Command (pid 3442610) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) nivcsw: 71
DEBUG    ya.test:process.py:263 Command (pid 3442610) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 3442610) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3442610) stime: 0.041367
DEBUG    ya.test:process.py:263 Command (pid 3442610) utime: 0.062050999999999995
DEBUG    ya.test:process.py:263 Command (pid 3442610) wtime: 0.163
DEBUG    ya.test:process.py:275 Command (pid 3442610) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 311898f6-06f0-434d-b0cb-4b33e9318954, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 311898f6-06f0-434d-b0cb-4b33e9318954, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage3_40d51eca" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 311898f6-06f0-434d-b0cb-4b33e9318954, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage3_40d51eca" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144111310 tx_id: 281474976710845 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage3_40d51eca found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage3_40d51eca these snapshots (in order): ['20260819125441Z_full', '20260819125443Z_incremental', '20260819125445Z_incremental']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage3_40d51eca/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.48
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.48
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_40d51eca/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3442833
DEBUG    ya.test:process.py:259 Command (pid 3442833) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3442833) elapsed time (sec): 0.317795991897583
DEBUG    ya.test:process.py:263 Command (pid 3442833) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3442833) minflt: 4736
DEBUG    ya.test:process.py:263 Command (pid 3442833) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 3442833) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3442833) nvcsw: 1026
DEBUG    ya.test:process.py:263 Command (pid 3442833) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3442833) stime: 0.143599
DEBUG    ya.test:process.py:263 Command (pid 3442833) utime: 0.065274
DEBUG    ya.test:process.py:263 Command (pid 3442833) wtime: 0.32
DEBUG    ya.test:process.py:275 Command (pid 3442833) output:

DEBUG    ya.test:process.py:276 Command (pid 3442833) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125441Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125443Z_incremental (ts=20260819125443Z) -> /Root/.backups/collections/restore_stage3_40d51eca/20260819125443Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.49
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.49
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_40d51eca/20260819125443Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125443Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3443446
DEBUG    ya.test:process.py:259 Command (pid 3443446) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3443446) elapsed time (sec): 0.2707395553588867
DEBUG    ya.test:process.py:263 Command (pid 3443446) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3443446) minflt: 4726
DEBUG    ya.test:process.py:263 Command (pid 3443446) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 3443446) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3443446) nvcsw: 1061
DEBUG    ya.test:process.py:263 Command (pid 3443446) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3443446) stime: 0.11781799999999999
DEBUG    ya.test:process.py:263 Command (pid 3443446) utime: 0.047999
DEBUG    ya.test:process.py:263 Command (pid 3443446) wtime: 0.272
DEBUG    ya.test:process.py:275 Command (pid 3443446) output:

DEBUG    ya.test:process.py:276 Command (pid 3443446) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125443Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125443Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125445Z_incremental (ts=20260819125445Z) -> /Root/.backups/collections/restore_stage3_40d51eca/20260819125445Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.50
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.50
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage3_40d51eca/20260819125445Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125445Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3443941
DEBUG    ya.test:process.py:259 Command (pid 3443941) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3443941) elapsed time (sec): 0.2900214195251465
DEBUG    ya.test:process.py:263 Command (pid 3443941) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) inblock: 32
DEBUG    ya.test:process.py:263 Command (pid 3443941) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3443941) minflt: 4739
DEBUG    ya.test:process.py:263 Command (pid 3443941) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) nivcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3443941) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3443941) nvcsw: 1034
DEBUG    ya.test:process.py:263 Command (pid 3443941) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3443941) stime: 0.11914999999999999
DEBUG    ya.test:process.py:263 Command (pid 3443941) utime: 0.055853
DEBUG    ya.test:process.py:263 Command (pid 3443941) wtime: 0.291
DEBUG    ya.test:process.py:275 Command (pid 3443941) output:

DEBUG    ya.test:process.py:276 Command (pid 3443941) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125445Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage3_40d51eca/20260819125445Z_incremental"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 83a9d5f6-ef58-4716-bcc0-147ffc245268, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 83a9d5f6-ef58-4716-bcc0-147ffc245268, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage3_40d51eca" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 83a9d5f6-ef58-4716-bcc0-147ffc245268, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage3_40d51eca" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144111310 tx_id: 281474976710845 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144111500 tx_id: 281474976710846 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144111810 tx_id: 281474976710854 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144112100 tx_id: 281474976710861 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage3_40d51eca
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.51
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.51
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3448740
DEBUG    ya.test:process.py:259 Command (pid 3448740) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3448740) elapsed time (sec): 0.12693285942077637
DEBUG    ya.test:process.py:263 Command (pid 3448740) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3448740) minflt: 3623
DEBUG    ya.test:process.py:263 Command (pid 3448740) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 3448740) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3448740) nvcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 3448740) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3448740) stime: 0.025498
DEBUG    ya.test:process.py:263 Command (pid 3448740) utime: 0.050996
DEBUG    ya.test:process.py:263 Command (pid 3448740) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 3448740) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.52
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.52
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage3_40d51eca`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3449104
DEBUG    ya.test:process.py:259 Command (pid 3449104) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3449104) elapsed time (sec): 0.14600753784179688
DEBUG    ya.test:process.py:263 Command (pid 3449104) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3449104) minflt: 3614
DEBUG    ya.test:process.py:263 Command (pid 3449104) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) nivcsw: 5
DEBUG    ya.test:process.py:263 Command (pid 3449104) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 3449104) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3449104) stime: 0.024172
DEBUG    ya.test:process.py:263 Command (pid 3449104) utime: 0.048345
DEBUG    ya.test:process.py:263 Command (pid 3449104) wtime: 0.147
DEBUG    ya.test:process.py:275 Command (pid 3449104) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.53
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.53
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3449399
DEBUG    ya.test:process.py:259 Command (pid 3449399) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3449399) elapsed time (sec): 0.14006590843200684
DEBUG    ya.test:process.py:263 Command (pid 3449399) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3449399) minflt: 3620
DEBUG    ya.test:process.py:263 Command (pid 3449399) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 3449399) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3449399) nvcsw: 177
DEBUG    ya.test:process.py:263 Command (pid 3449399) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3449399) stime: 0.049638999999999996
DEBUG    ya.test:process.py:263 Command (pid 3449399) utime: 0.044507
DEBUG    ya.test:process.py:263 Command (pid 3449399) wtime: 0.141
DEBUG    ya.test:process.py:275 Command (pid 3449399) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710868 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:551 [poll_restore] total=3 success=3 (start 2/2)
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 90a58f6b-2337-40e9-82a2-4832ea1960ba, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 90a58f6b-2337-40e9-82a2-4832ea1960ba, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 90a58f6b-2337-40e9-82a2-4832ea1960ba, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmJlZDBkZjctMTdhZDc3NDItMmZjOTgzZmUtODgxOGIxYTk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a1a499db-7c16-4d2d-8c5f-3153a36c4d77, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a1a499db-7c16-4d2d-8c5f-3153a36c4d77, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmJlZDBkZjctMTdhZDc3NDItMmZjOTgzZmUtODgxOGIxYTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a1a499db-7c16-4d2d-8c5f-3153a36c4d77, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5e1dc46d-d723-499e-b185-5319a866a7b8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5e1dc46d-d723-499e-b185-5319a866a7b8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmJlZDBkZjctMTdhZDc3NDItMmZjOTgzZmUtODgxOGIxYTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5e1dc46d-d723-499e-b185-5319a866a7b8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 20 } items { uint64_value: 2000 } items { bytes_value: "b1" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, d1894f6d-d1b2-4643-b70a-fdcecd66d8ba, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, d1894f6d-d1b2-4643-b70a-fdcecd66d8ba, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, d1894f6d-d1b2-4643-b70a-fdcecd66d8ba, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c3ff4a85-7fd5-456b-b351-2316ce53ae9b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c3ff4a85-7fd5-456b-b351-2316ce53ae9b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c3ff4a85-7fd5-456b-b351-2316ce53ae9b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 4c0d6284-434f-40ae-b3f1-01a2656036d0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 4c0d6284-434f-40ae-b3f1-01a2656036d0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 4c0d6284-434f-40ae-b3f1-01a2656036d0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.54
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.54
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3449755
DEBUG    ya.test:process.py:259 Command (pid 3449755) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3449755) elapsed time (sec): 0.1290116310119629
DEBUG    ya.test:process.py:263 Command (pid 3449755) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3449755) minflt: 3626
DEBUG    ya.test:process.py:263 Command (pid 3449755) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) nivcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3449755) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3449755) nvcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 3449755) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3449755) stime: 0.022674
DEBUG    ya.test:process.py:263 Command (pid 3449755) utime: 0.056685
DEBUG    ya.test:process.py:263 Command (pid 3449755) wtime: 0.13
DEBUG    ya.test:process.py:275 Command (pid 3449755) output:

DEBUG    ya.test:process.py:276 Command (pid 3449755) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f0554747-2d3c-463a-af3a-c97ff7a86a7e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f0554747-2d3c-463a-af3a-c97ff7a86a7e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f0554747-2d3c-463a-af3a-c97ff7a86a7e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTA5ZTI5ZjctN2YxNDdlNjgtMWZkZTQxZTQtMjZiZjkzODU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 39e9d985-d695-416e-99b3-61f1b6a415d5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 39e9d985-d695-416e-99b3-61f1b6a415d5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTA5ZTI5ZjctN2YxNDdlNjgtMWZkZTQxZTQtMjZiZjkzODU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 39e9d985-d695-416e-99b3-61f1b6a415d5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 813bc777-da0a-42e1-af93-04f2e2dbcd24, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 813bc777-da0a-42e1-af93-04f2e2dbcd24, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTA5ZTI5ZjctN2YxNDdlNjgtMWZkZTQxZTQtMjZiZjkzODU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 813bc777-da0a-42e1-af93-04f2e2dbcd24, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 4f4cbc31-af92-43f9-a985-14a4fcaeb53f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 4f4cbc31-af92-43f9-a985-14a4fcaeb53f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 4f4cbc31-af92-43f9-a985-14a4fcaeb53f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9ccae45a-2bcf-40e4-bd61-c42d6ef01eac, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9ccae45a-2bcf-40e4-bd61-c42d6ef01eac, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9ccae45a-2bcf-40e4-bd61-c42d6ef01eac, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 49d04d07-5ae1-4e3f-bbe0-d5475d662081, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 49d04d07-5ae1-4e3f-bbe0-d5475d662081, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 49d04d07-5ae1-4e3f-bbe0-d5475d662081, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144117520 tx_id: 281474976710868 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.55
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.55
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3450123
DEBUG    ya.test:process.py:259 Command (pid 3450123) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3450123) elapsed time (sec): 0.1382923126220703
DEBUG    ya.test:process.py:263 Command (pid 3450123) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3450123) minflt: 3625
DEBUG    ya.test:process.py:263 Command (pid 3450123) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 3450123) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3450123) nvcsw: 212
DEBUG    ya.test:process.py:263 Command (pid 3450123) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3450123) stime: 0.035608
DEBUG    ya.test:process.py:263 Command (pid 3450123) utime: 0.053412999999999995
DEBUG    ya.test:process.py:263 Command (pid 3450123) wtime: 0.139
DEBUG    ya.test:process.py:275 Command (pid 3450123) output:

DEBUG    ya.test:process.py:276 Command (pid 3450123) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9062fc9c-221d-41f9-951e-4ddbcf4504df, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9062fc9c-221d-41f9-951e-4ddbcf4504df, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9062fc9c-221d-41f9-951e-4ddbcf4504df, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDAwMGQ4ZTgtZWIyMmI1NjYtNzVhYTY2NDgtMTRmYTIwNmI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, ecadb059-3e7f-4219-85bc-378d27c1983c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, ecadb059-3e7f-4219-85bc-378d27c1983c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDAwMGQ4ZTgtZWIyMmI1NjYtNzVhYTY2NDgtMTRmYTIwNmI=" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, ecadb059-3e7f-4219-85bc-378d27c1983c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 812a2d2e-8724-4cf9-b66d-cfe56f2b0acd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 812a2d2e-8724-4cf9-b66d-cfe56f2b0acd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 812a2d2e-8724-4cf9-b66d-cfe56f2b0acd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTUxZTQxMzYtM2FkYWQ2NjgtYWYyNDE4NjgtYzk5OTcyN2E=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, aed17f44-e363-4873-b57e-eab835574f29, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, aed17f44-e363-4873-b57e-eab835574f29, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTUxZTQxMzYtM2FkYWQ2NjgtYWYyNDE4NjgtYzk5OTcyN2E=" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, aed17f44-e363-4873-b57e-eab835574f29, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.56
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.56
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage4_31217f0d`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3450310
DEBUG    ya.test:process.py:259 Command (pid 3450310) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3450310) elapsed time (sec): 0.1264479160308838
DEBUG    ya.test:process.py:263 Command (pid 3450310) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3450310) minflt: 3620
DEBUG    ya.test:process.py:263 Command (pid 3450310) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3450310) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3450310) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3450310) stime: 0.022566
DEBUG    ya.test:process.py:263 Command (pid 3450310) utime: 0.048894
DEBUG    ya.test:process.py:263 Command (pid 3450310) wtime: 0.128
DEBUG    ya.test:process.py:275 Command (pid 3450310) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, d953aac0-1f9d-4a7f-8aef-a643a398a7c2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, d953aac0-1f9d-4a7f-8aef-a643a398a7c2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage4_31217f0d" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, d953aac0-1f9d-4a7f-8aef-a643a398a7c2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage4_31217f0d" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144118230 tx_id: 281474976710873 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage4_31217f0d found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage4_31217f0d these snapshots (in order): ['20260819125441Z_full', '20260819125443Z_incremental', '20260819125445Z_incremental', '20260819125446Z_full']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage4_31217f0d/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.57
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.57
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage4_31217f0d/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3450527
DEBUG    ya.test:process.py:259 Command (pid 3450527) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3450527) elapsed time (sec): 0.21589016914367676
DEBUG    ya.test:process.py:263 Command (pid 3450527) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3450527) minflt: 4743
DEBUG    ya.test:process.py:263 Command (pid 3450527) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3450527) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3450527) nvcsw: 1017
DEBUG    ya.test:process.py:263 Command (pid 3450527) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3450527) stime: 0.050144999999999995
DEBUG    ya.test:process.py:263 Command (pid 3450527) utime: 0.061716999999999994
DEBUG    ya.test:process.py:263 Command (pid 3450527) wtime: 0.217
DEBUG    ya.test:process.py:275 Command (pid 3450527) output:

DEBUG    ya.test:process.py:276 Command (pid 3450527) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125441Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125443Z_incremental (ts=20260819125443Z) -> /Root/.backups/collections/restore_stage4_31217f0d/20260819125443Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.58
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.58
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage4_31217f0d/20260819125443Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125443Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3450882
DEBUG    ya.test:process.py:259 Command (pid 3450882) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3450882) elapsed time (sec): 0.20221638679504395
DEBUG    ya.test:process.py:263 Command (pid 3450882) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3450882) minflt: 4731
DEBUG    ya.test:process.py:263 Command (pid 3450882) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3450882) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3450882) nvcsw: 998
DEBUG    ya.test:process.py:263 Command (pid 3450882) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3450882) stime: 0.058736
DEBUG    ya.test:process.py:263 Command (pid 3450882) utime: 0.050904
DEBUG    ya.test:process.py:263 Command (pid 3450882) wtime: 0.203
DEBUG    ya.test:process.py:275 Command (pid 3450882) output:

DEBUG    ya.test:process.py:276 Command (pid 3450882) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125443Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125443Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125445Z_incremental (ts=20260819125445Z) -> /Root/.backups/collections/restore_stage4_31217f0d/20260819125445Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.59
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.59
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage4_31217f0d/20260819125445Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125445Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3451277
DEBUG    ya.test:process.py:259 Command (pid 3451277) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3451277) elapsed time (sec): 0.22791099548339844
DEBUG    ya.test:process.py:263 Command (pid 3451277) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3451277) minflt: 4731
DEBUG    ya.test:process.py:263 Command (pid 3451277) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 3451277) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3451277) nvcsw: 1056
DEBUG    ya.test:process.py:263 Command (pid 3451277) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3451277) stime: 0.092333
DEBUG    ya.test:process.py:263 Command (pid 3451277) utime: 0.050013999999999996
DEBUG    ya.test:process.py:263 Command (pid 3451277) wtime: 0.229
DEBUG    ya.test:process.py:275 Command (pid 3451277) output:

DEBUG    ya.test:process.py:276 Command (pid 3451277) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125445Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125445Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125446Z_full (ts=20260819125446Z) -> /Root/.backups/collections/restore_stage4_31217f0d/20260819125446Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.60
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.60
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage4_31217f0d/20260819125446Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125446Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3451761
DEBUG    ya.test:process.py:259 Command (pid 3451761) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3451761) elapsed time (sec): 0.20663189888000488
DEBUG    ya.test:process.py:263 Command (pid 3451761) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) inblock: 24
DEBUG    ya.test:process.py:263 Command (pid 3451761) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3451761) minflt: 4731
DEBUG    ya.test:process.py:263 Command (pid 3451761) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 3451761) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3451761) nvcsw: 999
DEBUG    ya.test:process.py:263 Command (pid 3451761) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3451761) stime: 0.050256999999999996
DEBUG    ya.test:process.py:263 Command (pid 3451761) utime: 0.054445
DEBUG    ya.test:process.py:263 Command (pid 3451761) wtime: 0.208
DEBUG    ya.test:process.py:275 Command (pid 3451761) output:

DEBUG    ya.test:process.py:276 Command (pid 3451761) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125446Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage4_31217f0d/20260819125446Z_full"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, d873ff85-dff4-4bb9-bab7-bae3897c60d4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, d873ff85-dff4-4bb9-bab7-bae3897c60d4, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage4_31217f0d" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, d873ff85-dff4-4bb9-bab7-bae3897c60d4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage4_31217f0d" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144118230 tx_id: 281474976710873 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144118370 tx_id: 281474976710874 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144118600 tx_id: 281474976710882 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144118810 tx_id: 281474976710889 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144119040 tx_id: 281474976710896 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage4_31217f0d
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.61
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.61
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3456177
DEBUG    ya.test:process.py:259 Command (pid 3456177) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3456177) elapsed time (sec): 0.12028241157531738
DEBUG    ya.test:process.py:263 Command (pid 3456177) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3456177) minflt: 3629
DEBUG    ya.test:process.py:263 Command (pid 3456177) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 3456177) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3456177) nvcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 3456177) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3456177) stime: 0.032244999999999996
DEBUG    ya.test:process.py:263 Command (pid 3456177) utime: 0.040319
DEBUG    ya.test:process.py:263 Command (pid 3456177) wtime: 0.124
DEBUG    ya.test:process.py:275 Command (pid 3456177) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710868 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.62
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.62
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage4_31217f0d`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3456335
DEBUG    ya.test:process.py:259 Command (pid 3456335) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3456335) elapsed time (sec): 0.16629600524902344
DEBUG    ya.test:process.py:263 Command (pid 3456335) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3456335) minflt: 3610
DEBUG    ya.test:process.py:263 Command (pid 3456335) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 3456335) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) nvcsw: 200
DEBUG    ya.test:process.py:263 Command (pid 3456335) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3456335) stime: 0.023216999999999998
DEBUG    ya.test:process.py:263 Command (pid 3456335) utime: 0.065009
DEBUG    ya.test:process.py:263 Command (pid 3456335) wtime: 0.168
DEBUG    ya.test:process.py:275 Command (pid 3456335) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6b4db62d-8232-4838-9cf1-42968902dcab, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6b4db62d-8232-4838-9cf1-42968902dcab, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6b4db62d-8232-4838-9cf1-42968902dcab, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjY4NGUzNzgtNDM3NDE5MzAtYzFkMzQwMGEtZDM3NWUwMmM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a59d54b7-533e-4fa5-8734-56e74e141eff, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a59d54b7-533e-4fa5-8734-56e74e141eff, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjY4NGUzNzgtNDM3NDE5MzAtYzFkMzQwMGEtZDM3NWUwMmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a59d54b7-533e-4fa5-8734-56e74e141eff, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 9ad64819-d71a-4c53-8939-86a5b5f38ccb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 9ad64819-d71a-4c53-8939-86a5b5f38ccb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjY4NGUzNzgtNDM3NDE5MzAtYzFkMzQwMGEtZDM3NWUwMmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 9ad64819-d71a-4c53-8939-86a5b5f38ccb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, db7d34af-45f5-40e3-8096-f3285b0c6685, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, db7d34af-45f5-40e3-8096-f3285b0c6685, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, db7d34af-45f5-40e3-8096-f3285b0c6685, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, da60ac8c-c935-43f3-b5f2-e441a7abfd7a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, da60ac8c-c935-43f3-b5f2-e441a7abfd7a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, da60ac8c-c935-43f3-b5f2-e441a7abfd7a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, de801784-7e94-4c18-8c6e-d2112e1b0ee9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, de801784-7e94-4c18-8c6e-d2112e1b0ee9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, de801784-7e94-4c18-8c6e-d2112e1b0ee9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.63
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.63
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3456863
DEBUG    ya.test:process.py:259 Command (pid 3456863) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3456863) elapsed time (sec): 0.14403104782104492
DEBUG    ya.test:process.py:263 Command (pid 3456863) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3456863) minflt: 3631
DEBUG    ya.test:process.py:263 Command (pid 3456863) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) nivcsw: 51
DEBUG    ya.test:process.py:263 Command (pid 3456863) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3456863) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3456863) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3456863) stime: 0.048707
DEBUG    ya.test:process.py:263 Command (pid 3456863) utime: 0.044648
DEBUG    ya.test:process.py:263 Command (pid 3456863) wtime: 0.146
DEBUG    ya.test:process.py:275 Command (pid 3456863) output:

DEBUG    ya.test:process.py:276 Command (pid 3456863) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e594ea98-6021-4001-9a48-dd3114b0dc41, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e594ea98-6021-4001-9a48-dd3114b0dc41, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e594ea98-6021-4001-9a48-dd3114b0dc41, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDFjYWY0NGUtYjRkMDc5MjItYjBjNzJhZTAtYzYzNDEzODU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2a813bdf-122b-40d3-8cff-5febb6f9c2fd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2a813bdf-122b-40d3-8cff-5febb6f9c2fd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDFjYWY0NGUtYjRkMDc5MjItYjBjNzJhZTAtYzYzNDEzODU=" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2a813bdf-122b-40d3-8cff-5febb6f9c2fd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 981eb87d-75b2-4ff3-9c71-24ff79b7c246, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 981eb87d-75b2-4ff3-9c71-24ff79b7c246, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDFjYWY0NGUtYjRkMDc5MjItYjBjNzJhZTAtYzYzNDEzODU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 981eb87d-75b2-4ff3-9c71-24ff79b7c246, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, f11fac4b-a513-4339-8784-c8e7913d055d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, f11fac4b-a513-4339-8784-c8e7913d055d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, f11fac4b-a513-4339-8784-c8e7913d055d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f5b64a68-c4ad-45c5-b4da-6368a8103651, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f5b64a68-c4ad-45c5-b4da-6368a8103651, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f5b64a68-c4ad-45c5-b4da-6368a8103651, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, bfd2866c-f1eb-4eb4-942a-3cb12853466e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, bfd2866c-f1eb-4eb4-942a-3cb12853466e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, bfd2866c-f1eb-4eb4-942a-3cb12853466e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144124430 tx_id: 281474976710904 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.64
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.64
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3457294
DEBUG    ya.test:process.py:259 Command (pid 3457294) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3457294) elapsed time (sec): 0.14806580543518066
DEBUG    ya.test:process.py:263 Command (pid 3457294) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3457294) minflt: 3624
DEBUG    ya.test:process.py:263 Command (pid 3457294) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 3457294) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3457294) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 3457294) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3457294) stime: 0.050103999999999996
DEBUG    ya.test:process.py:263 Command (pid 3457294) utime: 0.041753
DEBUG    ya.test:process.py:263 Command (pid 3457294) wtime: 0.15
DEBUG    ya.test:process.py:275 Command (pid 3457294) output:

DEBUG    ya.test:process.py:276 Command (pid 3457294) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3198c7fa-c99e-4bad-9231-95e4760f60ec, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3198c7fa-c99e-4bad-9231-95e4760f60ec, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3198c7fa-c99e-4bad-9231-95e4760f60ec, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmMyOWRiZjQtNWEwODZiZjAtNzU5OWFhZmMtNDY3MGQ3YWU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, 67c42474-892b-43d1-8d7b-65aa77f16d87, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, 67c42474-892b-43d1-8d7b-65aa77f16d87, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmMyOWRiZjQtNWEwODZiZjAtNzU5OWFhZmMtNDY3MGQ3YWU=" yql_text: "DROP TABLE `/Root/orders`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, 67c42474-892b-43d1-8d7b-65aa77f16d87, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 76356b21-4285-45dd-9654-8f6a342116f8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 76356b21-4285-45dd-9654-8f6a342116f8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 76356b21-4285-45dd-9654-8f6a342116f8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGI4NTgyYy1mMWZmNDJhLWI4OTgwMWJjLTcxMWIzYjg0" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteSchemeQuery, fae33e4d-cec3-425b-80b2-008f90b404d4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteSchemeQuery, fae33e4d-cec3-425b-80b2-008f90b404d4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGI4NTgyYy1mMWZmNDJhLWI4OTgwMWJjLTcxMWIzYjg0" yql_text: "DROP TABLE `/Root/products`;" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteSchemeQuery, fae33e4d-cec3-425b-80b2-008f90b404d4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS issues { message: "Execution" issue_code: 1060 severity: 3 issues { position { row: 1 column: 12 } message: "Executing DROP TABLE" end_position { row: 1 column: 12 } severity: 3 issues { message: "Success" issue_code: 4 severity: 3 } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.65
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.65
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "\n            CREATE BACKUP COLLECTION `restore_stage6_ae641bee`\n                ( TABLE `/Root/orders`, TABLE `/Root/products` )\n            WITH ( STORAGE = 'cluster' );\n        "]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3457684
DEBUG    ya.test:process.py:259 Command (pid 3457684) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457684) elapsed time (sec): 0.15031123161315918
DEBUG    ya.test:process.py:263 Command (pid 3457684) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3457684) minflt: 3621
DEBUG    ya.test:process.py:263 Command (pid 3457684) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 3457684) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) nvcsw: 204
DEBUG    ya.test:process.py:263 Command (pid 3457684) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3457684) stime: 0.05126
DEBUG    ya.test:process.py:263 Command (pid 3457684) utime: 0.039431
DEBUG    ya.test:process.py:263 Command (pid 3457684) wtime: 0.152
DEBUG    ya.test:process.py:275 Command (pid 3457684) output:

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

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, 72b515cd-b4cb-4a88-9f51-0791b047c3c9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, 72b515cd-b4cb-4a88-9f51-0791b047c3c9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage6_ae641bee" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, 72b515cd-b4cb-4a88-9f51-0791b047c3c9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage6_ae641bee" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144125090 tx_id: 281474976710909 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:374 Collection restore_stage6_ae641bee found
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:689 Will import into restore_stage6_ae641bee these snapshots (in order): ['20260819125441Z_full', '20260819125443Z_incremental', '20260819125445Z_incremental', '20260819125446Z_full', '20260819125448Z_incremental', '20260819125450Z_incremental']
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125441Z_full (ts=20260819125441Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125441Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.66
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.66
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125441Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125441Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3457851
DEBUG    ya.test:process.py:259 Command (pid 3457851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457851) elapsed time (sec): 0.25409460067749023
DEBUG    ya.test:process.py:263 Command (pid 3457851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3457851) minflt: 4752
DEBUG    ya.test:process.py:263 Command (pid 3457851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) nivcsw: 68
DEBUG    ya.test:process.py:263 Command (pid 3457851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3457851) nvcsw: 1021
DEBUG    ya.test:process.py:263 Command (pid 3457851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3457851) stime: 0.083673
DEBUG    ya.test:process.py:263 Command (pid 3457851) utime: 0.055782
DEBUG    ya.test:process.py:263 Command (pid 3457851) wtime: 0.256
DEBUG    ya.test:process.py:275 Command (pid 3457851) output:

DEBUG    ya.test:process.py:276 Command (pid 3457851) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125441Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125441Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125443Z_incremental (ts=20260819125443Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125443Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.67
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.67
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125443Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125443Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3458577
DEBUG    ya.test:process.py:259 Command (pid 3458577) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3458577) elapsed time (sec): 0.2490084171295166
DEBUG    ya.test:process.py:263 Command (pid 3458577) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3458577) minflt: 4728
DEBUG    ya.test:process.py:263 Command (pid 3458577) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) nivcsw: 51
DEBUG    ya.test:process.py:263 Command (pid 3458577) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3458577) nvcsw: 1042
DEBUG    ya.test:process.py:263 Command (pid 3458577) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3458577) stime: 0.075751
DEBUG    ya.test:process.py:263 Command (pid 3458577) utime: 0.075751
DEBUG    ya.test:process.py:263 Command (pid 3458577) wtime: 0.25
DEBUG    ya.test:process.py:275 Command (pid 3458577) output:

DEBUG    ya.test:process.py:276 Command (pid 3458577) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125443Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125443Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125445Z_incremental (ts=20260819125445Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125445Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.68
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.68
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125445Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125445Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3459029
DEBUG    ya.test:process.py:259 Command (pid 3459029) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3459029) elapsed time (sec): 0.20371484756469727
DEBUG    ya.test:process.py:263 Command (pid 3459029) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3459029) minflt: 4741
DEBUG    ya.test:process.py:263 Command (pid 3459029) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3459029) nvcsw: 1028
DEBUG    ya.test:process.py:263 Command (pid 3459029) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3459029) stime: 0.046473
DEBUG    ya.test:process.py:263 Command (pid 3459029) utime: 0.065063
DEBUG    ya.test:process.py:263 Command (pid 3459029) wtime: 0.205
DEBUG    ya.test:process.py:275 Command (pid 3459029) output:

DEBUG    ya.test:process.py:276 Command (pid 3459029) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125445Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125445Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125446Z_full (ts=20260819125446Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125446Z_full
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.69
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.69
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125446Z_full', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125446Z_full']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3459389
DEBUG    ya.test:process.py:259 Command (pid 3459389) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3459389) elapsed time (sec): 0.2065906524658203
DEBUG    ya.test:process.py:263 Command (pid 3459389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3459389) minflt: 4730
DEBUG    ya.test:process.py:263 Command (pid 3459389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3459389) nvcsw: 998
DEBUG    ya.test:process.py:263 Command (pid 3459389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3459389) stime: 0.053096
DEBUG    ya.test:process.py:263 Command (pid 3459389) utime: 0.053096
DEBUG    ya.test:process.py:263 Command (pid 3459389) wtime: 0.208
DEBUG    ya.test:process.py:275 Command (pid 3459389) output:

DEBUG    ya.test:process.py:276 Command (pid 3459389) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125446Z_full"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125446Z_full"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125448Z_incremental (ts=20260819125448Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125448Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.70
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.70
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125448Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125448Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3459790
DEBUG    ya.test:process.py:259 Command (pid 3459790) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3459790) elapsed time (sec): 0.19680476188659668
DEBUG    ya.test:process.py:263 Command (pid 3459790) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) inblock: 40
DEBUG    ya.test:process.py:263 Command (pid 3459790) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3459790) minflt: 4732
DEBUG    ya.test:process.py:263 Command (pid 3459790) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3459790) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3459790) nvcsw: 1006
DEBUG    ya.test:process.py:263 Command (pid 3459790) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3459790) stime: 0.05688
DEBUG    ya.test:process.py:263 Command (pid 3459790) utime: 0.053752999999999995
DEBUG    ya.test:process.py:263 Command (pid 3459790) wtime: 0.198
DEBUG    ya.test:process.py:275 Command (pid 3459790) output:

DEBUG    ya.test:process.py:276 Command (pid 3459790) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125448Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125448Z_incremental"

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:694 Importing 20260819125450Z_incremental (ts=20260819125450Z) -> /Root/.backups/collections/restore_stage6_ae641bee/20260819125450Z_incremental
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.71
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.71
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'tools', 'restore', '--path', '/Root/.backups/collections/restore_stage6_ae641bee/20260819125450Z_incremental', '--input', '/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk5/testing_out_stuff/TestFullCycleLocalBackupRestoreWIncrComplSchemaChange/test_inc_backup_4beba763/20260819125450Z_incremental']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3460181
DEBUG    ya.test:process.py:259 Command (pid 3460181) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3460181) elapsed time (sec): 0.18617725372314453
DEBUG    ya.test:process.py:263 Command (pid 3460181) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) inblock: 24
DEBUG    ya.test:process.py:263 Command (pid 3460181) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3460181) minflt: 4738
DEBUG    ya.test:process.py:263 Command (pid 3460181) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3460181) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3460181) nvcsw: 937
DEBUG    ya.test:process.py:263 Command (pid 3460181) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3460181) stime: 0.043127
DEBUG    ya.test:process.py:263 Command (pid 3460181) utime: 0.062731
DEBUG    ya.test:process.py:263 Command (pid 3460181) wtime: 0.187
DEBUG    ya.test:process.py:275 Command (pid 3460181) output:

DEBUG    ya.test:process.py:276 Command (pid 3460181) errors:
No authentication methods were found. Going without authentication
Path before adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125450Z_incremental"
Path after adjusting: "/Root/.backups/collections/restore_stage6_ae641bee/20260819125450Z_incremental"

DEBUG    ydb.connection:connection.py:447 RpcState(ListDirectory, a121a970-2aed-4b13-b54a-84cb730e32e2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListDirectory, a121a970-2aed-4b13-b54a-84cb730e32e2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/.backups/collections/restore_stage6_ae641bee" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListDirectory, a121a970-2aed-4b13-b54a-84cb730e32e2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.ListDirectoryResult] { self { name: "restore_stage6_ae641bee" owner: "root@builtin" type: BACKUP_COLLECTION effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144125090 tx_id: 281474976710909 } } children { name: "20260819125441Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144125280 tx_id: 281474976710910 } } children { name: "20260819125443Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144125540 tx_id: 281474976710918 } } children { name: "20260819125445Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144125780 tx_id: 281474976710925 } } children { name: "20260819125446Z_full" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144125990 tx_id: 281474976710932 } } children { name: "20260819125448Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144126210 tx_id: 281474976710940 } } children { name: "20260819125450Z_incremental" owner: "root@builtin" type: DIRECTORY created_at { plan_step: 1787144126420 tx_id: 281474976710946 } } } } } }
INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:724 All imported snapshots are registered in collection restore_stage6_ae641bee
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.72
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.72
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3463948
DEBUG    ya.test:process.py:259 Command (pid 3463948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3463948) elapsed time (sec): 0.11629414558410645
DEBUG    ya.test:process.py:263 Command (pid 3463948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3463948) minflt: 3626
DEBUG    ya.test:process.py:263 Command (pid 3463948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3463948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3463948) nvcsw: 198
DEBUG    ya.test:process.py:263 Command (pid 3463948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3463948) stime: 0.031077999999999998
DEBUG    ya.test:process.py:263 Command (pid 3463948) utime: 0.035518
DEBUG    ya.test:process.py:263 Command (pid 3463948) wtime: 0.117
DEBUG    ya.test:process.py:275 Command (pid 3463948) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710868 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710904 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.73
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.73
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', 'RESTORE `restore_stage6_ae641bee`;']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3464087
DEBUG    ya.test:process.py:259 Command (pid 3464087) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3464087) elapsed time (sec): 0.13087725639343262
DEBUG    ya.test:process.py:263 Command (pid 3464087) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3464087) minflt: 3611
DEBUG    ya.test:process.py:263 Command (pid 3464087) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3464087) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 3464087) oublock: 0
DEBUG    ya.test:process.py:263 Command (pid 3464087) stime: 0.022303999999999997
DEBUG    ya.test:process.py:263 Command (pid 3464087) utime: 0.040147999999999996
DEBUG    ya.test:process.py:263 Command (pid 3464087) wtime: 0.132
DEBUG    ya.test:process.py:275 Command (pid 3464087) output:

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.74
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.74
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:1345', '-d', '/Root', 'operation', 'list', 'restore']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3464322
DEBUG    ya.test:process.py:259 Command (pid 3464322) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3464322) elapsed time (sec): 0.1176600456237793
DEBUG    ya.test:process.py:263 Command (pid 3464322) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3464322) minflt: 3621
DEBUG    ya.test:process.py:263 Command (pid 3464322) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3464322) nvcsw: 199
DEBUG    ya.test:process.py:263 Command (pid 3464322) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3464322) stime: 0.028422
DEBUG    ya.test:process.py:263 Command (pid 3464322) utime: 0.042633
DEBUG    ya.test:process.py:263 Command (pid 3464322) wtime: 0.119
DEBUG    ya.test:process.py:275 Command (pid 3464322) output:
┌─────────────────────────────────────┬───────┬─────────┬──────────┐
│ id                                  │ ready │ status  │ progress │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710819 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710840 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710868 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710904 │ true  │ SUCCESS │ Done     │
├─────────────────────────────────────┼───────┼─────────┼──────────┤
│ ydb://restore/12?id=281474976710952 │ true  │ SUCCESS │ Done     │
└─────────────────────────────────────┴───────┴─────────┴──────────┘

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

INFO     __tests__.basic_user_scenarios:basic_user_scenarios.py:551 [poll_restore] total=5 success=5 (start 4/4)
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 66f19a65-b97f-46ac-845f-9748710c8f29, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 66f19a65-b97f-46ac-845f-9748710c8f29, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 66f19a65-b97f-46ac-845f-9748710c8f29, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2I1NWFiZTAtZjAyNTE2ZjItMWUzMjdhYTktNTQyMmI2N2M=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 97c44246-77d1-4109-8b04-56ab5185cade, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 97c44246-77d1-4109-8b04-56ab5185cade, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2I1NWFiZTAtZjAyNTE2ZjItMWUzMjdhYTktNTQyMmI2N2M=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 97c44246-77d1-4109-8b04-56ab5185cade, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 2924dcb6-765d-417c-8c16-6a0447301dc0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 2924dcb6-765d-417c-8c16-6a0447301dc0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2I1NWFiZTAtZjAyNTE2ZjItMWUzMjdhYTktNTQyMmI2N2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 2924dcb6-765d-417c-8c16-6a0447301dc0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 74d642c5-3996-46af-866c-51e59a9cd9f9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 74d642c5-3996-46af-866c-51e59a9cd9f9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 74d642c5-3996-46af-866c-51e59a9cd9f9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmU4NjQ3NTctMTZlN2FjOWQtY2NmYmVkNDAtODFiNDUwZmM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 57c76d6d-3a23-44f5-9fa3-fd964cf41b46, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 57c76d6d-3a23-44f5-9fa3-fd964cf41b46, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU4NjQ3NTctMTZlN2FjOWQtY2NmYmVkNDAtODFiNDUwZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 57c76d6d-3a23-44f5-9fa3-fd964cf41b46, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0f523a2b-7999-4da4-9839-f64aedaf7423, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0f523a2b-7999-4da4-9839-f64aedaf7423, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU4NjQ3NTctMTZlN2FjOWQtY2NmYmVkNDAtODFiNDUwZmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0f523a2b-7999-4da4-9839-f64aedaf7423, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 330fdeb3-477f-4a5b-8ad3-18616ba59e32, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 330fdeb3-477f-4a5b-8ad3-18616ba59e32, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 330fdeb3-477f-4a5b-8ad3-18616ba59e32, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmEwNzgxYWYtMzUzODJkNTMtNzExNjU2YTgtN2I3NzkzYWY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a0fcd3dd-6c77-45c7-94e3-b16fb970ec4f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a0fcd3dd-6c77-45c7-94e3-b16fb970ec4f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmEwNzgxYWYtMzUzODJkNTMtNzExNjU2YTgtN2I3NzkzYWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a0fcd3dd-6c77-45c7-94e3-b16fb970ec4f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7c107f24-edf3-4661-b053-184f0e35f47d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7c107f24-edf3-4661-b053-184f0e35f47d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmEwNzgxYWYtMzUzODJkNTMtNzExNjU2YTgtN2I3NzkzYWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7c107f24-edf3-4661-b053-184f0e35f47d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a5f0c717-0a14-4d4d-a767-89031215f5f1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a5f0c717-0a14-4d4d-a767-89031215f5f1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a5f0c717-0a14-4d4d-a767-89031215f5f1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWQxYTgyLWU1ODJhODUtOWFiODRiZjgtMmE3Y2Q0MGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2933b4ca-2b31-444f-8552-f55a0d3f1232, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2933b4ca-2b31-444f-8552-f55a0d3f1232, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWQxYTgyLWU1ODJhODUtOWFiODRiZjgtMmE3Y2Q0MGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2933b4ca-2b31-444f-8552-f55a0d3f1232, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c2d8d3e3-309f-4dd5-b365-8e37d70630b9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c2d8d3e3-309f-4dd5-b365-8e37d70630b9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWQxYTgyLWU1ODJhODUtOWFiODRiZjgtMmE3Y2Q0MGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c2d8d3e3-309f-4dd5-b365-8e37d70630b9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3169e46d-ee25-403d-9766-908a636231d1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3169e46d-ee25-403d-9766-908a636231d1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3169e46d-ee25-403d-9766-908a636231d1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzlhNzlkMjMtNThhODMwNDUtYjljMmNhLTZlYjQ4ZGZk" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c423771a-7785-49f2-b6fe-82b71ba36588, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c423771a-7785-49f2-b6fe-82b71ba36588, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzlhNzlkMjMtNThhODMwNDUtYjljMmNhLTZlYjQ4ZGZk" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c423771a-7785-49f2-b6fe-82b71ba36588, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, bc775ea1-a107-46a9-83d0-8278216645db, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, bc775ea1-a107-46a9-83d0-8278216645db, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzlhNzlkMjMtNThhODMwNDUtYjljMmNhLTZlYjQ4ZGZk" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, bc775ea1-a107-46a9-83d0-8278216645db, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, dd383cdd-30f8-471d-9cd9-fdd5403e3c75, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, dd383cdd-30f8-471d-9cd9-fdd5403e3c75, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, dd383cdd-30f8-471d-9cd9-fdd5403e3c75, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2NhM2UzM2QtMzg1NjAyNzYtNGIzN2Q2YzAtOThiNjNkODY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 1f02b17c-d098-466e-8383-3a7ce5403d10, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 1f02b17c-d098-466e-8383-3a7ce5403d10, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2NhM2UzM2QtMzg1NjAyNzYtNGIzN2Q2YzAtOThiNjNkODY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 1f02b17c-d098-466e-8383-3a7ce5403d10, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 55f2da26-9fba-45d1-a995-779c38d819ef, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 55f2da26-9fba-45d1-a995-779c38d819ef, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2NhM2UzM2QtMzg1NjAyNzYtNGIzN2Q2YzAtOThiNjNkODY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 55f2da26-9fba-45d1-a995-779c38d819ef, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4a4da985-50fb-4043-bd5b-af9a359d2c35, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4a4da985-50fb-4043-bd5b-af9a359d2c35, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4a4da985-50fb-4043-bd5b-af9a359d2c35, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yjk5OGUwYjgtZjI3ZGQ1ZTktY2UyMTkxMTktMWZmMmNhOTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e396f99d-5e4e-440f-b69d-50311af6e784, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e396f99d-5e4e-440f-b69d-50311af6e784, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5OGUwYjgtZjI3ZGQ1ZTktY2UyMTkxMTktMWZmMmNhOTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e396f99d-5e4e-440f-b69d-50311af6e784, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e0018b7b-f866-4877-b455-1d8def39daf9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e0018b7b-f866-4877-b455-1d8def39daf9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5OGUwYjgtZjI3ZGQ1ZTktY2UyMTkxMTktMWZmMmNhOTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e0018b7b-f866-4877-b455-1d8def39daf9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, cbc6ac51-cee0-4572-a7cf-b690a5cfa49f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, cbc6ac51-cee0-4572-a7cf-b690a5cfa49f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, cbc6ac51-cee0-4572-a7cf-b690a5cfa49f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTMxNWFlODItNTUzYjQxOTUtNGMzN2YzOGEtZDQ2MGM0YmI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5da740aa-330a-44da-8d33-a5e71d645131, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5da740aa-330a-44da-8d33-a5e71d645131, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTMxNWFlODItNTUzYjQxOTUtNGMzN2YzOGEtZDQ2MGM0YmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5da740aa-330a-44da-8d33-a5e71d645131, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7b2471ff-241a-4849-ab93-03623d3c2284, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7b2471ff-241a-4849-ab93-03623d3c2284, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTMxNWFlODItNTUzYjQxOTUtNGMzN2YzOGEtZDQ2MGM0YmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7b2471ff-241a-4849-ab93-03623d3c2284, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 61d46920-6012-493d-ac90-7c547feae79c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 61d46920-6012-493d-ac90-7c547feae79c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 61d46920-6012-493d-ac90-7c547feae79c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmM0NjU0M2MtODI2OGNkMjMtYjU2NTUyZWYtMmEzMWMyMDc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 85892b3f-9e3d-4adb-b4aa-52d9a76f672a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 85892b3f-9e3d-4adb-b4aa-52d9a76f672a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmM0NjU0M2MtODI2OGNkMjMtYjU2NTUyZWYtMmEzMWMyMDc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 85892b3f-9e3d-4adb-b4aa-52d9a76f672a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a95b948f-89b4-4f69-91c2-51063ff76b75, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a95b948f-89b4-4f69-91c2-51063ff76b75, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmM0NjU0M2MtODI2OGNkMjMtYjU2NTUyZWYtMmEzMWMyMDc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a95b948f-89b4-4f69-91c2-51063ff76b75, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3e6ff9da-0e4d-4d2d-ac65-76367c7b6346, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3e6ff9da-0e4d-4d2d-ac65-76367c7b6346, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3e6ff9da-0e4d-4d2d-ac65-76367c7b6346, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWRkMDRjZTktOTQxNDYzNWItYzE2MzAxNzktMzRhNjk0Zg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0972726e-7294-42fa-8dc9-8b29a1e1f40b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0972726e-7294-42fa-8dc9-8b29a1e1f40b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWRkMDRjZTktOTQxNDYzNWItYzE2MzAxNzktMzRhNjk0Zg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0972726e-7294-42fa-8dc9-8b29a1e1f40b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c1e75cee-3596-4ec7-879b-5be1c0585155, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c1e75cee-3596-4ec7-879b-5be1c0585155, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWRkMDRjZTktOTQxNDYzNWItYzE2MzAxNzktMzRhNjk0Zg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c1e75cee-3596-4ec7-879b-5be1c0585155, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 136f6279-6341-40b4-875c-ce722e6acec9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 136f6279-6341-40b4-875c-ce722e6acec9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 136f6279-6341-40b4-875c-ce722e6acec9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzdjOGE4ODQtYWY3MWUzMmYtNTEzZjg4NzEtYzU4NWUxNGM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 1e700235-3f61-442e-a147-bf5735c9cce2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 1e700235-3f61-442e-a147-bf5735c9cce2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzdjOGE4ODQtYWY3MWUzMmYtNTEzZjg4NzEtYzU4NWUxNGM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 1e700235-3f61-442e-a147-bf5735c9cce2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b55e940d-bdfa-481b-8f9e-5157f905571b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b55e940d-bdfa-481b-8f9e-5157f905571b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzdjOGE4ODQtYWY3MWUzMmYtNTEzZjg4NzEtYzU4NWUxNGM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b55e940d-bdfa-481b-8f9e-5157f905571b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 754a7745-070c-4c63-b6b9-8f7496b2456a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 754a7745-070c-4c63-b6b9-8f7496b2456a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 754a7745-070c-4c63-b6b9-8f7496b2456a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWUzYmM3MGItNDA0OTk3OWItOTFiMjJkMTItM2VmZjQwYjc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, cd278a2b-1c3c-45bc-9034-1cdf8b1a6f85, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, cd278a2b-1c3c-45bc-9034-1cdf8b1a6f85, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWUzYmM3MGItNDA0OTk3OWItOTFiMjJkMTItM2VmZjQwYjc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, cd278a2b-1c3c-45bc-9034-1cdf8b1a6f85, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8b8ccb24-709e-434d-82c6-d87a8a8e13d4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8b8ccb24-709e-434d-82c6-d87a8a8e13d4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWUzYmM3MGItNDA0OTk3OWItOTFiMjJkMTItM2VmZjQwYjc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8b8ccb24-709e-434d-82c6-d87a8a8e13d4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b88e45d7-9e02-4955-ba8f-f27403ef44bf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b88e45d7-9e02-4955-ba8f-f27403ef44bf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b88e45d7-9e02-4955-ba8f-f27403ef44bf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmVkNzVkYTItODNmY2JhMDktZDI4YTdmYjQtZTdjMmUwY2Q=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 261c36be-8701-426e-a1df-81826cb0c5fe, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 261c36be-8701-426e-a1df-81826cb0c5fe, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmVkNzVkYTItODNmY2JhMDktZDI4YTdmYjQtZTdjMmUwY2Q=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 261c36be-8701-426e-a1df-81826cb0c5fe, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3bbcb71c-6c9b-4989-9fbe-5729b8157a4b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3bbcb71c-6c9b-4989-9fbe-5729b8157a4b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmVkNzVkYTItODNmY2JhMDktZDI4YTdmYjQtZTdjMmUwY2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3bbcb71c-6c9b-4989-9fbe-5729b8157a4b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 562b8be0-71f9-4524-b762-9523b18cacfb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 562b8be0-71f9-4524-b762-9523b18cacfb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 562b8be0-71f9-4524-b762-9523b18cacfb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTQ1ZDRkZDktYzc0NjJiNDMtODYxNzZmMjItNDM3YzRhNTg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, bc8d516f-1413-4e50-a204-2335dec07da8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, bc8d516f-1413-4e50-a204-2335dec07da8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTQ1ZDRkZDktYzc0NjJiNDMtODYxNzZmMjItNDM3YzRhNTg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, bc8d516f-1413-4e50-a204-2335dec07da8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ab980ae8-bb03-4ba8-ab05-3f631b2fd059, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ab980ae8-bb03-4ba8-ab05-3f631b2fd059, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTQ1ZDRkZDktYzc0NjJiNDMtODYxNzZmMjItNDM3YzRhNTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ab980ae8-bb03-4ba8-ab05-3f631b2fd059, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f48d0c44-e528-4b00-8e53-ba22bc57e66c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f48d0c44-e528-4b00-8e53-ba22bc57e66c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f48d0c44-e528-4b00-8e53-ba22bc57e66c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjdmNDA1MjEtYTZmMmQ2Y2ItMTk4ZGY1NjAtYmZjMGQ3M2Q=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0cd2a404-3af7-433f-81d8-13679cfe22c6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0cd2a404-3af7-433f-81d8-13679cfe22c6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjdmNDA1MjEtYTZmMmQ2Y2ItMTk4ZGY1NjAtYmZjMGQ3M2Q=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0cd2a404-3af7-433f-81d8-13679cfe22c6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 28c866b8-782d-4c0f-8e8b-a25bc500dc5e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 28c866b8-782d-4c0f-8e8b-a25bc500dc5e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjdmNDA1MjEtYTZmMmQ2Y2ItMTk4ZGY1NjAtYmZjMGQ3M2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 28c866b8-782d-4c0f-8e8b-a25bc500dc5e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 179073ac-671a-48be-8ad3-7d559f0ba5af, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 179073ac-671a-48be-8ad3-7d559f0ba5af, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 179073ac-671a-48be-8ad3-7d559f0ba5af, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmMxMzBmNTgtODVmMzU1MDktMWEyZDQwMDYtNDMwMDkxY2U=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0b0c4656-a272-4a06-a7dd-ae5e3dd82b71, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0b0c4656-a272-4a06-a7dd-ae5e3dd82b71, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmMxMzBmNTgtODVmMzU1MDktMWEyZDQwMDYtNDMwMDkxY2U=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0b0c4656-a272-4a06-a7dd-ae5e3dd82b71, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e3e98bb8-39ec-4acd-b513-ec9e094fe125, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e3e98bb8-39ec-4acd-b513-ec9e094fe125, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmMxMzBmNTgtODVmMzU1MDktMWEyZDQwMDYtNDMwMDkxY2U=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e3e98bb8-39ec-4acd-b513-ec9e094fe125, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b25555c0-60ad-4e83-9c93-7a1ecb98607a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b25555c0-60ad-4e83-9c93-7a1ecb98607a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b25555c0-60ad-4e83-9c93-7a1ecb98607a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzdjOGVmZGUtYzRmZWY5MTUtOTkwNmM0NjctYzkwOTkxZWQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 8069e0b2-8f0f-458f-b9be-38bc0be21842, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 8069e0b2-8f0f-458f-b9be-38bc0be21842, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzdjOGVmZGUtYzRmZWY5MTUtOTkwNmM0NjctYzkwOTkxZWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 8069e0b2-8f0f-458f-b9be-38bc0be21842, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 63f8655a-7e68-497a-bef5-6a72a8439454, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 63f8655a-7e68-497a-bef5-6a72a8439454, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzdjOGVmZGUtYzRmZWY5MTUtOTkwNmM0NjctYzkwOTkxZWQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 63f8655a-7e68-497a-bef5-6a72a8439454, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a66017f2-43c8-40e1-9328-e447f10a4129, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a66017f2-43c8-40e1-9328-e447f10a4129, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a66017f2-43c8-40e1-9328-e447f10a4129, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTI2Y2VkYzktMWI1MGM3MWYtYjBhMDEzYjYtOWQ1MDYyYjE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 90dc6063-1e73-4fa7-a16f-4f9127135cc8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 90dc6063-1e73-4fa7-a16f-4f9127135cc8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTI2Y2VkYzktMWI1MGM3MWYtYjBhMDEzYjYtOWQ1MDYyYjE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 90dc6063-1e73-4fa7-a16f-4f9127135cc8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ed995641-97f8-482f-bb91-a85396c423f8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ed995641-97f8-482f-bb91-a85396c423f8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTI2Y2VkYzktMWI1MGM3MWYtYjBhMDEzYjYtOWQ1MDYyYjE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ed995641-97f8-482f-bb91-a85396c423f8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 88261b73-c90c-4e5c-968a-3560ba0b776b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 88261b73-c90c-4e5c-968a-3560ba0b776b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 88261b73-c90c-4e5c-968a-3560ba0b776b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzU0ZTJmZGYtNmRiZWQ0NDMtYTI0YjAyODYtYjQxY2Y0NjQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, cacb15a6-e352-493c-87ea-eea51b496e69, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, cacb15a6-e352-493c-87ea-eea51b496e69, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzU0ZTJmZGYtNmRiZWQ0NDMtYTI0YjAyODYtYjQxY2Y0NjQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, cacb15a6-e352-493c-87ea-eea51b496e69, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 31a857c6-eb06-427d-91f6-ba7e21037363, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 31a857c6-eb06-427d-91f6-ba7e21037363, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzU0ZTJmZGYtNmRiZWQ0NDMtYTI0YjAyODYtYjQxY2Y0NjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 31a857c6-eb06-427d-91f6-ba7e21037363, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c6a33424-10ff-4c71-874d-014c334133d9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c6a33424-10ff-4c71-874d-014c334133d9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c6a33424-10ff-4c71-874d-014c334133d9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTM0MTY1ODYtZmEyZmZhNDEtMjVjYjdlMjAtZjlkNGM5MzI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f177ea89-ff87-49b2-8116-8618efa3964e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f177ea89-ff87-49b2-8116-8618efa3964e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTM0MTY1ODYtZmEyZmZhNDEtMjVjYjdlMjAtZjlkNGM5MzI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f177ea89-ff87-49b2-8116-8618efa3964e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6c38b976-e003-4130-b98d-058061d3a317, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6c38b976-e003-4130-b98d-058061d3a317, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTM0MTY1ODYtZmEyZmZhNDEtMjVjYjdlMjAtZjlkNGM5MzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6c38b976-e003-4130-b98d-058061d3a317, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 7e121173-ece6-42d7-a8f5-08706bb4b2fb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 7e121173-ece6-42d7-a8f5-08706bb4b2fb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 7e121173-ece6-42d7-a8f5-08706bb4b2fb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTE5NWVhOGQtMjEwNmM4YTQtZmZjMzg4YmUtZTdkZjQ2NGY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7244683c-9a1c-4d66-b332-144c4a8065c5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7244683c-9a1c-4d66-b332-144c4a8065c5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTE5NWVhOGQtMjEwNmM4YTQtZmZjMzg4YmUtZTdkZjQ2NGY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7244683c-9a1c-4d66-b332-144c4a8065c5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0d3159da-f4bd-42a1-9b4a-fa7a2bd0fd46, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0d3159da-f4bd-42a1-9b4a-fa7a2bd0fd46, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTE5NWVhOGQtMjEwNmM4YTQtZmZjMzg4YmUtZTdkZjQ2NGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0d3159da-f4bd-42a1-9b4a-fa7a2bd0fd46, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 91f5936e-7ef7-4d02-9805-a1668568b15d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 91f5936e-7ef7-4d02-9805-a1668568b15d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 91f5936e-7ef7-4d02-9805-a1668568b15d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDQ5ODhhNDEtYjNjNTU4OTEtMTRhNmQ5ZGEtNGZhZTQyZGI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, cad30f74-0685-4213-b4eb-4321b8cff6c1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, cad30f74-0685-4213-b4eb-4321b8cff6c1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5ODhhNDEtYjNjNTU4OTEtMTRhNmQ5ZGEtNGZhZTQyZGI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, cad30f74-0685-4213-b4eb-4321b8cff6c1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b0dfe3e4-5d9f-4029-8101-7309b08a4890, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b0dfe3e4-5d9f-4029-8101-7309b08a4890, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5ODhhNDEtYjNjNTU4OTEtMTRhNmQ5ZGEtNGZhZTQyZGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b0dfe3e4-5d9f-4029-8101-7309b08a4890, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 7cee89cf-35e8-4d8e-a6a1-b64bc9c77dd2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 7cee89cf-35e8-4d8e-a6a1-b64bc9c77dd2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 7cee89cf-35e8-4d8e-a6a1-b64bc9c77dd2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2Q3Y2JiZjAtNWVkNjM1OGYtNTkzNWI4ZTQtZTY3ZjdkMzc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 24af0d0c-bc8b-447c-8079-5918ae673e31, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 24af0d0c-bc8b-447c-8079-5918ae673e31, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2Q3Y2JiZjAtNWVkNjM1OGYtNTkzNWI4ZTQtZTY3ZjdkMzc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 24af0d0c-bc8b-447c-8079-5918ae673e31, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b58878a1-43e4-46ae-b10e-7cb237eac2aa, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b58878a1-43e4-46ae-b10e-7cb237eac2aa, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2Q3Y2JiZjAtNWVkNjM1OGYtNTkzNWI4ZTQtZTY3ZjdkMzc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b58878a1-43e4-46ae-b10e-7cb237eac2aa, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 99f54598-51b7-4d1a-ba84-ee04c7089f82, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 99f54598-51b7-4d1a-ba84-ee04c7089f82, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 99f54598-51b7-4d1a-ba84-ee04c7089f82, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzBjNGViZTEtZjQ0NDY1OC1lNTg0ZDE5Mi00ZTJjMTNkZQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 10927479-5c3e-48a2-a5fd-27d3ff7bb284, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 10927479-5c3e-48a2-a5fd-27d3ff7bb284, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzBjNGViZTEtZjQ0NDY1OC1lNTg0ZDE5Mi00ZTJjMTNkZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 10927479-5c3e-48a2-a5fd-27d3ff7bb284, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, eab37814-0b04-4edc-bf59-af58f25a439d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, eab37814-0b04-4edc-bf59-af58f25a439d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzBjNGViZTEtZjQ0NDY1OC1lNTg0ZDE5Mi00ZTJjMTNkZQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, eab37814-0b04-4edc-bf59-af58f25a439d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 75eb7e67-aece-4f15-977a-1fb3fdfc72fd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 75eb7e67-aece-4f15-977a-1fb3fdfc72fd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 75eb7e67-aece-4f15-977a-1fb3fdfc72fd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmVhYmEyZTUtNjgyNDNmZmYtYWJlNjliYjYtNWE2ZWU1MTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 330fbb73-4020-4d25-9a72-b8ab30f422b1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 330fbb73-4020-4d25-9a72-b8ab30f422b1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmVhYmEyZTUtNjgyNDNmZmYtYWJlNjliYjYtNWE2ZWU1MTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 330fbb73-4020-4d25-9a72-b8ab30f422b1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 39271c66-89e1-4f66-afbe-c4190f809023, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 39271c66-89e1-4f66-afbe-c4190f809023, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmVhYmEyZTUtNjgyNDNmZmYtYWJlNjliYjYtNWE2ZWU1MTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 39271c66-89e1-4f66-afbe-c4190f809023, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 24d3f1c9-861d-47f5-b110-34124a9f82a4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 24d3f1c9-861d-47f5-b110-34124a9f82a4, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 24d3f1c9-861d-47f5-b110-34124a9f82a4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWYwNzkzZGYtYzY3ODkzMzItYTg0NzA1NC01ZDUzOGU3ZQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a502f4f4-74b0-490e-99bc-75d32e4a7378, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a502f4f4-74b0-490e-99bc-75d32e4a7378, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWYwNzkzZGYtYzY3ODkzMzItYTg0NzA1NC01ZDUzOGU3ZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a502f4f4-74b0-490e-99bc-75d32e4a7378, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 846c75bc-efa3-4a53-aa5a-2e1973b126b9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 846c75bc-efa3-4a53-aa5a-2e1973b126b9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWYwNzkzZGYtYzY3ODkzMzItYTg0NzA1NC01ZDUzOGU3ZQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 846c75bc-efa3-4a53-aa5a-2e1973b126b9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 55acee72-215b-4311-a9ad-e421957030e1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 55acee72-215b-4311-a9ad-e421957030e1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 55acee72-215b-4311-a9ad-e421957030e1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzMwNWFjZWYtODY1OGI1YmItMmFiODNmNzUtZThiOTkyNjE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7bb7cfd9-4968-4696-9278-adf444bbdc3b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7bb7cfd9-4968-4696-9278-adf444bbdc3b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzMwNWFjZWYtODY1OGI1YmItMmFiODNmNzUtZThiOTkyNjE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7bb7cfd9-4968-4696-9278-adf444bbdc3b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a5d9c50f-2bee-4b78-b693-020a1b4f22ab, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a5d9c50f-2bee-4b78-b693-020a1b4f22ab, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzMwNWFjZWYtODY1OGI1YmItMmFiODNmNzUtZThiOTkyNjE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a5d9c50f-2bee-4b78-b693-020a1b4f22ab, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b243a915-b736-4f2a-8288-941963983af9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b243a915-b736-4f2a-8288-941963983af9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b243a915-b736-4f2a-8288-941963983af9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTFmYWQzNjYtYmUwNGQwOTUtNjFlMDU3MTItOGE4ZDAzYWY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 202b9529-c6cd-4e07-9a6e-7c566f790950, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 202b9529-c6cd-4e07-9a6e-7c566f790950, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTFmYWQzNjYtYmUwNGQwOTUtNjFlMDU3MTItOGE4ZDAzYWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 202b9529-c6cd-4e07-9a6e-7c566f790950, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e8a1625f-95eb-4a3e-b1c2-779ad512b190, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e8a1625f-95eb-4a3e-b1c2-779ad512b190, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTFmYWQzNjYtYmUwNGQwOTUtNjFlMDU3MTItOGE4ZDAzYWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e8a1625f-95eb-4a3e-b1c2-779ad512b190, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9ca3ee36-87b2-47e5-b643-39d14923cd93, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9ca3ee36-87b2-47e5-b643-39d14923cd93, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9ca3ee36-87b2-47e5-b643-39d14923cd93, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2UwMWIzYTUtMzZhZTU3YTktZTg0MzI2OTEtOWI2NGVhZTc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 500f3349-1005-400c-bfe0-0bcff5550e03, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 500f3349-1005-400c-bfe0-0bcff5550e03, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2UwMWIzYTUtMzZhZTU3YTktZTg0MzI2OTEtOWI2NGVhZTc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 500f3349-1005-400c-bfe0-0bcff5550e03, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 488923de-bfe1-498b-a0a4-eca621722869, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 488923de-bfe1-498b-a0a4-eca621722869, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2UwMWIzYTUtMzZhZTU3YTktZTg0MzI2OTEtOWI2NGVhZTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 488923de-bfe1-498b-a0a4-eca621722869, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4984b433-efaa-49cb-99c8-9efdbd44a574, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4984b433-efaa-49cb-99c8-9efdbd44a574, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4984b433-efaa-49cb-99c8-9efdbd44a574, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjkwMTBmYzktNDg2Y2VhYmEtZTNiZTU4YWItYmE0ZGQ2MzY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2df63748-5c4a-4b6b-955a-e42242e13292, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2df63748-5c4a-4b6b-955a-e42242e13292, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjkwMTBmYzktNDg2Y2VhYmEtZTNiZTU4YWItYmE0ZGQ2MzY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2df63748-5c4a-4b6b-955a-e42242e13292, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 70184a3e-2922-49d6-8169-b9cb282c792d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 70184a3e-2922-49d6-8169-b9cb282c792d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjkwMTBmYzktNDg2Y2VhYmEtZTNiZTU4YWItYmE0ZGQ2MzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 70184a3e-2922-49d6-8169-b9cb282c792d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 84c0efd7-7503-4fac-b07f-ba33f9eab6d3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 84c0efd7-7503-4fac-b07f-ba33f9eab6d3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 84c0efd7-7503-4fac-b07f-ba33f9eab6d3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2MxZTMwYi1jMTkzNWU0MS0yMWRiMjZlNi05OGRkZjAxMA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 92362759-e98c-4753-9472-8c075c6b90a2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 92362759-e98c-4753-9472-8c075c6b90a2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2MxZTMwYi1jMTkzNWU0MS0yMWRiMjZlNi05OGRkZjAxMA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 92362759-e98c-4753-9472-8c075c6b90a2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0e06070e-9eca-4a69-af5c-9535894bcd58, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0e06070e-9eca-4a69-af5c-9535894bcd58, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2MxZTMwYi1jMTkzNWU0MS0yMWRiMjZlNi05OGRkZjAxMA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0e06070e-9eca-4a69-af5c-9535894bcd58, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 88b2606d-5d7b-409d-992b-cd2dd2f5c9e3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 88b2606d-5d7b-409d-992b-cd2dd2f5c9e3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 88b2606d-5d7b-409d-992b-cd2dd2f5c9e3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDk2OWQwNDYtZmI4OGVjYTItMTUzZGQwMS0xYjc5MjhkMQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, aa4ea16d-9b5f-4c76-9329-b2336a50e38b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, aa4ea16d-9b5f-4c76-9329-b2336a50e38b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDk2OWQwNDYtZmI4OGVjYTItMTUzZGQwMS0xYjc5MjhkMQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, aa4ea16d-9b5f-4c76-9329-b2336a50e38b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 767c9a76-157c-4589-9ed0-a933f12e5183, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 767c9a76-157c-4589-9ed0-a933f12e5183, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDk2OWQwNDYtZmI4OGVjYTItMTUzZGQwMS0xYjc5MjhkMQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 767c9a76-157c-4589-9ed0-a933f12e5183, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 5460df0d-d7c8-4fc9-a12a-0d0cc91d38a4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 5460df0d-d7c8-4fc9-a12a-0d0cc91d38a4, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 5460df0d-d7c8-4fc9-a12a-0d0cc91d38a4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzVhMmRkNTAtYzY1NTQzNDMtYThjOTVmMmItMTg3YmIxYjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d80b977a-dc62-4c15-afa2-7839f0119f57, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d80b977a-dc62-4c15-afa2-7839f0119f57, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzVhMmRkNTAtYzY1NTQzNDMtYThjOTVmMmItMTg3YmIxYjM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d80b977a-dc62-4c15-afa2-7839f0119f57, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 714d70d4-1fdd-4a29-9997-c2c7164b6069, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 714d70d4-1fdd-4a29-9997-c2c7164b6069, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzVhMmRkNTAtYzY1NTQzNDMtYThjOTVmMmItMTg3YmIxYjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 714d70d4-1fdd-4a29-9997-c2c7164b6069, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2f2bedcf-aae6-48cc-941b-d68291d03ddf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2f2bedcf-aae6-48cc-941b-d68291d03ddf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2f2bedcf-aae6-48cc-941b-d68291d03ddf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTFmZGE1MGUtMTJkY2EwMjUtYzFhMGU4ZWEtNzc3MDcwYQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 02d8c3e1-e83f-4dc8-b114-4aa1111de730, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 02d8c3e1-e83f-4dc8-b114-4aa1111de730, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTFmZGE1MGUtMTJkY2EwMjUtYzFhMGU4ZWEtNzc3MDcwYQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 02d8c3e1-e83f-4dc8-b114-4aa1111de730, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 55b9a9d5-66c3-40dc-80bb-3a6501c60a9d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 55b9a9d5-66c3-40dc-80bb-3a6501c60a9d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTFmZGE1MGUtMTJkY2EwMjUtYzFhMGU4ZWEtNzc3MDcwYQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 55b9a9d5-66c3-40dc-80bb-3a6501c60a9d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 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:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 0647d835-6d9c-460c-9750-384f84a8e6ff, localhost:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 0647d835-6d9c-460c-9750-384f84a8e6ff, localhost:1345): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 0647d835-6d9c-460c-9750-384f84a8e6ff, localhost:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4q22hfe2g4.auto.internal" port: 1345 service: "nbs" 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:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-4q22hfe2g4.auto.internal:1345, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:1345
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ede8944a-6848-44d8-98a0-ff32c23fea4b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ede8944a-6848-44d8-98a0-ff32c23fea4b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ede8944a-6848-44d8-98a0-ff32c23fea4b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Y2E5MTE2M2ItNDAzZTRkNTYtMTY4ZWJmMS1kNDRkMWU4OQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9b13c0b4-f652-4f9a-b365-d70bb6d491a2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9b13c0b4-f652-4f9a-b365-d70bb6d491a2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2E5MTE2M2ItNDAzZTRkNTYtMTY4ZWJmMS1kNDRkMWU4OQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9b13c0b4-f652-4f9a-b365-d70bb6d491a2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 9f3b71f5-7b74-42c5-94e4-ffd64ae7d142, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 9f3b71f5-7b74-42c5-94e4-ffd64ae7d142, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Y2E5MTE2M2ItNDAzZTRkNTYtMTY4ZWJmMS1kNDRkMWU4OQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 9f3b71f5-7b74-42c5-94e4-ffd64ae7d142, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e7c7d8e3-4962-4ac0-a1e6-77a13a226d26, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e7c7d8e3-4962-4ac0-a1e6-77a13a226d26, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e7c7d8e3-4962-4ac0-a1e6-77a13a226d26, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2IxOTI0N2YtZjk4ZjdiYjYtZDU4M2FmYTMtODY2NzlkY2Q=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7da1f022-328c-4dc5-bdd3-8ac42e8cc64f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7da1f022-328c-4dc5-bdd3-8ac42e8cc64f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2IxOTI0N2YtZjk4ZjdiYjYtZDU4M2FmYTMtODY2NzlkY2Q=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7da1f022-328c-4dc5-bdd3-8ac42e8cc64f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3a054c51-c894-4644-b63c-2813526aa9e4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3a054c51-c894-4644-b63c-2813526aa9e4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2IxOTI0N2YtZjk4ZjdiYjYtZDU4M2FmYTMtODY2NzlkY2Q=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3a054c51-c894-4644-b63c-2813526aa9e4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b511d213-676f-4492-b7eb-f778f4decba7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b511d213-676f-4492-b7eb-f778f4decba7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b511d213-676f-4492-b7eb-f778f4decba7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2ZiZjA3MjEtZWM2NDk0OTYtZTFlYjZiZjMtYTY4MmNmZmE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 6c8c1508-aa84-408a-bb60-d41ffcdd8884, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 6c8c1508-aa84-408a-bb60-d41ffcdd8884, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2ZiZjA3MjEtZWM2NDk0OTYtZTFlYjZiZjMtYTY4MmNmZmE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 6c8c1508-aa84-408a-bb60-d41ffcdd8884, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 52f4af59-e5fb-4b37-914d-8c357698059f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 52f4af59-e5fb-4b37-914d-8c357698059f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2ZiZjA3MjEtZWM2NDk0OTYtZTFlYjZiZjMtYTY4MmNmZmE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 52f4af59-e5fb-4b37-914d-8c357698059f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f4085e9b-676a-48b9-8cb9-71de8e8ba88b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f4085e9b-676a-48b9-8cb9-71de8e8ba88b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f4085e9b-676a-48b9-8cb9-71de8e8ba88b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTBkOTVkMTEtYTMzNjkwZmMtMjliOWQyMzktZmE0OGFjNGU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2fa5fe4e-c01e-428b-825d-e708afa25824, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2fa5fe4e-c01e-428b-825d-e708afa25824, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTBkOTVkMTEtYTMzNjkwZmMtMjliOWQyMzktZmE0OGFjNGU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2fa5fe4e-c01e-428b-825d-e708afa25824, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6903676b-7ab9-4912-b02b-651da67bad7a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6903676b-7ab9-4912-b02b-651da67bad7a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTBkOTVkMTEtYTMzNjkwZmMtMjliOWQyMzktZmE0OGFjNGU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6903676b-7ab9-4912-b02b-651da67bad7a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b12cce48-8c55-4d3a-8fce-50bc921815f1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b12cce48-8c55-4d3a-8fce-50bc921815f1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b12cce48-8c55-4d3a-8fce-50bc921815f1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2Y0NjVhNmUtMjMzMmY4YjItOGJjNGEzZTUtOWE4ZmMxMDI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 47b53375-f2fe-4591-95de-8d9af2728723, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 47b53375-f2fe-4591-95de-8d9af2728723, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2Y0NjVhNmUtMjMzMmY4YjItOGJjNGEzZTUtOWE4ZmMxMDI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 47b53375-f2fe-4591-95de-8d9af2728723, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0fb3c2d5-38dd-44f1-92c6-21ca1edff79f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0fb3c2d5-38dd-44f1-92c6-21ca1edff79f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2Y0NjVhNmUtMjMzMmY4YjItOGJjNGEzZTUtOWE4ZmMxMDI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0fb3c2d5-38dd-44f1-92c6-21ca1edff79f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a10d8ca5-2a26-4b9e-8920-87b9e6d9c727, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a10d8ca5-2a26-4b9e-8920-87b9e6d9c727, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a10d8ca5-2a26-4b9e-8920-87b9e6d9c727, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTZhZjk4OTAtMzA2YzM3NjAtNjVhZjI4NGQtYWI0NzQ3ODA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4a5d812d-65ae-457d-bd2a-03f0acb86769, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4a5d812d-65ae-457d-bd2a-03f0acb86769, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTZhZjk4OTAtMzA2YzM3NjAtNjVhZjI4NGQtYWI0NzQ3ODA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4a5d812d-65ae-457d-bd2a-03f0acb86769, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, eedfe660-dacc-4f7d-a5f9-671ac04e0f9e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, eedfe660-dacc-4f7d-a5f9-671ac04e0f9e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTZhZjk4OTAtMzA2YzM3NjAtNjVhZjI4NGQtYWI0NzQ3ODA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, eedfe660-dacc-4f7d-a5f9-671ac04e0f9e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, cf5d1c7e-d935-4ce7-bec6-620075da0ae8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, cf5d1c7e-d935-4ce7-bec6-620075da0ae8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, cf5d1c7e-d935-4ce7-bec6-620075da0ae8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDY5Njk5NTktMjgyYjliMzItZTI2YmY5ZmMtNjVhZjNmZQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 188725d7-40b1-4796-90ad-33cf4cd40547, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 188725d7-40b1-4796-90ad-33cf4cd40547, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDY5Njk5NTktMjgyYjliMzItZTI2YmY5ZmMtNjVhZjNmZQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 188725d7-40b1-4796-90ad-33cf4cd40547, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 2a8ec35d-8696-48ed-9d90-98b1036fc1d0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 2a8ec35d-8696-48ed-9d90-98b1036fc1d0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDY5Njk5NTktMjgyYjliMzItZTI2YmY5ZmMtNjVhZjNmZQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 2a8ec35d-8696-48ed-9d90-98b1036fc1d0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6a755e03-6df2-4ea3-868d-69f108ef99f8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6a755e03-6df2-4ea3-868d-69f108ef99f8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6a755e03-6df2-4ea3-868d-69f108ef99f8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmU2YjExMTUtYjVhNDIzMzMtZDc4MmUwYzQtZDE4NDM4OWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f0381623-17f0-4c10-9784-3584aa6fcaf0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f0381623-17f0-4c10-9784-3584aa6fcaf0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU2YjExMTUtYjVhNDIzMzMtZDc4MmUwYzQtZDE4NDM4OWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f0381623-17f0-4c10-9784-3584aa6fcaf0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 23210e50-f002-4c6f-9345-1bd228262aa3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 23210e50-f002-4c6f-9345-1bd228262aa3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU2YjExMTUtYjVhNDIzMzMtZDc4MmUwYzQtZDE4NDM4OWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 23210e50-f002-4c6f-9345-1bd228262aa3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, edac47a6-47c6-4cb2-acef-4faf34bfd274, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, edac47a6-47c6-4cb2-acef-4faf34bfd274, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, edac47a6-47c6-4cb2-acef-4faf34bfd274, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODBmZmU2ZjYtYjhjODkwMGMtNTgwY2E4YWMtY2MzZTk2YWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7027e71a-4119-431d-8217-f6426657a2bd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7027e71a-4119-431d-8217-f6426657a2bd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODBmZmU2ZjYtYjhjODkwMGMtNTgwY2E4YWMtY2MzZTk2YWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7027e71a-4119-431d-8217-f6426657a2bd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 35f230b8-5b9a-4fbc-9211-463075ef3d42, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 35f230b8-5b9a-4fbc-9211-463075ef3d42, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODBmZmU2ZjYtYjhjODkwMGMtNTgwY2E4YWMtY2MzZTk2YWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 35f230b8-5b9a-4fbc-9211-463075ef3d42, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 32da45fe-0b85-441e-b89e-b4223bac66e3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 32da45fe-0b85-441e-b89e-b4223bac66e3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 32da45fe-0b85-441e-b89e-b4223bac66e3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTk4YjIwMzItYzQ0ZDRmYTItOTUzNzMzZWEtZWZiZjBkZDU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9e0818c7-b913-4ef3-8cb3-53c30f3c0821, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9e0818c7-b913-4ef3-8cb3-53c30f3c0821, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTk4YjIwMzItYzQ0ZDRmYTItOTUzNzMzZWEtZWZiZjBkZDU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9e0818c7-b913-4ef3-8cb3-53c30f3c0821, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 038307b8-dde8-4cfa-90c8-f335931c3de1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 038307b8-dde8-4cfa-90c8-f335931c3de1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTk4YjIwMzItYzQ0ZDRmYTItOTUzNzMzZWEtZWZiZjBkZDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 038307b8-dde8-4cfa-90c8-f335931c3de1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c7d2e871-392d-46aa-9ec3-b7e0c7541c4b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c7d2e871-392d-46aa-9ec3-b7e0c7541c4b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c7d2e871-392d-46aa-9ec3-b7e0c7541c4b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjhlZDNhZDQtYWM3NzI1OTgtNTgyZGQ5ZmYtYWYyY2Q1YTI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ad959229-41e7-4c98-be82-78e76911bf11, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ad959229-41e7-4c98-be82-78e76911bf11, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjhlZDNhZDQtYWM3NzI1OTgtNTgyZGQ5ZmYtYWYyY2Q1YTI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ad959229-41e7-4c98-be82-78e76911bf11, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, f8e24478-7383-4095-b24b-bd7b4f6a0b1b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, f8e24478-7383-4095-b24b-bd7b4f6a0b1b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjhlZDNhZDQtYWM3NzI1OTgtNTgyZGQ5ZmYtYWYyY2Q1YTI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, f8e24478-7383-4095-b24b-bd7b4f6a0b1b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 5d5e6182-0330-44f2-a047-00262897e6ab, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 5d5e6182-0330-44f2-a047-00262897e6ab, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 5d5e6182-0330-44f2-a047-00262897e6ab, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWY3Y2M1ZWEtMzI0ZWIwN2YtZmRiZjA0YWMtYjQzYzIwMGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0f05c388-2d19-486a-96a7-91a96a25b1c0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0f05c388-2d19-486a-96a7-91a96a25b1c0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWY3Y2M1ZWEtMzI0ZWIwN2YtZmRiZjA0YWMtYjQzYzIwMGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0f05c388-2d19-486a-96a7-91a96a25b1c0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 19639a45-f898-4e38-88a9-c7c03c90e562, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 19639a45-f898-4e38-88a9-c7c03c90e562, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWY3Y2M1ZWEtMzI0ZWIwN2YtZmRiZjA0YWMtYjQzYzIwMGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 19639a45-f898-4e38-88a9-c7c03c90e562, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ae4815d3-7daa-4470-8fc8-6f62e9bbe035, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ae4815d3-7daa-4470-8fc8-6f62e9bbe035, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ae4815d3-7daa-4470-8fc8-6f62e9bbe035, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzNiMzJiMmYtZmUyNTg0MTQtODljN2I2YjMtZWUzYzYxZmM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ccd7da4d-a651-41f0-b6ba-5d4f555e7d7a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ccd7da4d-a651-41f0-b6ba-5d4f555e7d7a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzNiMzJiMmYtZmUyNTg0MTQtODljN2I2YjMtZWUzYzYxZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ccd7da4d-a651-41f0-b6ba-5d4f555e7d7a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 68263cdc-f801-4c11-a932-d2c4cbb9c77f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 68263cdc-f801-4c11-a932-d2c4cbb9c77f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzNiMzJiMmYtZmUyNTg0MTQtODljN2I2YjMtZWUzYzYxZmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 68263cdc-f801-4c11-a932-d2c4cbb9c77f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, fbe97503-1de4-4d76-a4a8-122a9748b6bf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, fbe97503-1de4-4d76-a4a8-122a9748b6bf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, fbe97503-1de4-4d76-a4a8-122a9748b6bf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDkyYjFhMzYtNTVkYmEyNjQtNWFkZDliNGYtOGFhMGUwYTg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 15248271-f0de-4c5f-8b95-936bde924c5a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 15248271-f0de-4c5f-8b95-936bde924c5a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDkyYjFhMzYtNTVkYmEyNjQtNWFkZDliNGYtOGFhMGUwYTg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 15248271-f0de-4c5f-8b95-936bde924c5a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0154f2a8-ba32-4ebd-85ae-ca2d57e2245e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0154f2a8-ba32-4ebd-85ae-ca2d57e2245e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDkyYjFhMzYtNTVkYmEyNjQtNWFkZDliNGYtOGFhMGUwYTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0154f2a8-ba32-4ebd-85ae-ca2d57e2245e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4661e67c-549c-46c7-b274-e93361176fee, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4661e67c-549c-46c7-b274-e93361176fee, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4661e67c-549c-46c7-b274-e93361176fee, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YWJkNjg3MWUtYTc0ZTU0N2ItOGFkNjlkMDEtOGUxNTdjMDk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9b2a5379-1393-4865-9314-c9199db5691f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9b2a5379-1393-4865-9314-c9199db5691f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWJkNjg3MWUtYTc0ZTU0N2ItOGFkNjlkMDEtOGUxNTdjMDk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9b2a5379-1393-4865-9314-c9199db5691f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6d258eff-f678-4ffe-b256-01f3be2a7103, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6d258eff-f678-4ffe-b256-01f3be2a7103, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YWJkNjg3MWUtYTc0ZTU0N2ItOGFkNjlkMDEtOGUxNTdjMDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6d258eff-f678-4ffe-b256-01f3be2a7103, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6dc0f593-b331-46a8-a3c0-d49cde6b804d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6dc0f593-b331-46a8-a3c0-d49cde6b804d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6dc0f593-b331-46a8-a3c0-d49cde6b804d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTdlNWQ0MjItYjI3NTcxNDctMjkxZmNlZmItN2ZjYzg5Zjg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 548ef025-6bc9-4cfd-a5c5-7c886f9a0b36, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 548ef025-6bc9-4cfd-a5c5-7c886f9a0b36, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTdlNWQ0MjItYjI3NTcxNDctMjkxZmNlZmItN2ZjYzg5Zjg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 548ef025-6bc9-4cfd-a5c5-7c886f9a0b36, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8c5712e4-d74c-442b-8fd3-5f817238f846, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8c5712e4-d74c-442b-8fd3-5f817238f846, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTdlNWQ0MjItYjI3NTcxNDctMjkxZmNlZmItN2ZjYzg5Zjg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8c5712e4-d74c-442b-8fd3-5f817238f846, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a7493481-7341-41b3-af87-e9e5a285e8e6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a7493481-7341-41b3-af87-e9e5a285e8e6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a7493481-7341-41b3-af87-e9e5a285e8e6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTZjNWM4ZjQtNDg2OTBjMTItODA3NDJhODAtNDFjZDg3MzE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 47f9e7a7-53d3-4d46-931f-1090d826f2c6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 47f9e7a7-53d3-4d46-931f-1090d826f2c6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTZjNWM4ZjQtNDg2OTBjMTItODA3NDJhODAtNDFjZDg3MzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 47f9e7a7-53d3-4d46-931f-1090d826f2c6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, cfd0c906-384b-42d4-8c37-019bbba29186, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, cfd0c906-384b-42d4-8c37-019bbba29186, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTZjNWM4ZjQtNDg2OTBjMTItODA3NDJhODAtNDFjZDg3MzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, cfd0c906-384b-42d4-8c37-019bbba29186, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d98adee9-1bf1-493a-ab13-ef17a0595613, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d98adee9-1bf1-493a-ab13-ef17a0595613, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d98adee9-1bf1-493a-ab13-ef17a0595613, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDI5ZGMzMjctZjc0MGQyMzQtNzIyODY1MzctYWFiYmI3ZGY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, bf71ad8e-8633-4ca1-85ed-4126a26f0b41, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, bf71ad8e-8633-4ca1-85ed-4126a26f0b41, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDI5ZGMzMjctZjc0MGQyMzQtNzIyODY1MzctYWFiYmI3ZGY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, bf71ad8e-8633-4ca1-85ed-4126a26f0b41, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d57e9acd-2dc7-4b11-991a-26927f039a89, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d57e9acd-2dc7-4b11-991a-26927f039a89, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDI5ZGMzMjctZjc0MGQyMzQtNzIyODY1MzctYWFiYmI3ZGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d57e9acd-2dc7-4b11-991a-26927f039a89, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8150be63-11fe-42a4-b214-4fde905775ad, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8150be63-11fe-42a4-b214-4fde905775ad, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8150be63-11fe-42a4-b214-4fde905775ad, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTZkZmY4YmMtMzY0ZGZiMTQtY2U2Yzg3NzktNDg4ZTZmOGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4e0467ac-94f6-472c-b958-97d63ee4f8f6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4e0467ac-94f6-472c-b958-97d63ee4f8f6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTZkZmY4YmMtMzY0ZGZiMTQtY2U2Yzg3NzktNDg4ZTZmOGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4e0467ac-94f6-472c-b958-97d63ee4f8f6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c9519cf0-79f8-47a3-a7be-125b4c34a5da, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c9519cf0-79f8-47a3-a7be-125b4c34a5da, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTZkZmY4YmMtMzY0ZGZiMTQtY2U2Yzg3NzktNDg4ZTZmOGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c9519cf0-79f8-47a3-a7be-125b4c34a5da, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d72d30d5-f973-4c2a-9b3c-63212773a89b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d72d30d5-f973-4c2a-9b3c-63212773a89b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d72d30d5-f973-4c2a-9b3c-63212773a89b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTljM2FmNS1jYTNiNzQyNS05M2Y2YTc0Yi0xMzQwNTI0Mg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, cd874fd6-5bed-403a-b247-e14dd86d848b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, cd874fd6-5bed-403a-b247-e14dd86d848b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTljM2FmNS1jYTNiNzQyNS05M2Y2YTc0Yi0xMzQwNTI0Mg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, cd874fd6-5bed-403a-b247-e14dd86d848b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c75a4ea0-668a-4125-965d-ff69503e3b87, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c75a4ea0-668a-4125-965d-ff69503e3b87, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTljM2FmNS1jYTNiNzQyNS05M2Y2YTc0Yi0xMzQwNTI0Mg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c75a4ea0-668a-4125-965d-ff69503e3b87, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 007337d6-0416-4495-b723-668c6bfd0640, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 007337d6-0416-4495-b723-668c6bfd0640, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 007337d6-0416-4495-b723-668c6bfd0640, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDdjMjQzODUtNGMwZjNmMjYtYzNkNjljZDMtZjMwODIxNTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 76461c62-33bb-4a13-af0b-ecb8fdfe62ab, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 76461c62-33bb-4a13-af0b-ecb8fdfe62ab, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDdjMjQzODUtNGMwZjNmMjYtYzNkNjljZDMtZjMwODIxNTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 76461c62-33bb-4a13-af0b-ecb8fdfe62ab, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, fb5f1b5d-8de4-402e-8c2a-0249b0b919b7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, fb5f1b5d-8de4-402e-8c2a-0249b0b919b7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDdjMjQzODUtNGMwZjNmMjYtYzNkNjljZDMtZjMwODIxNTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, fb5f1b5d-8de4-402e-8c2a-0249b0b919b7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1abbaf3e-4d01-43c3-bcb7-a0a927081892, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1abbaf3e-4d01-43c3-bcb7-a0a927081892, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1abbaf3e-4d01-43c3-bcb7-a0a927081892, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmY2NWVmZDgtYzE5YmM2OTYtZTU4ZThmZmYtY2QyMzE0NjA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 15433b4f-f0fb-405e-ac7e-5cebd3d51d08, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 15433b4f-f0fb-405e-ac7e-5cebd3d51d08, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmY2NWVmZDgtYzE5YmM2OTYtZTU4ZThmZmYtY2QyMzE0NjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 15433b4f-f0fb-405e-ac7e-5cebd3d51d08, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7ede26b4-240f-4cc2-89d9-100f3f78e90c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7ede26b4-240f-4cc2-89d9-100f3f78e90c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmY2NWVmZDgtYzE5YmM2OTYtZTU4ZThmZmYtY2QyMzE0NjA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7ede26b4-240f-4cc2-89d9-100f3f78e90c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9a6ebb25-4726-4400-a759-f101bc2d3a08, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9a6ebb25-4726-4400-a759-f101bc2d3a08, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9a6ebb25-4726-4400-a759-f101bc2d3a08, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGIyZGEyOC04NmYxOTRhZS0xY2IyMGYwYy00ODJiNzU2OA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 3232e9f8-e97c-4323-b07e-98e834e842c6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 3232e9f8-e97c-4323-b07e-98e834e842c6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGIyZGEyOC04NmYxOTRhZS0xY2IyMGYwYy00ODJiNzU2OA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 3232e9f8-e97c-4323-b07e-98e834e842c6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0b544c02-9902-4200-a9a8-8cb2bceae292, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0b544c02-9902-4200-a9a8-8cb2bceae292, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGIyZGEyOC04NmYxOTRhZS0xY2IyMGYwYy00ODJiNzU2OA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0b544c02-9902-4200-a9a8-8cb2bceae292, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8d1f4dbf-3817-4959-89cb-4f6c34e2fd3d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8d1f4dbf-3817-4959-89cb-4f6c34e2fd3d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8d1f4dbf-3817-4959-89cb-4f6c34e2fd3d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjJmYmY1ZjUtMTVkZmFlMmYtZDgxNDBmMzctYTI1MThjMjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, b806b4ec-f3ee-4ca0-979c-e3f0f2b8e5f2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, b806b4ec-f3ee-4ca0-979c-e3f0f2b8e5f2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjJmYmY1ZjUtMTVkZmFlMmYtZDgxNDBmMzctYTI1MThjMjM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, b806b4ec-f3ee-4ca0-979c-e3f0f2b8e5f2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 47607b9f-aae7-41e5-963f-2c76db9a2f95, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 47607b9f-aae7-41e5-963f-2c76db9a2f95, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjJmYmY1ZjUtMTVkZmFlMmYtZDgxNDBmMzctYTI1MThjMjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 47607b9f-aae7-41e5-963f-2c76db9a2f95, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c92a97df-504b-4a96-8de4-c7fccbf48dbd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c92a97df-504b-4a96-8de4-c7fccbf48dbd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c92a97df-504b-4a96-8de4-c7fccbf48dbd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODAyMWZmM2YtY2VjM2ZiOGYtYWJiM2RiNTgtY2VlMTc4NQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d8b85fc9-d564-499f-a40d-6e5b4940ccf6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d8b85fc9-d564-499f-a40d-6e5b4940ccf6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODAyMWZmM2YtY2VjM2ZiOGYtYWJiM2RiNTgtY2VlMTc4NQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d8b85fc9-d564-499f-a40d-6e5b4940ccf6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 852b3c16-d0c4-483f-aff3-96694b9bd1b7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 852b3c16-d0c4-483f-aff3-96694b9bd1b7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODAyMWZmM2YtY2VjM2ZiOGYtYWJiM2RiNTgtY2VlMTc4NQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 852b3c16-d0c4-483f-aff3-96694b9bd1b7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 17bda412-2d29-48e4-b282-d8b0ff956570, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 17bda412-2d29-48e4-b282-d8b0ff956570, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 17bda412-2d29-48e4-b282-d8b0ff956570, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzE4YzVhNWEtMjcyZjZlNGYtOTRjZjFiOGEtMjc1NTA0ZDY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 105f90e4-8d23-41e3-a221-eabddfe60b4a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 105f90e4-8d23-41e3-a221-eabddfe60b4a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzE4YzVhNWEtMjcyZjZlNGYtOTRjZjFiOGEtMjc1NTA0ZDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 105f90e4-8d23-41e3-a221-eabddfe60b4a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 84f1b597-1746-4515-b998-d1596607f72b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 84f1b597-1746-4515-b998-d1596607f72b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzE4YzVhNWEtMjcyZjZlNGYtOTRjZjFiOGEtMjc1NTA0ZDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 84f1b597-1746-4515-b998-d1596607f72b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9e44e031-fbc5-47d1-ae5e-ef0f21a71e9a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9e44e031-fbc5-47d1-ae5e-ef0f21a71e9a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9e44e031-fbc5-47d1-ae5e-ef0f21a71e9a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWU4MmYzZWMtZTEwYmVmODktNTJkNTFhMGEtM2M1ZDJmZGU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ef594da2-49c5-4c05-a4ca-62dd7a0cf49b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ef594da2-49c5-4c05-a4ca-62dd7a0cf49b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWU4MmYzZWMtZTEwYmVmODktNTJkNTFhMGEtM2M1ZDJmZGU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ef594da2-49c5-4c05-a4ca-62dd7a0cf49b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 4fa0f1dc-d89b-4efc-b1b4-9a47c9c79836, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 4fa0f1dc-d89b-4efc-b1b4-9a47c9c79836, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWU4MmYzZWMtZTEwYmVmODktNTJkNTFhMGEtM2M1ZDJmZGU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 4fa0f1dc-d89b-4efc-b1b4-9a47c9c79836, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 337e19e0-f564-42d7-b88e-279abc80b8d6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 337e19e0-f564-42d7-b88e-279abc80b8d6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 337e19e0-f564-42d7-b88e-279abc80b8d6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjRhMGJjZi04NGI5YTY3ZS0yZGJkMzdjZC1jMzM4MGQ0ZA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, bafb93c7-6df9-43bc-8b9a-7378c6994188, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, bafb93c7-6df9-43bc-8b9a-7378c6994188, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjRhMGJjZi04NGI5YTY3ZS0yZGJkMzdjZC1jMzM4MGQ0ZA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, bafb93c7-6df9-43bc-8b9a-7378c6994188, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7a1543bd-0fad-4006-bb37-e761b6f94f06, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7a1543bd-0fad-4006-bb37-e761b6f94f06, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjRhMGJjZi04NGI5YTY3ZS0yZGJkMzdjZC1jMzM4MGQ0ZA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7a1543bd-0fad-4006-bb37-e761b6f94f06, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b91a822a-1c65-4e98-9357-233bb6b7d091, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b91a822a-1c65-4e98-9357-233bb6b7d091, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b91a822a-1c65-4e98-9357-233bb6b7d091, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjc5ZGUxYzktMjNkMmQxNDYtMzg4NGFmMjAtNTg4MDdhYzU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5ae27d82-af8d-4b02-aa5c-b7901b928c7c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5ae27d82-af8d-4b02-aa5c-b7901b928c7c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Zjc5ZGUxYzktMjNkMmQxNDYtMzg4NGFmMjAtNTg4MDdhYzU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5ae27d82-af8d-4b02-aa5c-b7901b928c7c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 97b714e0-72df-4bd3-82b3-862fddd3d235, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 97b714e0-72df-4bd3-82b3-862fddd3d235, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Zjc5ZGUxYzktMjNkMmQxNDYtMzg4NGFmMjAtNTg4MDdhYzU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 97b714e0-72df-4bd3-82b3-862fddd3d235, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 11fa23fb-e985-4984-9ecb-9f3c5a1d290a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 11fa23fb-e985-4984-9ecb-9f3c5a1d290a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 11fa23fb-e985-4984-9ecb-9f3c5a1d290a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTI0MDBhYzAtMzFmMmVhNWYtMmUyMjU3NGItNTYyNWJhYTE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f912501b-c26b-43a1-8990-9a9cce8f6334, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f912501b-c26b-43a1-8990-9a9cce8f6334, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTI0MDBhYzAtMzFmMmVhNWYtMmUyMjU3NGItNTYyNWJhYTE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f912501b-c26b-43a1-8990-9a9cce8f6334, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 040dfe52-4cd0-48d6-931b-3938021b28cb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 040dfe52-4cd0-48d6-931b-3938021b28cb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTI0MDBhYzAtMzFmMmVhNWYtMmUyMjU3NGItNTYyNWJhYTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 040dfe52-4cd0-48d6-931b-3938021b28cb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ce1e84e4-8103-4686-a026-0c7f3941ea19, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ce1e84e4-8103-4686-a026-0c7f3941ea19, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ce1e84e4-8103-4686-a026-0c7f3941ea19, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWZkYjk0MzctNGUzZDExOWItZDM3MDc2ZTItYjA2ZTA2OWE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, aa2f4848-9e63-4905-9138-38995f5a8288, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, aa2f4848-9e63-4905-9138-38995f5a8288, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWZkYjk0MzctNGUzZDExOWItZDM3MDc2ZTItYjA2ZTA2OWE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, aa2f4848-9e63-4905-9138-38995f5a8288, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 94dc1101-87da-4b3f-9ed1-3c7b54e17dd2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 94dc1101-87da-4b3f-9ed1-3c7b54e17dd2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWZkYjk0MzctNGUzZDExOWItZDM3MDc2ZTItYjA2ZTA2OWE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 94dc1101-87da-4b3f-9ed1-3c7b54e17dd2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 72c1927e-6a27-49f2-81bf-860f21377f5e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 72c1927e-6a27-49f2-81bf-860f21377f5e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 72c1927e-6a27-49f2-81bf-860f21377f5e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmIzMTJjM2UtZGYxNjdlMDAtOWI1NTIzZjctOTVjZjU0OGI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 751e82f3-dbdd-47f1-b33e-e6a5bbfdfc6e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 751e82f3-dbdd-47f1-b33e-e6a5bbfdfc6e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmIzMTJjM2UtZGYxNjdlMDAtOWI1NTIzZjctOTVjZjU0OGI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 751e82f3-dbdd-47f1-b33e-e6a5bbfdfc6e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 345f4b1a-ab2b-4308-aa94-949d1847fc49, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 345f4b1a-ab2b-4308-aa94-949d1847fc49, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmIzMTJjM2UtZGYxNjdlMDAtOWI1NTIzZjctOTVjZjU0OGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 345f4b1a-ab2b-4308-aa94-949d1847fc49, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 835b4006-c2ba-4042-abee-e666f7e818fe, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 835b4006-c2ba-4042-abee-e666f7e818fe, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 835b4006-c2ba-4042-abee-e666f7e818fe, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2ZlM2I2NDItNDY4ZjYzZTQtODk4NmEwMGItMTNlYmJlOWM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 99ffbe6b-2c62-4bbe-9204-4fc18456159f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 99ffbe6b-2c62-4bbe-9204-4fc18456159f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2ZlM2I2NDItNDY4ZjYzZTQtODk4NmEwMGItMTNlYmJlOWM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 99ffbe6b-2c62-4bbe-9204-4fc18456159f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6f176ca8-814b-4ed8-a8d1-90380a0e186a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6f176ca8-814b-4ed8-a8d1-90380a0e186a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2ZlM2I2NDItNDY4ZjYzZTQtODk4NmEwMGItMTNlYmJlOWM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6f176ca8-814b-4ed8-a8d1-90380a0e186a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b12b136c-3642-43ff-853b-2fbb6133776e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b12b136c-3642-43ff-853b-2fbb6133776e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b12b136c-3642-43ff-853b-2fbb6133776e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTNhZTBlNTktNjZkYmYwYmYtYWEyMTU3OGEtMjRkNmVhZGQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 99878ed4-3acb-4227-9f71-edbf2b377e99, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 99878ed4-3acb-4227-9f71-edbf2b377e99, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTNhZTBlNTktNjZkYmYwYmYtYWEyMTU3OGEtMjRkNmVhZGQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 99878ed4-3acb-4227-9f71-edbf2b377e99, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d5813f2e-fcc6-4e29-89cb-e715d350ecb9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d5813f2e-fcc6-4e29-89cb-e715d350ecb9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTNhZTBlNTktNjZkYmYwYmYtYWEyMTU3OGEtMjRkNmVhZGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d5813f2e-fcc6-4e29-89cb-e715d350ecb9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, dd87aac4-46dc-4b64-adf5-ba3515c9c461, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, dd87aac4-46dc-4b64-adf5-ba3515c9c461, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, dd87aac4-46dc-4b64-adf5-ba3515c9c461, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTc1Y2ZmNDQtNDA0NWZmYmUtYTgyYzljNTktYzM1ZDMxZWE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 34439d77-c898-4ae1-8afa-28f9050ec6d6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 34439d77-c898-4ae1-8afa-28f9050ec6d6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTc1Y2ZmNDQtNDA0NWZmYmUtYTgyYzljNTktYzM1ZDMxZWE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 34439d77-c898-4ae1-8afa-28f9050ec6d6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 25d1ee73-5968-453e-96dd-effc53e6cf26, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 25d1ee73-5968-453e-96dd-effc53e6cf26, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTc1Y2ZmNDQtNDA0NWZmYmUtYTgyYzljNTktYzM1ZDMxZWE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 25d1ee73-5968-453e-96dd-effc53e6cf26, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 98a46d6c-a599-4400-9fac-9d1ef0558321, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 98a46d6c-a599-4400-9fac-9d1ef0558321, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 98a46d6c-a599-4400-9fac-9d1ef0558321, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjY3ZGY0MmUtODk3ZThmNS1jY2ZlYjM2ZS00Njk0MTcyNQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f9703f41-f777-407c-b0eb-d2b1c90e4dc6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f9703f41-f777-407c-b0eb-d2b1c90e4dc6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjY3ZGY0MmUtODk3ZThmNS1jY2ZlYjM2ZS00Njk0MTcyNQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f9703f41-f777-407c-b0eb-d2b1c90e4dc6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 252d8604-2a12-4e02-a503-adf7fbf45b87, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 252d8604-2a12-4e02-a503-adf7fbf45b87, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjY3ZGY0MmUtODk3ZThmNS1jY2ZlYjM2ZS00Njk0MTcyNQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 252d8604-2a12-4e02-a503-adf7fbf45b87, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 034a3bc5-31e4-4957-9b44-b30b56293374, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 034a3bc5-31e4-4957-9b44-b30b56293374, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 034a3bc5-31e4-4957-9b44-b30b56293374, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmM1ZjQ0MDMtNTI4NzBmNGYtMjJhM2FiN2UtZGMzNzhjMDk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f0ffff30-4b70-4510-88e1-7a1d9753a535, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f0ffff30-4b70-4510-88e1-7a1d9753a535, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmM1ZjQ0MDMtNTI4NzBmNGYtMjJhM2FiN2UtZGMzNzhjMDk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f0ffff30-4b70-4510-88e1-7a1d9753a535, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 155bb0d9-b413-4ba3-9b95-e92a8987a460, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 155bb0d9-b413-4ba3-9b95-e92a8987a460, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmM1ZjQ0MDMtNTI4NzBmNGYtMjJhM2FiN2UtZGMzNzhjMDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 155bb0d9-b413-4ba3-9b95-e92a8987a460, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, bd400773-4101-414b-8173-16b3e9d7dab7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, bd400773-4101-414b-8173-16b3e9d7dab7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, bd400773-4101-414b-8173-16b3e9d7dab7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjY1OTcwYjItZmMxOWRhZjQtYjA2Mzg3ZWMtMzIwODNiZGE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4e98a540-3562-428a-9854-a0961e6dff78, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4e98a540-3562-428a-9854-a0961e6dff78, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjY1OTcwYjItZmMxOWRhZjQtYjA2Mzg3ZWMtMzIwODNiZGE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4e98a540-3562-428a-9854-a0961e6dff78, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b9de33fd-17b0-4870-9b19-be88d555e3ad, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b9de33fd-17b0-4870-9b19-be88d555e3ad, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjY1OTcwYjItZmMxOWRhZjQtYjA2Mzg3ZWMtMzIwODNiZGE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b9de33fd-17b0-4870-9b19-be88d555e3ad, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 393e4ba6-7561-45ca-b9c8-28d523836f1b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 393e4ba6-7561-45ca-b9c8-28d523836f1b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 393e4ba6-7561-45ca-b9c8-28d523836f1b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjYxNDIyNzUtMzc1NDZhNTQtZThjOGRjMTYtZTkxNmFiZmM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0b9b193e-3fd4-4c5a-9268-3af2d19d9f4d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0b9b193e-3fd4-4c5a-9268-3af2d19d9f4d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjYxNDIyNzUtMzc1NDZhNTQtZThjOGRjMTYtZTkxNmFiZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0b9b193e-3fd4-4c5a-9268-3af2d19d9f4d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6093a1c1-6f09-46ef-b4e7-365385b984e0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6093a1c1-6f09-46ef-b4e7-365385b984e0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjYxNDIyNzUtMzc1NDZhNTQtZThjOGRjMTYtZTkxNmFiZmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6093a1c1-6f09-46ef-b4e7-365385b984e0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 60d246cc-6314-47c1-9e66-29d890a3bf5f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 60d246cc-6314-47c1-9e66-29d890a3bf5f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 60d246cc-6314-47c1-9e66-29d890a3bf5f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjI1NmJiMDEtYmEyMmIwNzItYmQxZjI4MzgtNTI2Yjc2ZjY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5f6f103d-9f2a-4d1a-91e5-5b4d57667359, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5f6f103d-9f2a-4d1a-91e5-5b4d57667359, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjI1NmJiMDEtYmEyMmIwNzItYmQxZjI4MzgtNTI2Yjc2ZjY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5f6f103d-9f2a-4d1a-91e5-5b4d57667359, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 416c6cb3-97f8-4d40-bfc8-72e5813f62c3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 416c6cb3-97f8-4d40-bfc8-72e5813f62c3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjI1NmJiMDEtYmEyMmIwNzItYmQxZjI4MzgtNTI2Yjc2ZjY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 416c6cb3-97f8-4d40-bfc8-72e5813f62c3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 46061d5a-4ecc-412d-83e7-c5e10536bfb9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 46061d5a-4ecc-412d-83e7-c5e10536bfb9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 46061d5a-4ecc-412d-83e7-c5e10536bfb9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWE1NzI4ODUtNTI5MmZlY2MtNTAxMmZjNmQtZDA2YWNiMjU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, eca7466f-d692-4d92-b232-e686f3154577, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, eca7466f-d692-4d92-b232-e686f3154577, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWE1NzI4ODUtNTI5MmZlY2MtNTAxMmZjNmQtZDA2YWNiMjU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, eca7466f-d692-4d92-b232-e686f3154577, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 123c8670-4700-4260-a933-16e5f1aa4492, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 123c8670-4700-4260-a933-16e5f1aa4492, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWE1NzI4ODUtNTI5MmZlY2MtNTAxMmZjNmQtZDA2YWNiMjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 123c8670-4700-4260-a933-16e5f1aa4492, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2a2d188d-37a5-40f4-a669-ec04045d3fa5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2a2d188d-37a5-40f4-a669-ec04045d3fa5, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2a2d188d-37a5-40f4-a669-ec04045d3fa5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODdhODI3ODEtMjY1YTg2MDktZWE2ZGNjZWUtYjk2YjBkMDA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 035bb5f0-e87e-4814-8199-3444c007f89b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 035bb5f0-e87e-4814-8199-3444c007f89b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODdhODI3ODEtMjY1YTg2MDktZWE2ZGNjZWUtYjk2YjBkMDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 035bb5f0-e87e-4814-8199-3444c007f89b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, f8f4a3da-f929-452e-a841-a037cd7606b7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, f8f4a3da-f929-452e-a841-a037cd7606b7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODdhODI3ODEtMjY1YTg2MDktZWE2ZGNjZWUtYjk2YjBkMDA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, f8f4a3da-f929-452e-a841-a037cd7606b7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8fbe8e42-084e-424c-827e-46fc713153d8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8fbe8e42-084e-424c-827e-46fc713153d8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8fbe8e42-084e-424c-827e-46fc713153d8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Zjc3OTI2ZWEtMjQ5NTg4OTktOTg0NjRiZDgtM2I0ZmZhMw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 91e1d03b-c07a-42a9-a289-bbc04e1f4603, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 91e1d03b-c07a-42a9-a289-bbc04e1f4603, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3OTI2ZWEtMjQ5NTg4OTktOTg0NjRiZDgtM2I0ZmZhMw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 91e1d03b-c07a-42a9-a289-bbc04e1f4603, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 2d174a54-33be-4167-b427-147a5afa3a72, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 2d174a54-33be-4167-b427-147a5afa3a72, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Zjc3OTI2ZWEtMjQ5NTg4OTktOTg0NjRiZDgtM2I0ZmZhMw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 2d174a54-33be-4167-b427-147a5afa3a72, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e0fd67aa-56ef-4289-952a-a3385e3e46f7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e0fd67aa-56ef-4289-952a-a3385e3e46f7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e0fd67aa-56ef-4289-952a-a3385e3e46f7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTRlZmM2MmItZThkNWI0NTctYTAyZTgwN2MtMmM1MmVhMjc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2c273ded-13fc-4e7a-b772-048ba7dc1f39, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2c273ded-13fc-4e7a-b772-048ba7dc1f39, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTRlZmM2MmItZThkNWI0NTctYTAyZTgwN2MtMmM1MmVhMjc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2c273ded-13fc-4e7a-b772-048ba7dc1f39, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e037264f-966c-4dc2-9c72-d7b5dc8710c9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e037264f-966c-4dc2-9c72-d7b5dc8710c9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTRlZmM2MmItZThkNWI0NTctYTAyZTgwN2MtMmM1MmVhMjc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e037264f-966c-4dc2-9c72-d7b5dc8710c9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4f437c63-9331-4585-8d78-b2efffddc305, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4f437c63-9331-4585-8d78-b2efffddc305, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4f437c63-9331-4585-8d78-b2efffddc305, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzcwN2M0Y2ItNWMzNGVmNGYtZWNlZjhmNDQtZDQ4Mjk3MWQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 37db4b89-3c22-4b6b-b116-13e64dce1339, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 37db4b89-3c22-4b6b-b116-13e64dce1339, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzcwN2M0Y2ItNWMzNGVmNGYtZWNlZjhmNDQtZDQ4Mjk3MWQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 37db4b89-3c22-4b6b-b116-13e64dce1339, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 26c2bdd6-23d5-4708-ae40-ed61b8d29a6c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 26c2bdd6-23d5-4708-ae40-ed61b8d29a6c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzcwN2M0Y2ItNWMzNGVmNGYtZWNlZjhmNDQtZDQ4Mjk3MWQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 26c2bdd6-23d5-4708-ae40-ed61b8d29a6c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 46421ba1-0cd9-4079-9e0e-0a1e4f8c69dd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 46421ba1-0cd9-4079-9e0e-0a1e4f8c69dd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 46421ba1-0cd9-4079-9e0e-0a1e4f8c69dd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmViYzJlNWMtNGMwYTM0OWItMzA2NDA0NGEtMjAzYTk4YzU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a495a0a9-f393-42a2-b160-98c7ac7206cc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a495a0a9-f393-42a2-b160-98c7ac7206cc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmViYzJlNWMtNGMwYTM0OWItMzA2NDA0NGEtMjAzYTk4YzU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a495a0a9-f393-42a2-b160-98c7ac7206cc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0170c6d7-62ba-48c1-8d5b-54b67c253ab6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0170c6d7-62ba-48c1-8d5b-54b67c253ab6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmViYzJlNWMtNGMwYTM0OWItMzA2NDA0NGEtMjAzYTk4YzU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0170c6d7-62ba-48c1-8d5b-54b67c253ab6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 10f13a80-eb61-46dc-aa88-ef6d74eeb1ca, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 10f13a80-eb61-46dc-aa88-ef6d74eeb1ca, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 10f13a80-eb61-46dc-aa88-ef6d74eeb1ca, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODc2YzQ1YzAtNzk4YjYxY2QtNGQ3ODBhMzMtMmU0M2Y0NjQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4102df7b-839c-4726-b42a-6cc354169afb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4102df7b-839c-4726-b42a-6cc354169afb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODc2YzQ1YzAtNzk4YjYxY2QtNGQ3ODBhMzMtMmU0M2Y0NjQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4102df7b-839c-4726-b42a-6cc354169afb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6ce5efd2-63dc-475a-a1e2-77c09fe2457a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6ce5efd2-63dc-475a-a1e2-77c09fe2457a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODc2YzQ1YzAtNzk4YjYxY2QtNGQ3ODBhMzMtMmU0M2Y0NjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6ce5efd2-63dc-475a-a1e2-77c09fe2457a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 08965cf7-a03c-4a3d-90f5-299cb9509cba, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 08965cf7-a03c-4a3d-90f5-299cb9509cba, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 08965cf7-a03c-4a3d-90f5-299cb9509cba, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODljNjBkOWUtNjI2MjBjMjMtMjk3NzM0OC02MjcyZjFkNA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, b094895e-ee72-4d95-935b-e9eb3721a094, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, b094895e-ee72-4d95-935b-e9eb3721a094, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODljNjBkOWUtNjI2MjBjMjMtMjk3NzM0OC02MjcyZjFkNA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, b094895e-ee72-4d95-935b-e9eb3721a094, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3dc3224c-d756-415c-b51a-59f0227759bd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3dc3224c-d756-415c-b51a-59f0227759bd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODljNjBkOWUtNjI2MjBjMjMtMjk3NzM0OC02MjcyZjFkNA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3dc3224c-d756-415c-b51a-59f0227759bd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b8eb3f3b-f0ad-4af6-a524-c3c0cea2079a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b8eb3f3b-f0ad-4af6-a524-c3c0cea2079a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b8eb3f3b-f0ad-4af6-a524-c3c0cea2079a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGY2YTgzMmUtOGM1NjE1MDItZTQ3NjQ4NzQtNGE0ODVjZjU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 117d6877-2172-4d61-a6ee-153a77066f2e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 117d6877-2172-4d61-a6ee-153a77066f2e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGY2YTgzMmUtOGM1NjE1MDItZTQ3NjQ4NzQtNGE0ODVjZjU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 117d6877-2172-4d61-a6ee-153a77066f2e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7aaa3484-bde4-4e52-a65d-54f3b2c5c794, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7aaa3484-bde4-4e52-a65d-54f3b2c5c794, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGY2YTgzMmUtOGM1NjE1MDItZTQ3NjQ4NzQtNGE0ODVjZjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7aaa3484-bde4-4e52-a65d-54f3b2c5c794, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b7f6f6dc-cd46-473a-98b4-62f650ed0ed5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b7f6f6dc-cd46-473a-98b4-62f650ed0ed5, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b7f6f6dc-cd46-473a-98b4-62f650ed0ed5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MThhMmZiNDEtNzRmMmQxMmItMzY5YjlmMGQtODNiZmNiZmY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9210165d-9ea9-4e94-9f17-bf0bfb906b38, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9210165d-9ea9-4e94-9f17-bf0bfb906b38, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MThhMmZiNDEtNzRmMmQxMmItMzY5YjlmMGQtODNiZmNiZmY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9210165d-9ea9-4e94-9f17-bf0bfb906b38, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5e94921a-bd34-4bc3-8a0e-93fccafdbeb6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5e94921a-bd34-4bc3-8a0e-93fccafdbeb6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MThhMmZiNDEtNzRmMmQxMmItMzY5YjlmMGQtODNiZmNiZmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5e94921a-bd34-4bc3-8a0e-93fccafdbeb6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b2b8d908-fa35-4b6c-8202-d4c47161f01a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b2b8d908-fa35-4b6c-8202-d4c47161f01a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b2b8d908-fa35-4b6c-8202-d4c47161f01a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWJkNTYxMTItNzljYzkwOWItNzdiMzhjMGEtZGRmNzc0MDY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 712211e2-1661-444e-bfed-630003c42c90, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 712211e2-1661-444e-bfed-630003c42c90, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWJkNTYxMTItNzljYzkwOWItNzdiMzhjMGEtZGRmNzc0MDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 712211e2-1661-444e-bfed-630003c42c90, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 434c6531-87e5-4f81-9fb2-dc5019a0938e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 434c6531-87e5-4f81-9fb2-dc5019a0938e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWJkNTYxMTItNzljYzkwOWItNzdiMzhjMGEtZGRmNzc0MDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 434c6531-87e5-4f81-9fb2-dc5019a0938e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 5c3141ee-d63d-4e91-8b6c-e19ded0a234c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 5c3141ee-d63d-4e91-8b6c-e19ded0a234c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 5c3141ee-d63d-4e91-8b6c-e19ded0a234c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODc2MGE3MTYtMTFmMTBhYTgtYzBiNjQ3YWItZGYzN2Y1MzE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e3f06b40-0886-4c81-bff8-2dc10459784c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e3f06b40-0886-4c81-bff8-2dc10459784c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODc2MGE3MTYtMTFmMTBhYTgtYzBiNjQ3YWItZGYzN2Y1MzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e3f06b40-0886-4c81-bff8-2dc10459784c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, aa34932c-9101-4699-a2ca-045f2239edd4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, aa34932c-9101-4699-a2ca-045f2239edd4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODc2MGE3MTYtMTFmMTBhYTgtYzBiNjQ3YWItZGYzN2Y1MzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, aa34932c-9101-4699-a2ca-045f2239edd4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6dd57297-d637-45e6-896b-9ca4862d625f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6dd57297-d637-45e6-896b-9ca4862d625f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6dd57297-d637-45e6-896b-9ca4862d625f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzZiY2I1OTEtMWQ5ZmU1OWQtOThmZGZkOWEtZTVmOWQ4NzE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, bf2d115d-e896-4630-ac87-1b9e612ba065, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, bf2d115d-e896-4630-ac87-1b9e612ba065, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzZiY2I1OTEtMWQ5ZmU1OWQtOThmZGZkOWEtZTVmOWQ4NzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, bf2d115d-e896-4630-ac87-1b9e612ba065, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ebdc7dfc-9971-46d6-9238-f2f681427bd5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ebdc7dfc-9971-46d6-9238-f2f681427bd5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzZiY2I1OTEtMWQ5ZmU1OWQtOThmZGZkOWEtZTVmOWQ4NzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ebdc7dfc-9971-46d6-9238-f2f681427bd5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e7ddd000-15fc-46c1-b657-2c563c0d0cdf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e7ddd000-15fc-46c1-b657-2c563c0d0cdf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e7ddd000-15fc-46c1-b657-2c563c0d0cdf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWQ1ZjIxYWUtZTRiNTIwZGEtOTNlZTdmYWItMTU4ZjczNw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f4adb6b3-b12a-44f3-bafd-30257943256e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f4adb6b3-b12a-44f3-bafd-30257943256e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWQ1ZjIxYWUtZTRiNTIwZGEtOTNlZTdmYWItMTU4ZjczNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f4adb6b3-b12a-44f3-bafd-30257943256e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1742a1ab-7c60-4d18-b9d6-39ff05213bc3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1742a1ab-7c60-4d18-b9d6-39ff05213bc3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWQ1ZjIxYWUtZTRiNTIwZGEtOTNlZTdmYWItMTU4ZjczNw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1742a1ab-7c60-4d18-b9d6-39ff05213bc3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b316f2c5-cfcc-45a3-a39e-ba51ec378f58, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b316f2c5-cfcc-45a3-a39e-ba51ec378f58, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b316f2c5-cfcc-45a3-a39e-ba51ec378f58, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGQ5MzQ5YzMtMjA3YWNjODUtMTk3MTJlNWEtODUxYWI5ZGI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 00bc122a-384d-4fa0-ad6f-6fe18b27efe3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 00bc122a-384d-4fa0-ad6f-6fe18b27efe3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGQ5MzQ5YzMtMjA3YWNjODUtMTk3MTJlNWEtODUxYWI5ZGI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 00bc122a-384d-4fa0-ad6f-6fe18b27efe3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, f3558974-1dc2-408e-a39f-de1e3ec61d5b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, f3558974-1dc2-408e-a39f-de1e3ec61d5b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGQ5MzQ5YzMtMjA3YWNjODUtMTk3MTJlNWEtODUxYWI5ZGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, f3558974-1dc2-408e-a39f-de1e3ec61d5b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ac2014e2-fd21-490d-b0f7-987dbd2fb5c7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ac2014e2-fd21-490d-b0f7-987dbd2fb5c7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ac2014e2-fd21-490d-b0f7-987dbd2fb5c7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjRhMDNmZTUtNDNkNjgyZmYtMTUzNDU2ZWQtZGVhZGQwMGQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 320a81ef-c4bf-4b58-9f6e-d0cc876395a6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 320a81ef-c4bf-4b58-9f6e-d0cc876395a6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjRhMDNmZTUtNDNkNjgyZmYtMTUzNDU2ZWQtZGVhZGQwMGQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 320a81ef-c4bf-4b58-9f6e-d0cc876395a6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6ce036ab-1c75-49e9-948e-49708429a652, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6ce036ab-1c75-49e9-948e-49708429a652, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjRhMDNmZTUtNDNkNjgyZmYtMTUzNDU2ZWQtZGVhZGQwMGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6ce036ab-1c75-49e9-948e-49708429a652, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3b28765c-97e2-4598-93cb-eda0057d37e2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3b28765c-97e2-4598-93cb-eda0057d37e2, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3b28765c-97e2-4598-93cb-eda0057d37e2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjA3ZWI1YWUtNDQ5MjYwNzctZTU2MWViODYtNTBiOGVmNQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 45ca3069-c768-40ae-b183-687731bda989, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 45ca3069-c768-40ae-b183-687731bda989, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjA3ZWI1YWUtNDQ5MjYwNzctZTU2MWViODYtNTBiOGVmNQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 45ca3069-c768-40ae-b183-687731bda989, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6464ae7b-0800-407f-87e9-281df168db47, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6464ae7b-0800-407f-87e9-281df168db47, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjA3ZWI1YWUtNDQ5MjYwNzctZTU2MWViODYtNTBiOGVmNQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6464ae7b-0800-407f-87e9-281df168db47, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2c7b7be3-2603-4974-aaa5-227950aaf1f7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2c7b7be3-2603-4974-aaa5-227950aaf1f7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2c7b7be3-2603-4974-aaa5-227950aaf1f7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmM0YjhmM2ItYThmOTIwOTQtZGFhYTIzOTMtMWE1ODM1NzE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, da94588e-fbd7-4f34-9529-7543b9438e19, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, da94588e-fbd7-4f34-9529-7543b9438e19, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmM0YjhmM2ItYThmOTIwOTQtZGFhYTIzOTMtMWE1ODM1NzE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, da94588e-fbd7-4f34-9529-7543b9438e19, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 12e04874-6cb7-4ae6-8d71-f9df1bafe3e5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 12e04874-6cb7-4ae6-8d71-f9df1bafe3e5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmM0YjhmM2ItYThmOTIwOTQtZGFhYTIzOTMtMWE1ODM1NzE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 12e04874-6cb7-4ae6-8d71-f9df1bafe3e5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, de2abad6-0712-48c9-96ea-f7efa20ee80f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, de2abad6-0712-48c9-96ea-f7efa20ee80f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, de2abad6-0712-48c9-96ea-f7efa20ee80f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODdiNmEzYWItZGViNDE0YmQtYmI5MDFkY2YtZjlhMTc1Zjc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2ae29a98-9582-4126-988f-ef8d72a27a2f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2ae29a98-9582-4126-988f-ef8d72a27a2f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODdiNmEzYWItZGViNDE0YmQtYmI5MDFkY2YtZjlhMTc1Zjc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2ae29a98-9582-4126-988f-ef8d72a27a2f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, bda78819-256c-4de1-8410-ef14037ca4d4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, bda78819-256c-4de1-8410-ef14037ca4d4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODdiNmEzYWItZGViNDE0YmQtYmI5MDFkY2YtZjlhMTc1Zjc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, bda78819-256c-4de1-8410-ef14037ca4d4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 277730e8-6a15-4ba4-9c6b-32491e08626b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 277730e8-6a15-4ba4-9c6b-32491e08626b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 277730e8-6a15-4ba4-9c6b-32491e08626b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDQxZDhmZGItMmU5NjkwZi1jYTM3YWExYy1mNjBlOThiYw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7df849f9-1303-41dc-b347-9e0b7585048a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7df849f9-1303-41dc-b347-9e0b7585048a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDQxZDhmZGItMmU5NjkwZi1jYTM3YWExYy1mNjBlOThiYw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7df849f9-1303-41dc-b347-9e0b7585048a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3aa70956-6ed7-4d4f-9053-feab79887251, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3aa70956-6ed7-4d4f-9053-feab79887251, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDQxZDhmZGItMmU5NjkwZi1jYTM3YWExYy1mNjBlOThiYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3aa70956-6ed7-4d4f-9053-feab79887251, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9ac93f30-9474-454b-873a-8c84d94e8e5e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9ac93f30-9474-454b-873a-8c84d94e8e5e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9ac93f30-9474-454b-873a-8c84d94e8e5e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODJlOWRjZC04OTMxOTUxZS05YzYxYjE2LTRiMGE4MmNh" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a56a3d37-7dec-4bbc-adbd-bb32c8c3abb0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a56a3d37-7dec-4bbc-adbd-bb32c8c3abb0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODJlOWRjZC04OTMxOTUxZS05YzYxYjE2LTRiMGE4MmNh" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a56a3d37-7dec-4bbc-adbd-bb32c8c3abb0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ac4f4308-c38c-452f-b999-4aada6526450, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ac4f4308-c38c-452f-b999-4aada6526450, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODJlOWRjZC04OTMxOTUxZS05YzYxYjE2LTRiMGE4MmNh" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ac4f4308-c38c-452f-b999-4aada6526450, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8e9f98e2-2063-4157-ada4-c1e7eab3316d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8e9f98e2-2063-4157-ada4-c1e7eab3316d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8e9f98e2-2063-4157-ada4-c1e7eab3316d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTE4MDdkNWUtNGIzYzVlZTEtNTg1ZGJkNDYtYzUzNDZjOTg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2d816ee1-0588-41a0-918d-9936f6837e88, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2d816ee1-0588-41a0-918d-9936f6837e88, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTE4MDdkNWUtNGIzYzVlZTEtNTg1ZGJkNDYtYzUzNDZjOTg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2d816ee1-0588-41a0-918d-9936f6837e88, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, bbff6622-0664-4734-b126-930e97f55db6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, bbff6622-0664-4734-b126-930e97f55db6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTE4MDdkNWUtNGIzYzVlZTEtNTg1ZGJkNDYtYzUzNDZjOTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, bbff6622-0664-4734-b126-930e97f55db6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 89adfdd7-8130-49c2-8ff5-a8491d355681, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 89adfdd7-8130-49c2-8ff5-a8491d355681, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 89adfdd7-8130-49c2-8ff5-a8491d355681, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjA4NjQ1ZTEtODBlODA4YWItNjFlZjA5ZTEtZTFhMWVlNDk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ed26cc9a-6305-4904-bffd-661ff5b64df9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ed26cc9a-6305-4904-bffd-661ff5b64df9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjA4NjQ1ZTEtODBlODA4YWItNjFlZjA5ZTEtZTFhMWVlNDk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ed26cc9a-6305-4904-bffd-661ff5b64df9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b9308031-93dd-4759-aaf9-bcb6dfec9c83, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b9308031-93dd-4759-aaf9-bcb6dfec9c83, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjA4NjQ1ZTEtODBlODA4YWItNjFlZjA5ZTEtZTFhMWVlNDk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b9308031-93dd-4759-aaf9-bcb6dfec9c83, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b7c50308-9839-4c21-9d59-1f33bf418e39, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b7c50308-9839-4c21-9d59-1f33bf418e39, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b7c50308-9839-4c21-9d59-1f33bf418e39, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZGY0NzE4OTctNDE2YTVlYmMtYzEwNjdjZmUtNWMyYWFhMDA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 6590125b-f253-4d1b-b8ae-1aea8efaab58, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 6590125b-f253-4d1b-b8ae-1aea8efaab58, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGY0NzE4OTctNDE2YTVlYmMtYzEwNjdjZmUtNWMyYWFhMDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 6590125b-f253-4d1b-b8ae-1aea8efaab58, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1c017125-b5b7-4796-9e8f-2b802cb01204, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1c017125-b5b7-4796-9e8f-2b802cb01204, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZGY0NzE4OTctNDE2YTVlYmMtYzEwNjdjZmUtNWMyYWFhMDA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1c017125-b5b7-4796-9e8f-2b802cb01204, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 09a065ae-5024-4850-8047-f7e08f488f59, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 09a065ae-5024-4850-8047-f7e08f488f59, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 09a065ae-5024-4850-8047-f7e08f488f59, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmUyM2FmYzEtMjBiN2MyMDEtNzFiM2FkYjQtYmY0Y2VjNzc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a52afa57-604f-4ab5-98d2-32b9e2279a99, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a52afa57-604f-4ab5-98d2-32b9e2279a99, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmUyM2FmYzEtMjBiN2MyMDEtNzFiM2FkYjQtYmY0Y2VjNzc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a52afa57-604f-4ab5-98d2-32b9e2279a99, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 014d10b0-fdd0-487d-8da7-df8f84742353, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 014d10b0-fdd0-487d-8da7-df8f84742353, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmUyM2FmYzEtMjBiN2MyMDEtNzFiM2FkYjQtYmY0Y2VjNzc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 014d10b0-fdd0-487d-8da7-df8f84742353, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 43763bd8-fb90-488c-bc87-03105d13d245, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 43763bd8-fb90-488c-bc87-03105d13d245, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 43763bd8-fb90-488c-bc87-03105d13d245, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjFlNDNhNWQtZWJkOWNhMjMtYTJjZDE5NjUtYzY2MmNiZWE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9ce8deba-48c8-47aa-a575-3eff6035f006, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9ce8deba-48c8-47aa-a575-3eff6035f006, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjFlNDNhNWQtZWJkOWNhMjMtYTJjZDE5NjUtYzY2MmNiZWE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9ce8deba-48c8-47aa-a575-3eff6035f006, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a13074d8-b1ee-4c82-a7ab-e39b19166cc2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a13074d8-b1ee-4c82-a7ab-e39b19166cc2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjFlNDNhNWQtZWJkOWNhMjMtYTJjZDE5NjUtYzY2MmNiZWE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a13074d8-b1ee-4c82-a7ab-e39b19166cc2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 663fee13-c5ac-4d5c-85f2-4f7780b11a13, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 663fee13-c5ac-4d5c-85f2-4f7780b11a13, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 663fee13-c5ac-4d5c-85f2-4f7780b11a13, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzI0ZWYxOWEtMmI2ODRjMzUtYTUzMDU1YzUtZTE3MGYxNzQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 622f1f16-82fb-4526-a4ad-df415d6ecdf4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 622f1f16-82fb-4526-a4ad-df415d6ecdf4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzI0ZWYxOWEtMmI2ODRjMzUtYTUzMDU1YzUtZTE3MGYxNzQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 622f1f16-82fb-4526-a4ad-df415d6ecdf4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8b818dcf-b3fe-48e6-b965-bbddfd54213c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8b818dcf-b3fe-48e6-b965-bbddfd54213c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzI0ZWYxOWEtMmI2ODRjMzUtYTUzMDU1YzUtZTE3MGYxNzQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8b818dcf-b3fe-48e6-b965-bbddfd54213c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 18b0d845-21e9-454c-949a-bf18a14a621c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 18b0d845-21e9-454c-949a-bf18a14a621c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 18b0d845-21e9-454c-949a-bf18a14a621c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTI5ZWZjOGYtNDg2YmNkZGQtN2FlYmE3NDItZWJlMjhlYjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ff64e65b-50d2-4b2a-89fc-f185aa2f198b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ff64e65b-50d2-4b2a-89fc-f185aa2f198b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTI5ZWZjOGYtNDg2YmNkZGQtN2FlYmE3NDItZWJlMjhlYjM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ff64e65b-50d2-4b2a-89fc-f185aa2f198b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 17fcfd3d-b8bd-4b77-a5ab-5ba6c79a34cc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 17fcfd3d-b8bd-4b77-a5ab-5ba6c79a34cc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTI5ZWZjOGYtNDg2YmNkZGQtN2FlYmE3NDItZWJlMjhlYjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 17fcfd3d-b8bd-4b77-a5ab-5ba6c79a34cc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0bfafb56-510f-48c5-b523-387e35db50e9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0bfafb56-510f-48c5-b523-387e35db50e9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0bfafb56-510f-48c5-b523-387e35db50e9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=N2JjZjQ1MzAtMjdmNjJlODMtMjJiOWY0ZWItMTZkMTQ4MTg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a4e1bf8e-2ead-46f4-b9e0-ed2516d735a7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a4e1bf8e-2ead-46f4-b9e0-ed2516d735a7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2JjZjQ1MzAtMjdmNjJlODMtMjJiOWY0ZWItMTZkMTQ4MTg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a4e1bf8e-2ead-46f4-b9e0-ed2516d735a7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, dfedb6f4-d72f-473f-bc57-d45495f0ae05, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, dfedb6f4-d72f-473f-bc57-d45495f0ae05, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=N2JjZjQ1MzAtMjdmNjJlODMtMjJiOWY0ZWItMTZkMTQ4MTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, dfedb6f4-d72f-473f-bc57-d45495f0ae05, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 500ad651-6b8f-4ec2-ad61-be91fc0a1db0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 500ad651-6b8f-4ec2-ad61-be91fc0a1db0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 500ad651-6b8f-4ec2-ad61-be91fc0a1db0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWFhNzY1N2UtMTg1MmRjYWEtODE4NjQ3ODgtMjg1ZGI1NzY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 239c7c68-fc1d-4bbb-9464-8bc585e91230, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 239c7c68-fc1d-4bbb-9464-8bc585e91230, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWFhNzY1N2UtMTg1MmRjYWEtODE4NjQ3ODgtMjg1ZGI1NzY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 239c7c68-fc1d-4bbb-9464-8bc585e91230, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1884eae3-bd2d-452b-9661-28b993965ef0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1884eae3-bd2d-452b-9661-28b993965ef0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWFhNzY1N2UtMTg1MmRjYWEtODE4NjQ3ODgtMjg1ZGI1NzY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1884eae3-bd2d-452b-9661-28b993965ef0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f2adc606-a52f-4eaa-a0bc-49101a1a1413, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f2adc606-a52f-4eaa-a0bc-49101a1a1413, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f2adc606-a52f-4eaa-a0bc-49101a1a1413, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmQ4OGNiZmEtMjVhN2FhNTktOGEyNDliMzgtZWEyZWI4ZDE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, fe92fc7e-5220-4419-ae5a-986e94370486, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, fe92fc7e-5220-4419-ae5a-986e94370486, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmQ4OGNiZmEtMjVhN2FhNTktOGEyNDliMzgtZWEyZWI4ZDE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, fe92fc7e-5220-4419-ae5a-986e94370486, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, cdb9f747-609b-434f-91af-5667df6db7b3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, cdb9f747-609b-434f-91af-5667df6db7b3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmQ4OGNiZmEtMjVhN2FhNTktOGEyNDliMzgtZWEyZWI4ZDE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, cdb9f747-609b-434f-91af-5667df6db7b3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e71720b7-13a2-4dc7-a9c3-cf99432fe702, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e71720b7-13a2-4dc7-a9c3-cf99432fe702, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e71720b7-13a2-4dc7-a9c3-cf99432fe702, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjAxNjg0ZTAtMjhmOTBlOTctYjBjMmRhMzUtMWFkZjJiMTU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ad854793-4ea6-4342-90ab-f6bf85e9bd89, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ad854793-4ea6-4342-90ab-f6bf85e9bd89, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjAxNjg0ZTAtMjhmOTBlOTctYjBjMmRhMzUtMWFkZjJiMTU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ad854793-4ea6-4342-90ab-f6bf85e9bd89, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 73344e34-bede-4a7a-9a0d-be158d1a0b05, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 73344e34-bede-4a7a-9a0d-be158d1a0b05, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjAxNjg0ZTAtMjhmOTBlOTctYjBjMmRhMzUtMWFkZjJiMTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 73344e34-bede-4a7a-9a0d-be158d1a0b05, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e2f6239e-d1c1-4169-9580-08b57f589cab, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e2f6239e-d1c1-4169-9580-08b57f589cab, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e2f6239e-d1c1-4169-9580-08b57f589cab, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yjk1NmZiZWEtYWZlMmE5MjMtN2EwOGYxYzYtODUxNTc5MjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a46bc8b9-9e19-40e9-a576-9563e61c123e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a46bc8b9-9e19-40e9-a576-9563e61c123e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk1NmZiZWEtYWZlMmE5MjMtN2EwOGYxYzYtODUxNTc5MjM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a46bc8b9-9e19-40e9-a576-9563e61c123e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 4500837c-7952-4080-a24a-f0a30260a31a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 4500837c-7952-4080-a24a-f0a30260a31a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk1NmZiZWEtYWZlMmE5MjMtN2EwOGYxYzYtODUxNTc5MjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 4500837c-7952-4080-a24a-f0a30260a31a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8106191f-bc63-4146-8089-586654bf94ff, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8106191f-bc63-4146-8089-586654bf94ff, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8106191f-bc63-4146-8089-586654bf94ff, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWE3OWVlMWQtNDUyNWNjZWQtY2FjZDhkNjUtMzY2YzIwODM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 14f94a82-225e-4525-b257-6c9b9b8f1354, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 14f94a82-225e-4525-b257-6c9b9b8f1354, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWE3OWVlMWQtNDUyNWNjZWQtY2FjZDhkNjUtMzY2YzIwODM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 14f94a82-225e-4525-b257-6c9b9b8f1354, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d9dcd439-a55e-4753-b068-9d6a81bd52bf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d9dcd439-a55e-4753-b068-9d6a81bd52bf, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWE3OWVlMWQtNDUyNWNjZWQtY2FjZDhkNjUtMzY2YzIwODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d9dcd439-a55e-4753-b068-9d6a81bd52bf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, b26f0ca1-5ebd-40fe-9003-a69f4718ee00, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, b26f0ca1-5ebd-40fe-9003-a69f4718ee00, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, b26f0ca1-5ebd-40fe-9003-a69f4718ee00, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTJiMGFiODYtY2I3N2NhMmItYmFiOWM1YzMtZWU2M2YzMWY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ef07ea43-d7d3-4b6f-9d85-4aaba454e6b9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ef07ea43-d7d3-4b6f-9d85-4aaba454e6b9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTJiMGFiODYtY2I3N2NhMmItYmFiOWM1YzMtZWU2M2YzMWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ef07ea43-d7d3-4b6f-9d85-4aaba454e6b9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b8b1f0ec-07bc-438f-b9bd-93bc24d9ae86, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b8b1f0ec-07bc-438f-b9bd-93bc24d9ae86, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTJiMGFiODYtY2I3N2NhMmItYmFiOWM1YzMtZWU2M2YzMWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b8b1f0ec-07bc-438f-b9bd-93bc24d9ae86, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2db24ca9-b875-4801-8f36-c34532fa4b9e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2db24ca9-b875-4801-8f36-c34532fa4b9e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2db24ca9-b875-4801-8f36-c34532fa4b9e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTQ5NDYxZDktNDBkM2M4NjEtMjEwZmQzMzYtNDFjZGQyMDY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 8c35d598-73f3-4fbc-8d63-94791998a267, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 8c35d598-73f3-4fbc-8d63-94791998a267, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTQ5NDYxZDktNDBkM2M4NjEtMjEwZmQzMzYtNDFjZGQyMDY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 8c35d598-73f3-4fbc-8d63-94791998a267, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, af0a90b3-98cb-45bd-91de-2a3f27c8a9df, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, af0a90b3-98cb-45bd-91de-2a3f27c8a9df, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTQ5NDYxZDktNDBkM2M4NjEtMjEwZmQzMzYtNDFjZGQyMDY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, af0a90b3-98cb-45bd-91de-2a3f27c8a9df, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 30bebae1-8dcb-4343-97e7-ed87f97bfe7c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 30bebae1-8dcb-4343-97e7-ed87f97bfe7c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 30bebae1-8dcb-4343-97e7-ed87f97bfe7c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWRkYmMxNC1kY2MwYTNiZC03NjU2Y2NjYy04NDJhZmFkYg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 65e4aed3-037a-4ab6-ada1-14dabfb06439, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 65e4aed3-037a-4ab6-ada1-14dabfb06439, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWRkYmMxNC1kY2MwYTNiZC03NjU2Y2NjYy04NDJhZmFkYg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 65e4aed3-037a-4ab6-ada1-14dabfb06439, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5039a414-80d7-4aef-a2ef-5dc01a772676, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5039a414-80d7-4aef-a2ef-5dc01a772676, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWRkYmMxNC1kY2MwYTNiZC03NjU2Y2NjYy04NDJhZmFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5039a414-80d7-4aef-a2ef-5dc01a772676, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 24875287-050b-4e65-aff4-5a4576c2db43, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 24875287-050b-4e65-aff4-5a4576c2db43, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 24875287-050b-4e65-aff4-5a4576c2db43, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjczMTNiNjAtNDFlNjQ5NTUtOTEwMmQ5YzgtOTdkNmExOWU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 212aad0b-9ad9-4287-8350-a789550a459b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 212aad0b-9ad9-4287-8350-a789550a459b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjczMTNiNjAtNDFlNjQ5NTUtOTEwMmQ5YzgtOTdkNmExOWU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 212aad0b-9ad9-4287-8350-a789550a459b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 64be4ae5-c59f-4230-b3ed-690d6820283b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 64be4ae5-c59f-4230-b3ed-690d6820283b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjczMTNiNjAtNDFlNjQ5NTUtOTEwMmQ5YzgtOTdkNmExOWU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 64be4ae5-c59f-4230-b3ed-690d6820283b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d4c14dd6-755b-41bf-863a-8529e1b70448, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d4c14dd6-755b-41bf-863a-8529e1b70448, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d4c14dd6-755b-41bf-863a-8529e1b70448, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTk5ZTIxNC02YzI2OWY3Zi1iMjVkNDZiYi05ZmMwZmZjYQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2424015c-a3ec-473f-b8d2-ba288caa1809, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2424015c-a3ec-473f-b8d2-ba288caa1809, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTk5ZTIxNC02YzI2OWY3Zi1iMjVkNDZiYi05ZmMwZmZjYQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2424015c-a3ec-473f-b8d2-ba288caa1809, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8c91185a-6df3-4af0-ae4b-196fb12129f0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8c91185a-6df3-4af0-ae4b-196fb12129f0, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTk5ZTIxNC02YzI2OWY3Zi1iMjVkNDZiYi05ZmMwZmZjYQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8c91185a-6df3-4af0-ae4b-196fb12129f0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 07b4c903-0748-4bbe-96af-9d3d6f26e6f7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 07b4c903-0748-4bbe-96af-9d3d6f26e6f7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 07b4c903-0748-4bbe-96af-9d3d6f26e6f7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWIzZTA1ZDItNjUwNWE4YzQtMWU0OWZlOTgtYjFkZGRiNWU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d18dca61-d825-4627-8804-ce83033f6d32, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d18dca61-d825-4627-8804-ce83033f6d32, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWIzZTA1ZDItNjUwNWE4YzQtMWU0OWZlOTgtYjFkZGRiNWU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d18dca61-d825-4627-8804-ce83033f6d32, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 08cb7e9e-9743-4d91-988a-cb63db504ac9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 08cb7e9e-9743-4d91-988a-cb63db504ac9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWIzZTA1ZDItNjUwNWE4YzQtMWU0OWZlOTgtYjFkZGRiNWU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 08cb7e9e-9743-4d91-988a-cb63db504ac9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 45a799fa-f555-4fbb-8074-5783e581606e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 45a799fa-f555-4fbb-8074-5783e581606e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 45a799fa-f555-4fbb-8074-5783e581606e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjZkMmJjNDgtZGEwZTg2MzktOGY2Y2QzZi0yZjJkNDYwYw==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 1b59b03e-25a0-479b-b095-8bf7b88725be, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 1b59b03e-25a0-479b-b095-8bf7b88725be, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjZkMmJjNDgtZGEwZTg2MzktOGY2Y2QzZi0yZjJkNDYwYw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 1b59b03e-25a0-479b-b095-8bf7b88725be, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 381fee40-32c7-4807-a67d-49cf459d8f28, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 381fee40-32c7-4807-a67d-49cf459d8f28, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjZkMmJjNDgtZGEwZTg2MzktOGY2Y2QzZi0yZjJkNDYwYw==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 381fee40-32c7-4807-a67d-49cf459d8f28, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 5bb326ab-e79c-46ef-993b-19f796c72ef0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 5bb326ab-e79c-46ef-993b-19f796c72ef0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 5bb326ab-e79c-46ef-993b-19f796c72ef0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzNjMWI4MzAtYTA0M2RkNzEtNjQ5YWNhZmYtN2ZhMzA1YmI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 51ab44ab-48f2-49c2-b2d3-23cbf7bbd362, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 51ab44ab-48f2-49c2-b2d3-23cbf7bbd362, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzNjMWI4MzAtYTA0M2RkNzEtNjQ5YWNhZmYtN2ZhMzA1YmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 51ab44ab-48f2-49c2-b2d3-23cbf7bbd362, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c958e8ad-2a3a-447b-b923-e118d5aa2dcf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c958e8ad-2a3a-447b-b923-e118d5aa2dcf, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzNjMWI4MzAtYTA0M2RkNzEtNjQ5YWNhZmYtN2ZhMzA1YmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c958e8ad-2a3a-447b-b923-e118d5aa2dcf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e9069ec9-c9e9-4a7d-a5d1-c05f8b8f4077, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e9069ec9-c9e9-4a7d-a5d1-c05f8b8f4077, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e9069ec9-c9e9-4a7d-a5d1-c05f8b8f4077, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODZkOTQ2Y2UtMjg3OTQyM2QtNTU0NjYzYjItMWU5MWU3MTc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2d62b4ac-2ba9-4a8f-a901-c23afd12fb56, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2d62b4ac-2ba9-4a8f-a901-c23afd12fb56, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODZkOTQ2Y2UtMjg3OTQyM2QtNTU0NjYzYjItMWU5MWU3MTc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2d62b4ac-2ba9-4a8f-a901-c23afd12fb56, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 6c8115ea-bca8-4daa-9f34-3fd4bd3a48b9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 6c8115ea-bca8-4daa-9f34-3fd4bd3a48b9, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODZkOTQ2Y2UtMjg3OTQyM2QtNTU0NjYzYjItMWU5MWU3MTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 6c8115ea-bca8-4daa-9f34-3fd4bd3a48b9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c692fbe0-943e-45e1-9dc9-839f1f247b6d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c692fbe0-943e-45e1-9dc9-839f1f247b6d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c692fbe0-943e-45e1-9dc9-839f1f247b6d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTk1NWI5YjQtZjVmNTUxODUtYzBkZDE4ZmEtYTA4ODIyY2M=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 76b2c039-98d1-4f5a-a2c9-fa9228df4b3b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 76b2c039-98d1-4f5a-a2c9-fa9228df4b3b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTk1NWI5YjQtZjVmNTUxODUtYzBkZDE4ZmEtYTA4ODIyY2M=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 76b2c039-98d1-4f5a-a2c9-fa9228df4b3b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 285cbcce-5add-4b68-9f46-51ffed09e140, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 285cbcce-5add-4b68-9f46-51ffed09e140, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTk1NWI5YjQtZjVmNTUxODUtYzBkZDE4ZmEtYTA4ODIyY2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 285cbcce-5add-4b68-9f46-51ffed09e140, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e2bb1cb1-61b3-4cfd-a331-d2e2a3cc9aac, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e2bb1cb1-61b3-4cfd-a331-d2e2a3cc9aac, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e2bb1cb1-61b3-4cfd-a331-d2e2a3cc9aac, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWU2MDlkODUtNmU3ZTg3NWYtYjJlMmY4MTMtYjA4ZGNmNjk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, cd78086f-d083-4872-b89e-06d54be8c714, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, cd78086f-d083-4872-b89e-06d54be8c714, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWU2MDlkODUtNmU3ZTg3NWYtYjJlMmY4MTMtYjA4ZGNmNjk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, cd78086f-d083-4872-b89e-06d54be8c714, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 0f2e7653-67d6-4236-8fba-cbbe694892e7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 0f2e7653-67d6-4236-8fba-cbbe694892e7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWU2MDlkODUtNmU3ZTg3NWYtYjJlMmY4MTMtYjA4ZGNmNjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 0f2e7653-67d6-4236-8fba-cbbe694892e7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c27de061-a4bf-48f9-ab74-b0a6516a1ff9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c27de061-a4bf-48f9-ab74-b0a6516a1ff9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c27de061-a4bf-48f9-ab74-b0a6516a1ff9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWI2Y2QwNDItNDRjYjUwN2ItNTlmNjZmNzctNjU3NTcyNWY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c5335393-abf0-456b-9fdf-38db22185b79, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c5335393-abf0-456b-9fdf-38db22185b79, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWI2Y2QwNDItNDRjYjUwN2ItNTlmNjZmNzctNjU3NTcyNWY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c5335393-abf0-456b-9fdf-38db22185b79, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 35c61010-e0df-4cc9-be78-1a3c07ced3c6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 35c61010-e0df-4cc9-be78-1a3c07ced3c6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWI2Y2QwNDItNDRjYjUwN2ItNTlmNjZmNzctNjU3NTcyNWY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 35c61010-e0df-4cc9-be78-1a3c07ced3c6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d4550db3-fddf-4212-8256-dba125564a32, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d4550db3-fddf-4212-8256-dba125564a32, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d4550db3-fddf-4212-8256-dba125564a32, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzBkY2RiY2YtMzdhYTQyNjMtYWExYjAxOGQtODMwMjQxYTI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e5f0c053-b450-47e3-9c00-03f89f7b928e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e5f0c053-b450-47e3-9c00-03f89f7b928e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzBkY2RiY2YtMzdhYTQyNjMtYWExYjAxOGQtODMwMjQxYTI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e5f0c053-b450-47e3-9c00-03f89f7b928e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 867b63e9-be6e-4875-aa6e-bb6df3b7e933, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 867b63e9-be6e-4875-aa6e-bb6df3b7e933, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzBkY2RiY2YtMzdhYTQyNjMtYWExYjAxOGQtODMwMjQxYTI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 867b63e9-be6e-4875-aa6e-bb6df3b7e933, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, ba3f6d03-8412-4bcb-908e-266992d94891, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, ba3f6d03-8412-4bcb-908e-266992d94891, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, ba3f6d03-8412-4bcb-908e-266992d94891, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjAyZGVkMzctMzhiMmUxNTktODhiMzgxMGItYWEzZTljZDI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 22539b5f-0d70-4cc9-9272-3c2413e95a3a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 22539b5f-0d70-4cc9-9272-3c2413e95a3a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjAyZGVkMzctMzhiMmUxNTktODhiMzgxMGItYWEzZTljZDI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 22539b5f-0d70-4cc9-9272-3c2413e95a3a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 13beb72a-23db-408d-bfe6-578c37fee4d7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 13beb72a-23db-408d-bfe6-578c37fee4d7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjAyZGVkMzctMzhiMmUxNTktODhiMzgxMGItYWEzZTljZDI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 13beb72a-23db-408d-bfe6-578c37fee4d7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 07c222ef-14f6-4f5e-8a29-05ecd7b020f4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 07c222ef-14f6-4f5e-8a29-05ecd7b020f4, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 07c222ef-14f6-4f5e-8a29-05ecd7b020f4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTk4NGVmMWMtMjcwM2Q1YzMtNDA2M2U5NzktNzFkNWE0ODg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 053d927e-46ed-426a-82d5-534f4e32692c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 053d927e-46ed-426a-82d5-534f4e32692c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTk4NGVmMWMtMjcwM2Q1YzMtNDA2M2U5NzktNzFkNWE0ODg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 053d927e-46ed-426a-82d5-534f4e32692c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 13d36ab4-7ab6-4738-a484-52e3e86f8c83, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 13d36ab4-7ab6-4738-a484-52e3e86f8c83, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTk4NGVmMWMtMjcwM2Q1YzMtNDA2M2U5NzktNzFkNWE0ODg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 13d36ab4-7ab6-4738-a484-52e3e86f8c83, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c20401c8-e768-43b5-bfdf-7327362177d4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c20401c8-e768-43b5-bfdf-7327362177d4, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c20401c8-e768-43b5-bfdf-7327362177d4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZjdjZmZhYmItOTU3NTU1NDktYzljNTI1YmQtZmVjYmRjYjM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d0092a09-bd52-4c0b-a3cc-1fe6d1efa225, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d0092a09-bd52-4c0b-a3cc-1fe6d1efa225, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjdjZmZhYmItOTU3NTU1NDktYzljNTI1YmQtZmVjYmRjYjM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d0092a09-bd52-4c0b-a3cc-1fe6d1efa225, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, f2041e7b-49da-4838-8210-e285f7421fe6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, f2041e7b-49da-4838-8210-e285f7421fe6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZjdjZmZhYmItOTU3NTU1NDktYzljNTI1YmQtZmVjYmRjYjM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, f2041e7b-49da-4838-8210-e285f7421fe6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, cb6af9cd-3d1b-4c56-b89a-02d2cb6650c3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, cb6af9cd-3d1b-4c56-b89a-02d2cb6650c3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, cb6af9cd-3d1b-4c56-b89a-02d2cb6650c3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTA2ODFkMDYtZmIxNWRjYS02YTdlZjA3ZC02MTYwMjNjZg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 23731d72-471e-4953-891a-6cf054aad897, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 23731d72-471e-4953-891a-6cf054aad897, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTA2ODFkMDYtZmIxNWRjYS02YTdlZjA3ZC02MTYwMjNjZg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 23731d72-471e-4953-891a-6cf054aad897, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 48c528d9-67b1-441c-a2dc-75040474c612, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 48c528d9-67b1-441c-a2dc-75040474c612, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTA2ODFkMDYtZmIxNWRjYS02YTdlZjA3ZC02MTYwMjNjZg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 48c528d9-67b1-441c-a2dc-75040474c612, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0602e8dc-9d40-4a1c-8942-8dba462275bb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0602e8dc-9d40-4a1c-8942-8dba462275bb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0602e8dc-9d40-4a1c-8942-8dba462275bb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NmY4YzBjMWEtMjUxZWQ3ZDEtMjA2YTYzYjEtODhkZTQ0N2M=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ad601c54-477c-4667-9356-44413bb5e344, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ad601c54-477c-4667-9356-44413bb5e344, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmY4YzBjMWEtMjUxZWQ3ZDEtMjA2YTYzYjEtODhkZTQ0N2M=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ad601c54-477c-4667-9356-44413bb5e344, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 9ab73807-31df-4f2b-b8c0-ecdc94ba8344, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 9ab73807-31df-4f2b-b8c0-ecdc94ba8344, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NmY4YzBjMWEtMjUxZWQ3ZDEtMjA2YTYzYjEtODhkZTQ0N2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 9ab73807-31df-4f2b-b8c0-ecdc94ba8344, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3ed32a07-4b88-4d58-b3d5-7b7a71d29d1b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3ed32a07-4b88-4d58-b3d5-7b7a71d29d1b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3ed32a07-4b88-4d58-b3d5-7b7a71d29d1b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MzZlMjAwNjUtYjQzZTVjYzUtYTFiZTBkMzItZTA2NDQ0YmI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 56d5be02-d65e-41dd-ba46-b9d21079eabe, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 56d5be02-d65e-41dd-ba46-b9d21079eabe, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzZlMjAwNjUtYjQzZTVjYzUtYTFiZTBkMzItZTA2NDQ0YmI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 56d5be02-d65e-41dd-ba46-b9d21079eabe, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 60cbf95b-6c97-4ae1-871a-eb0c85ee9f16, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 60cbf95b-6c97-4ae1-871a-eb0c85ee9f16, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MzZlMjAwNjUtYjQzZTVjYzUtYTFiZTBkMzItZTA2NDQ0YmI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 60cbf95b-6c97-4ae1-871a-eb0c85ee9f16, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c62ce3e8-775f-4a84-b95d-9565447c3e67, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c62ce3e8-775f-4a84-b95d-9565447c3e67, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c62ce3e8-775f-4a84-b95d-9565447c3e67, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yzc0NzZjZmMtOWI3NjE0My0yMGI3YjhhYy0zM2Q2Mzk5MQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 345ee58e-d279-490c-a0ab-4e3f10de0be1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 345ee58e-d279-490c-a0ab-4e3f10de0be1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yzc0NzZjZmMtOWI3NjE0My0yMGI3YjhhYy0zM2Q2Mzk5MQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 345ee58e-d279-490c-a0ab-4e3f10de0be1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3ca57bd0-f60f-42fa-9dff-28cfe1241433, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3ca57bd0-f60f-42fa-9dff-28cfe1241433, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yzc0NzZjZmMtOWI3NjE0My0yMGI3YjhhYy0zM2Q2Mzk5MQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3ca57bd0-f60f-42fa-9dff-28cfe1241433, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9af28c76-de5d-4639-a835-87ef9a2d71d6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9af28c76-de5d-4639-a835-87ef9a2d71d6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9af28c76-de5d-4639-a835-87ef9a2d71d6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yjk2NDVkOWMtMmQxODgzZjgtN2YxMDY3MmMtYzMwZDllODQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7796b7b8-2182-4ad0-afe2-ab1978eb0a29, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7796b7b8-2182-4ad0-afe2-ab1978eb0a29, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk2NDVkOWMtMmQxODgzZjgtN2YxMDY3MmMtYzMwZDllODQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7796b7b8-2182-4ad0-afe2-ab1978eb0a29, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 4f54d5ce-dfa8-4649-b6a4-8e8a0c9eb7c5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 4f54d5ce-dfa8-4649-b6a4-8e8a0c9eb7c5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk2NDVkOWMtMmQxODgzZjgtN2YxMDY3MmMtYzMwZDllODQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 4f54d5ce-dfa8-4649-b6a4-8e8a0c9eb7c5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 3c21563e-83b5-459d-a336-0e62caa0bee1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 3c21563e-83b5-459d-a336-0e62caa0bee1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 3c21563e-83b5-459d-a336-0e62caa0bee1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZWFmNDg4LTZkZTA3ZjhmLWQ5YTFiOWI1LWM3NmZlYjVj" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 98f07516-bb9e-4c67-aa7a-169fb24f8a4f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 98f07516-bb9e-4c67-aa7a-169fb24f8a4f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWFmNDg4LTZkZTA3ZjhmLWQ5YTFiOWI1LWM3NmZlYjVj" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 98f07516-bb9e-4c67-aa7a-169fb24f8a4f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8152828f-e6b8-42aa-9b37-3d2f6e424fe5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8152828f-e6b8-42aa-9b37-3d2f6e424fe5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZWFmNDg4LTZkZTA3ZjhmLWQ5YTFiOWI1LWM3NmZlYjVj" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8152828f-e6b8-42aa-9b37-3d2f6e424fe5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8797780d-75de-4222-9443-447d1b6a0852, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8797780d-75de-4222-9443-447d1b6a0852, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8797780d-75de-4222-9443-447d1b6a0852, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NWE1YTJlYS02NTAxZmQxYy03ZGU3NmE2ZS02NTZmODBiMA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a121a8c9-41f1-47ba-8f25-c609af0c6e5b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a121a8c9-41f1-47ba-8f25-c609af0c6e5b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWE1YTJlYS02NTAxZmQxYy03ZGU3NmE2ZS02NTZmODBiMA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a121a8c9-41f1-47ba-8f25-c609af0c6e5b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d327643f-67eb-4bf6-9be0-8feeb2bc52e4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d327643f-67eb-4bf6-9be0-8feeb2bc52e4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NWE1YTJlYS02NTAxZmQxYy03ZGU3NmE2ZS02NTZmODBiMA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d327643f-67eb-4bf6-9be0-8feeb2bc52e4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9f884ccd-e1db-44fa-99b4-93411ab6d6a6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9f884ccd-e1db-44fa-99b4-93411ab6d6a6, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9f884ccd-e1db-44fa-99b4-93411ab6d6a6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MTAwYzNlNjMtYzhiMTdiOC1iODhkNjAyZi0zNWQ0ZDI4NA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 3ba16d98-3086-40f2-b78f-784a388fef13, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 3ba16d98-3086-40f2-b78f-784a388fef13, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTAwYzNlNjMtYzhiMTdiOC1iODhkNjAyZi0zNWQ0ZDI4NA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 3ba16d98-3086-40f2-b78f-784a388fef13, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 05d44711-57f6-4743-a3b9-12d888889ff6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 05d44711-57f6-4743-a3b9-12d888889ff6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MTAwYzNlNjMtYzhiMTdiOC1iODhkNjAyZi0zNWQ0ZDI4NA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 05d44711-57f6-4743-a3b9-12d888889ff6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f75e91d0-027f-4e0a-af01-e6fa6a83759d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f75e91d0-027f-4e0a-af01-e6fa6a83759d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f75e91d0-027f-4e0a-af01-e6fa6a83759d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODBiZmE4ZDctOWJiNTcyNGUtZDUwMDdhM2YtMThjZTIwOA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 9eba84ae-969f-480f-8748-a5276f22036e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 9eba84ae-969f-480f-8748-a5276f22036e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODBiZmE4ZDctOWJiNTcyNGUtZDUwMDdhM2YtMThjZTIwOA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 9eba84ae-969f-480f-8748-a5276f22036e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5a0d9b2e-eab5-490b-9480-968b803cfac5, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5a0d9b2e-eab5-490b-9480-968b803cfac5, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODBiZmE4ZDctOWJiNTcyNGUtZDUwMDdhM2YtMThjZTIwOA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5a0d9b2e-eab5-490b-9480-968b803cfac5, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a7cc8c9b-a60e-400f-a6ca-07e0679329bb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a7cc8c9b-a60e-400f-a6ca-07e0679329bb, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a7cc8c9b-a60e-400f-a6ca-07e0679329bb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjA2MWY3NWYtYWQyMDNlMzgtZjY2YWY5NTUtNmIyYTQzMWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f00088b1-2b87-4c9f-97f5-be6cc875fa70, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f00088b1-2b87-4c9f-97f5-be6cc875fa70, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjA2MWY3NWYtYWQyMDNlMzgtZjY2YWY5NTUtNmIyYTQzMWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f00088b1-2b87-4c9f-97f5-be6cc875fa70, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3fa76d8d-a638-411f-8e4e-4d36d7ec7efa, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3fa76d8d-a638-411f-8e4e-4d36d7ec7efa, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjA2MWY3NWYtYWQyMDNlMzgtZjY2YWY5NTUtNmIyYTQzMWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3fa76d8d-a638-411f-8e4e-4d36d7ec7efa, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 92ddcadc-db77-4b5f-a617-5f869754b5a3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 92ddcadc-db77-4b5f-a617-5f869754b5a3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 92ddcadc-db77-4b5f-a617-5f869754b5a3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmQwNWE3ZDAtMjNmYTIxMjMtNDk0NmViMDAtMzhlNTUxODU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 57b3202c-c8a2-456e-ba0b-58c9ddccdfe4, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 57b3202c-c8a2-456e-ba0b-58c9ddccdfe4, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmQwNWE3ZDAtMjNmYTIxMjMtNDk0NmViMDAtMzhlNTUxODU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 57b3202c-c8a2-456e-ba0b-58c9ddccdfe4, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 04168a38-77f3-4fa0-999f-22253b79fcfc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 04168a38-77f3-4fa0-999f-22253b79fcfc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmQwNWE3ZDAtMjNmYTIxMjMtNDk0NmViMDAtMzhlNTUxODU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 04168a38-77f3-4fa0-999f-22253b79fcfc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 99cd16bd-9b38-436a-ab8d-ff462ed54c5b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 99cd16bd-9b38-436a-ab8d-ff462ed54c5b, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 99cd16bd-9b38-436a-ab8d-ff462ed54c5b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTYxZjQ0YjQtODBiYzdhNDctZjdiYmYyYTktOTUzMTFmYjg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2a0a72d3-ea85-4dae-bb0e-92a2b9c3ee1f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2a0a72d3-ea85-4dae-bb0e-92a2b9c3ee1f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTYxZjQ0YjQtODBiYzdhNDctZjdiYmYyYTktOTUzMTFmYjg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2a0a72d3-ea85-4dae-bb0e-92a2b9c3ee1f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ea927094-7d82-4a79-a816-eb259cc7cf32, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ea927094-7d82-4a79-a816-eb259cc7cf32, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTYxZjQ0YjQtODBiYzdhNDctZjdiYmYyYTktOTUzMTFmYjg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ea927094-7d82-4a79-a816-eb259cc7cf32, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, f58ee74b-ee91-4879-b24e-77ad854af968, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, f58ee74b-ee91-4879-b24e-77ad854af968, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, f58ee74b-ee91-4879-b24e-77ad854af968, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDRlOTQwZTItZDJkOTI1NzktYzA5Y2I1MDktZDFmYjkxN2Y=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0e81046d-ad4a-4c00-9a28-9d114bc664b2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0e81046d-ad4a-4c00-9a28-9d114bc664b2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDRlOTQwZTItZDJkOTI1NzktYzA5Y2I1MDktZDFmYjkxN2Y=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0e81046d-ad4a-4c00-9a28-9d114bc664b2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, cf3e13ee-4075-411d-95be-b4cba8018b3c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, cf3e13ee-4075-411d-95be-b4cba8018b3c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDRlOTQwZTItZDJkOTI1NzktYzA5Y2I1MDktZDFmYjkxN2Y=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, cf3e13ee-4075-411d-95be-b4cba8018b3c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, fe0fcef8-02f9-4897-a7c5-39e95152ad9f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, fe0fcef8-02f9-4897-a7c5-39e95152ad9f, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, fe0fcef8-02f9-4897-a7c5-39e95152ad9f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWI3NGIwYjYtNzk0ZGVjNmUtNjllZGQ3NC00YzMxOWIzOA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c9543649-0bd8-44d8-89a7-15c87a0943de, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c9543649-0bd8-44d8-89a7-15c87a0943de, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWI3NGIwYjYtNzk0ZGVjNmUtNjllZGQ3NC00YzMxOWIzOA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c9543649-0bd8-44d8-89a7-15c87a0943de, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ae4a5178-8765-4a18-893d-03dbbf986cfc, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ae4a5178-8765-4a18-893d-03dbbf986cfc, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWI3NGIwYjYtNzk0ZGVjNmUtNjllZGQ3NC00YzMxOWIzOA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ae4a5178-8765-4a18-893d-03dbbf986cfc, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1a905af7-a40d-4b84-8e50-bd5671a52fd3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1a905af7-a40d-4b84-8e50-bd5671a52fd3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1a905af7-a40d-4b84-8e50-bd5671a52fd3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZmRiMjA5ODYtYmRkNDhiMjMtMzExZTBkNWItNTQ0ZGNjZGQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 47b93f48-f21d-4644-94ba-da915c9df3da, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 47b93f48-f21d-4644-94ba-da915c9df3da, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiMjA5ODYtYmRkNDhiMjMtMzExZTBkNWItNTQ0ZGNjZGQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 47b93f48-f21d-4644-94ba-da915c9df3da, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5a020003-61c3-483e-ba25-59ea24922ab8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5a020003-61c3-483e-ba25-59ea24922ab8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiMjA5ODYtYmRkNDhiMjMtMzExZTBkNWItNTQ0ZGNjZGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5a020003-61c3-483e-ba25-59ea24922ab8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, c7718ba3-6f71-4954-a305-1c8087002810, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, c7718ba3-6f71-4954-a305-1c8087002810, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, c7718ba3-6f71-4954-a305-1c8087002810, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTY5ZjgyZjQtYTFkMjlhZjAtMWZlMTNjODQtMTRiM2FkNTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e0ec7f2a-c476-463d-b448-361a7d07c965, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e0ec7f2a-c476-463d-b448-361a7d07c965, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTY5ZjgyZjQtYTFkMjlhZjAtMWZlMTNjODQtMTRiM2FkNTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e0ec7f2a-c476-463d-b448-361a7d07c965, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, bb9eebde-9f2c-4e19-b7d5-14f2ed0d2448, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, bb9eebde-9f2c-4e19-b7d5-14f2ed0d2448, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTY5ZjgyZjQtYTFkMjlhZjAtMWZlMTNjODQtMTRiM2FkNTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, bb9eebde-9f2c-4e19-b7d5-14f2ed0d2448, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 860af301-e000-4803-9e73-87a504f344a1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 860af301-e000-4803-9e73-87a504f344a1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 860af301-e000-4803-9e73-87a504f344a1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGMzMTA0YzQtNjg1NWQ0YzYtYTZlMjcwNDEtYTNjYzNiNDA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a7b821cb-77ef-4a21-aa15-ff66983c2455, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a7b821cb-77ef-4a21-aa15-ff66983c2455, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGMzMTA0YzQtNjg1NWQ0YzYtYTZlMjcwNDEtYTNjYzNiNDA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a7b821cb-77ef-4a21-aa15-ff66983c2455, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 165f4679-23f7-4a03-9750-2791de5ea4c3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 165f4679-23f7-4a03-9750-2791de5ea4c3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGMzMTA0YzQtNjg1NWQ0YzYtYTZlMjcwNDEtYTNjYzNiNDA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 165f4679-23f7-4a03-9750-2791de5ea4c3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0486932d-6542-4fc9-b523-75bf19f3f3c9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0486932d-6542-4fc9-b523-75bf19f3f3c9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0486932d-6542-4fc9-b523-75bf19f3f3c9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NDdhNDUxZTItZjA1OTBlZDItYTc0YTUxMzYtYThmMDE4YzI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7a11fc4e-ab19-4117-88c8-74984aea47a2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7a11fc4e-ab19-4117-88c8-74984aea47a2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDdhNDUxZTItZjA1OTBlZDItYTc0YTUxMzYtYThmMDE4YzI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7a11fc4e-ab19-4117-88c8-74984aea47a2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3d7cd67f-2475-4642-8203-9ec3a03270a7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3d7cd67f-2475-4642-8203-9ec3a03270a7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NDdhNDUxZTItZjA1OTBlZDItYTc0YTUxMzYtYThmMDE4YzI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3d7cd67f-2475-4642-8203-9ec3a03270a7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1851e3ef-3924-4332-8b68-121b44c967ea, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1851e3ef-3924-4332-8b68-121b44c967ea, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1851e3ef-3924-4332-8b68-121b44c967ea, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OGE4YzgwNWYtYjAzYjdiYTAtMmRjNGFiMTYtNzc3OGEzOGQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, fe7da15f-6e8a-41c2-9173-589c4ff27397, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, fe7da15f-6e8a-41c2-9173-589c4ff27397, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGE4YzgwNWYtYjAzYjdiYTAtMmRjNGFiMTYtNzc3OGEzOGQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, fe7da15f-6e8a-41c2-9173-589c4ff27397, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 349fe0dd-a601-465b-9d36-397f72ae835a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 349fe0dd-a601-465b-9d36-397f72ae835a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGE4YzgwNWYtYjAzYjdiYTAtMmRjNGFiMTYtNzc3OGEzOGQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 349fe0dd-a601-465b-9d36-397f72ae835a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1f4de543-be55-42a7-8102-482af5513f97, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1f4de543-be55-42a7-8102-482af5513f97, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1f4de543-be55-42a7-8102-482af5513f97, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MmQzZGNjMDQtOWM5MGZhYTItOWNmYjUyZGUtMjVhN2UzYjk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4c681709-1019-48d3-9319-f42835de5a51, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4c681709-1019-48d3-9319-f42835de5a51, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmQzZGNjMDQtOWM5MGZhYTItOWNmYjUyZGUtMjVhN2UzYjk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4c681709-1019-48d3-9319-f42835de5a51, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e154965f-b4fe-4b28-a939-c15f4411f5e6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e154965f-b4fe-4b28-a939-c15f4411f5e6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MmQzZGNjMDQtOWM5MGZhYTItOWNmYjUyZGUtMjVhN2UzYjk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e154965f-b4fe-4b28-a939-c15f4411f5e6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 2886f0c4-5931-4bcd-93cd-e00d20391df9, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 2886f0c4-5931-4bcd-93cd-e00d20391df9, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 2886f0c4-5931-4bcd-93cd-e00d20391df9, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NjQxNTUzMWItNGZjNWM2MGMtZWU1ZTI4MjctZDVkYjA3ZjQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 7dc6776e-b74e-43bf-87c8-4b17cf33f45b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 7dc6776e-b74e-43bf-87c8-4b17cf33f45b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjQxNTUzMWItNGZjNWM2MGMtZWU1ZTI4MjctZDVkYjA3ZjQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 7dc6776e-b74e-43bf-87c8-4b17cf33f45b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 1f0401c0-11ae-45de-927a-07abdfb933f8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 1f0401c0-11ae-45de-927a-07abdfb933f8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NjQxNTUzMWItNGZjNWM2MGMtZWU1ZTI4MjctZDVkYjA3ZjQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 1f0401c0-11ae-45de-927a-07abdfb933f8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9d178761-c2ce-486c-ad62-830ca82db2e8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9d178761-c2ce-486c-ad62-830ca82db2e8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9d178761-c2ce-486c-ad62-830ca82db2e8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzZiMjliZTEtODA2NTA5YjgtOGNmOGZiNTYtYmFhZGJmOTU=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 8c46c59d-c686-4379-bb25-857dcaa124b1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 8c46c59d-c686-4379-bb25-857dcaa124b1, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzZiMjliZTEtODA2NTA5YjgtOGNmOGZiNTYtYmFhZGJmOTU=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 8c46c59d-c686-4379-bb25-857dcaa124b1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 85041be3-8feb-42dc-89c5-a7307d272c5c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 85041be3-8feb-42dc-89c5-a7307d272c5c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzZiMjliZTEtODA2NTA5YjgtOGNmOGZiNTYtYmFhZGJmOTU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 85041be3-8feb-42dc-89c5-a7307d272c5c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 8c6abbd1-27c1-443b-93e4-9c3369ed19e0, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 8c6abbd1-27c1-443b-93e4-9c3369ed19e0, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 8c6abbd1-27c1-443b-93e4-9c3369ed19e0, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NTkyMWRlNmUtOTA2NzkxMTQtZmNhNWY3NjItYzE4MmYxZGY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 859f5453-a5bc-405f-8ba5-d3b237ff7714, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 859f5453-a5bc-405f-8ba5-d3b237ff7714, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTkyMWRlNmUtOTA2NzkxMTQtZmNhNWY3NjItYzE4MmYxZGY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 859f5453-a5bc-405f-8ba5-d3b237ff7714, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a0f17b55-2f0e-4190-96e1-6e537ba2276e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a0f17b55-2f0e-4190-96e1-6e537ba2276e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NTkyMWRlNmUtOTA2NzkxMTQtZmNhNWY3NjItYzE4MmYxZGY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a0f17b55-2f0e-4190-96e1-6e537ba2276e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 5ba51a97-dddd-4602-b16d-19f093fb8741, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 5ba51a97-dddd-4602-b16d-19f093fb8741, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 5ba51a97-dddd-4602-b16d-19f093fb8741, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTkzYzQ1YWItNjVkYTNkNjQtYzAwNDM4NjYtNjViNDJlODM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d75765da-6e7f-4e0f-8b42-248eac492e41, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d75765da-6e7f-4e0f-8b42-248eac492e41, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTkzYzQ1YWItNjVkYTNkNjQtYzAwNDM4NjYtNjViNDJlODM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d75765da-6e7f-4e0f-8b42-248eac492e41, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5639379b-a1c7-4063-968b-7c6989eee547, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5639379b-a1c7-4063-968b-7c6989eee547, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTkzYzQ1YWItNjVkYTNkNjQtYzAwNDM4NjYtNjViNDJlODM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5639379b-a1c7-4063-968b-7c6989eee547, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e68ccc47-e079-40a2-aba4-1538e35159d7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e68ccc47-e079-40a2-aba4-1538e35159d7, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e68ccc47-e079-40a2-aba4-1538e35159d7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjI2ODc3Y2YtNWNiNTNjNTEtYzdiNDJlYjAtMmFkNTJjZTk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, ddf9b439-5fb6-46b4-b62a-7b52adbca543, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, ddf9b439-5fb6-46b4-b62a-7b52adbca543, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjI2ODc3Y2YtNWNiNTNjNTEtYzdiNDJlYjAtMmFkNTJjZTk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, ddf9b439-5fb6-46b4-b62a-7b52adbca543, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 3278fa98-a48e-4939-9b6a-faac7c6b1013, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 3278fa98-a48e-4939-9b6a-faac7c6b1013, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjI2ODc3Y2YtNWNiNTNjNTEtYzdiNDJlYjAtMmFkNTJjZTk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 3278fa98-a48e-4939-9b6a-faac7c6b1013, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9f5d96f9-a460-4be0-abc9-3426e113afd1, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9f5d96f9-a460-4be0-abc9-3426e113afd1, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9f5d96f9-a460-4be0-abc9-3426e113afd1, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ODZlMmE4YmMtMzNjMmIzOTMtZjFiMWVlN2QtMzJlNjg4NzA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, b0fdf95a-d9cf-401b-8e58-5329f2d9be1b, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, b0fdf95a-d9cf-401b-8e58-5329f2d9be1b, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODZlMmE4YmMtMzNjMmIzOTMtZjFiMWVlN2QtMzJlNjg4NzA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, b0fdf95a-d9cf-401b-8e58-5329f2d9be1b, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, bce9f55f-d443-4e58-a704-1c238bde99c7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, bce9f55f-d443-4e58-a704-1c238bde99c7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ODZlMmE4YmMtMzNjMmIzOTMtZjFiMWVlN2QtMzJlNjg4NzA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, bce9f55f-d443-4e58-a704-1c238bde99c7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, dba26eb1-3899-4022-857b-d5a6dd8bc7bf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, dba26eb1-3899-4022-857b-d5a6dd8bc7bf, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, dba26eb1-3899-4022-857b-d5a6dd8bc7bf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDFlNDIwNTYtNzVlYWQ4OTYtYzQyYzJjMGYtNmM0OTRkOWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d0761302-a7c0-4f73-8669-71d986faed0a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d0761302-a7c0-4f73-8669-71d986faed0a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDFlNDIwNTYtNzVlYWQ4OTYtYzQyYzJjMGYtNmM0OTRkOWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d0761302-a7c0-4f73-8669-71d986faed0a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e87cdd34-2bd4-4258-b432-f5a98178477f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e87cdd34-2bd4-4258-b432-f5a98178477f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDFlNDIwNTYtNzVlYWQ4OTYtYzQyYzJjMGYtNmM0OTRkOWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e87cdd34-2bd4-4258-b432-f5a98178477f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0fa3709c-2b08-4ccb-98ce-0cb9c15ff030, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0fa3709c-2b08-4ccb-98ce-0cb9c15ff030, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0fa3709c-2b08-4ccb-98ce-0cb9c15ff030, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NGZhZmI1NDAtYzIzY2RmNmYtNWRkMDcwNDctZGY2MDA5ZjA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, e020d280-63a1-4f7e-afdf-561a12070b35, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, e020d280-63a1-4f7e-afdf-561a12070b35, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGZhZmI1NDAtYzIzY2RmNmYtNWRkMDcwNDctZGY2MDA5ZjA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, e020d280-63a1-4f7e-afdf-561a12070b35, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, ad951712-30b4-4160-915e-9c8698f40d17, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, ad951712-30b4-4160-915e-9c8698f40d17, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NGZhZmI1NDAtYzIzY2RmNmYtNWRkMDcwNDctZGY2MDA5ZjA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, ad951712-30b4-4160-915e-9c8698f40d17, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 84d676a7-4706-47ef-894e-81a3a4c76e94, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 84d676a7-4706-47ef-894e-81a3a4c76e94, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 84d676a7-4706-47ef-894e-81a3a4c76e94, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjE3NDYxYTAtNTlmZjMyYjAtZDAwYjAzNDUtNDRiYzliNzk=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 3627582e-4654-4f57-a7a6-ffbfa931a94a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 3627582e-4654-4f57-a7a6-ffbfa931a94a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjE3NDYxYTAtNTlmZjMyYjAtZDAwYjAzNDUtNDRiYzliNzk=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 3627582e-4654-4f57-a7a6-ffbfa931a94a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e18413d0-d709-4faa-a574-6c49e61c5bd3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e18413d0-d709-4faa-a574-6c49e61c5bd3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjE3NDYxYTAtNTlmZjMyYjAtZDAwYjAzNDUtNDRiYzliNzk=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e18413d0-d709-4faa-a574-6c49e61c5bd3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, a4702812-9c4a-4612-b41a-a4c557b97ed3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, a4702812-9c4a-4612-b41a-a4c557b97ed3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, a4702812-9c4a-4612-b41a-a4c557b97ed3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWVhNTdmYzktN2I1ZTUwZDktYTgxODI3ODktNWMyYjU4MjE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c72d19a8-4297-4f1d-9e8d-36fef8eeade7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c72d19a8-4297-4f1d-9e8d-36fef8eeade7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWVhNTdmYzktN2I1ZTUwZDktYTgxODI3ODktNWMyYjU4MjE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c72d19a8-4297-4f1d-9e8d-36fef8eeade7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, d0839962-092c-46bd-b5ec-df4bbf83c61c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, d0839962-092c-46bd-b5ec-df4bbf83c61c, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWVhNTdmYzktN2I1ZTUwZDktYTgxODI3ODktNWMyYjU4MjE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, d0839962-092c-46bd-b5ec-df4bbf83c61c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 830f8b4a-03db-499e-a7c7-8184b7ec558a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 830f8b4a-03db-499e-a7c7-8184b7ec558a, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 830f8b4a-03db-499e-a7c7-8184b7ec558a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTU0M2MxMjMtN2Y5ZGY5Y2UtODYzM2EwMTMtMjYwMmU0MTc=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 4f19452c-868d-4b3c-83b8-a3420aed42fe, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 4f19452c-868d-4b3c-83b8-a3420aed42fe, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTU0M2MxMjMtN2Y5ZGY5Y2UtODYzM2EwMTMtMjYwMmU0MTc=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 4f19452c-868d-4b3c-83b8-a3420aed42fe, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e7c7d969-0547-4745-bee7-eb807fef615f, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e7c7d969-0547-4745-bee7-eb807fef615f, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTU0M2MxMjMtN2Y5ZGY5Y2UtODYzM2EwMTMtMjYwMmU0MTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e7c7d969-0547-4745-bee7-eb807fef615f, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0660cdae-e9ae-4a73-af98-3bd5dd3e8871, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0660cdae-e9ae-4a73-af98-3bd5dd3e8871, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0660cdae-e9ae-4a73-af98-3bd5dd3e8871, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZTI2NWQ5NTItYzhiNDFjNjAtYTU2YTdhOGMtYWU4YmQyMTQ=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, a37b6d3d-0974-4919-b0a8-da326635bb5a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, a37b6d3d-0974-4919-b0a8-da326635bb5a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTI2NWQ5NTItYzhiNDFjNjAtYTU2YTdhOGMtYWU4YmQyMTQ=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, a37b6d3d-0974-4919-b0a8-da326635bb5a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 4998b2f9-bc28-4602-b315-7b7356884d77, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 4998b2f9-bc28-4602-b315-7b7356884d77, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZTI2NWQ5NTItYzhiNDFjNjAtYTU2YTdhOGMtYWU4YmQyMTQ=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 4998b2f9-bc28-4602-b315-7b7356884d77, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 89397ca1-31ff-426c-a005-a67edd132454, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 89397ca1-31ff-426c-a005-a67edd132454, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 89397ca1-31ff-426c-a005-a67edd132454, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OTI2ZWJjMGUtODFhNjY3YTMtMTc4OGVjNTktM2QzZTYzNTM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 48eda91f-7f63-4cdd-b31a-2f37acfb1298, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 48eda91f-7f63-4cdd-b31a-2f37acfb1298, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTI2ZWJjMGUtODFhNjY3YTMtMTc4OGVjNTktM2QzZTYzNTM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 48eda91f-7f63-4cdd-b31a-2f37acfb1298, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 110ec6b6-c333-4546-a2b9-031a2b5d2806, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 110ec6b6-c333-4546-a2b9-031a2b5d2806, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OTI2ZWJjMGUtODFhNjY3YTMtMTc4OGVjNTktM2QzZTYzNTM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 110ec6b6-c333-4546-a2b9-031a2b5d2806, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 15fe5ebe-981d-4e66-8aea-12e083246893, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 15fe5ebe-981d-4e66-8aea-12e083246893, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 15fe5ebe-981d-4e66-8aea-12e083246893, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Njc3NDAwYjYtNjg0OTdiZmUtZDUzNmQwN2ItYzMyMjNkZmM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5e8e4a0f-4f66-45b6-9c99-85e4b52f1edb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5e8e4a0f-4f66-45b6-9c99-85e4b52f1edb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Njc3NDAwYjYtNjg0OTdiZmUtZDUzNmQwN2ItYzMyMjNkZmM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5e8e4a0f-4f66-45b6-9c99-85e4b52f1edb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 204c53da-bcd5-4bbe-a57e-8b2cc011e089, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 204c53da-bcd5-4bbe-a57e-8b2cc011e089, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Njc3NDAwYjYtNjg0OTdiZmUtZDUzNmQwN2ItYzMyMjNkZmM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 204c53da-bcd5-4bbe-a57e-8b2cc011e089, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, d2059126-1bf3-451d-93c8-a2c885ef0219, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, d2059126-1bf3-451d-93c8-a2c885ef0219, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, d2059126-1bf3-451d-93c8-a2c885ef0219, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YjczOWU2NzQtMWU3OGI3M2MtN2ZkZTkyMDUtMzlmMTQwN2I=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 5d25b7c3-5b21-4848-885c-fd682fd093df, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 5d25b7c3-5b21-4848-885c-fd682fd093df, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjczOWU2NzQtMWU3OGI3M2MtN2ZkZTkyMDUtMzlmMTQwN2I=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 5d25b7c3-5b21-4848-885c-fd682fd093df, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, b04dc563-6036-426e-868f-4172e49dabb8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, b04dc563-6036-426e-868f-4172e49dabb8, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YjczOWU2NzQtMWU3OGI3M2MtN2ZkZTkyMDUtMzlmMTQwN2I=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, b04dc563-6036-426e-868f-4172e49dabb8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, befb460a-1e42-413c-9190-0011f3f27567, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, befb460a-1e42-413c-9190-0011f3f27567, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, befb460a-1e42-413c-9190-0011f3f27567, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yjg2NTYzYi02Y2FhMmJhNC0xMjU4YjA0NC0yNzk4NjdkMA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, c05e80d1-f0ae-4401-8e3b-4a0a4359c5a7, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, c05e80d1-f0ae-4401-8e3b-4a0a4359c5a7, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjg2NTYzYi02Y2FhMmJhNC0xMjU4YjA0NC0yNzk4NjdkMA==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, c05e80d1-f0ae-4401-8e3b-4a0a4359c5a7, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8e7ebbf2-fc29-4a7e-8e97-f74b86bddd9d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8e7ebbf2-fc29-4a7e-8e97-f74b86bddd9d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjg2NTYzYi02Y2FhMmJhNC0xMjU4YjA0NC0yNzk4NjdkMA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8e7ebbf2-fc29-4a7e-8e97-f74b86bddd9d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1a562f78-bb1b-4c75-a5a1-21d0f2a3062e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1a562f78-bb1b-4c75-a5a1-21d0f2a3062e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1a562f78-bb1b-4c75-a5a1-21d0f2a3062e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmU5OTIxMTMtNDE2OTVhMzktNDdmZTkzYzUtODFjZjM1NTg=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 2ac623dc-c424-428b-bcde-685a24377821, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 2ac623dc-c424-428b-bcde-685a24377821, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU5OTIxMTMtNDE2OTVhMzktNDdmZTkzYzUtODFjZjM1NTg=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 2ac623dc-c424-428b-bcde-685a24377821, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, de1dc52c-0351-4c18-9353-17514a4b3b45, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, de1dc52c-0351-4c18-9353-17514a4b3b45, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmU5OTIxMTMtNDE2OTVhMzktNDdmZTkzYzUtODFjZjM1NTg=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, de1dc52c-0351-4c18-9353-17514a4b3b45, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 03dbe412-af84-4418-a5b4-be9445d1f5a8, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 03dbe412-af84-4418-a5b4-be9445d1f5a8, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 03dbe412-af84-4418-a5b4-be9445d1f5a8, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MjMzYzM1OTAtYjhhZGFhNTktM2EyMGI3MzctNTIwMDMwZDM=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 71177534-d227-456d-acf2-35d1007443c3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 71177534-d227-456d-acf2-35d1007443c3, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjMzYzM1OTAtYjhhZGFhNTktM2EyMGI3MzctNTIwMDMwZDM=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 71177534-d227-456d-acf2-35d1007443c3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 8ffa9fd4-d6ca-460d-82c6-5fe0d65f96cb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 8ffa9fd4-d6ca-460d-82c6-5fe0d65f96cb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MjMzYzM1OTAtYjhhZGFhNTktM2EyMGI3MzctNTIwMDMwZDM=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 8ffa9fd4-d6ca-460d-82c6-5fe0d65f96cb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 1502e40c-e509-4070-a647-ca7c4ec3e877, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 1502e40c-e509-4070-a647-ca7c4ec3e877, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 1502e40c-e509-4070-a647-ca7c4ec3e877, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=OWM1ZWYwMC1jYTc5NDJkOS0yZjdkMDE4Mi0xMTBhYTZlNQ==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 940fb7a3-2cda-4049-8783-3efaae7429bd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 940fb7a3-2cda-4049-8783-3efaae7429bd, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZWYwMC1jYTc5NDJkOS0yZjdkMDE4Mi0xMTBhYTZlNQ==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 940fb7a3-2cda-4049-8783-3efaae7429bd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, a23f4a4d-eaa4-4079-84eb-b995a3c3e00e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, a23f4a4d-eaa4-4079-84eb-b995a3c3e00e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZWYwMC1jYTc5NDJkOS0yZjdkMDE4Mi0xMTBhYTZlNQ==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, a23f4a4d-eaa4-4079-84eb-b995a3c3e00e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:178 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:335 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:188 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:447 RpcState(ListEndpoints, 1102dd79-f57f-4d06-96e9-490bdb2cbcf6, localhost:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ListEndpoints, 1102dd79-f57f-4d06-96e9-490bdb2cbcf6, localhost:1345): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:65 RpcState(ListEndpoints, 1102dd79-f57f-4d06-96e9-490bdb2cbcf6, localhost:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4q22hfe2g4.auto.internal" port: 1345 service: "nbs" 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:158 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-4q22hfe2g4.auto.internal:1345, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:575 Closing channel for endpoint localhost:1345
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4a64ae2f-d37f-4406-844a-9c2fdbe8cc7c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4a64ae2f-d37f-4406-844a-9c2fdbe8cc7c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4a64ae2f-d37f-4406-844a-9c2fdbe8cc7c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YTc0MmY3M2UtMjNkZTAzN2UtNWEyOWI1NzUtNjM2Y2UyNTA=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 67c1a3ba-5390-4208-85b2-02edfefbe490, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 67c1a3ba-5390-4208-85b2-02edfefbe490, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTc0MmY3M2UtMjNkZTAzN2UtNWEyOWI1NzUtNjM2Y2UyNTA=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 67c1a3ba-5390-4208-85b2-02edfefbe490, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, e1a45084-8409-4f63-ab41-8d9a1a55a029, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, e1a45084-8409-4f63-ab41-8d9a1a55a029, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YTc0MmY3M2UtMjNkZTAzN2UtNWEyOWI1NzUtNjM2Y2UyNTA=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, e1a45084-8409-4f63-ab41-8d9a1a55a029, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 4c585e74-5736-4e7f-b7ca-4c59dbc8b540, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 4c585e74-5736-4e7f-b7ca-4c59dbc8b540, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 4c585e74-5736-4e7f-b7ca-4c59dbc8b540, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YmE3YWU0ZDQtMzA5N2NjMDMtNmZhYzBiNDctYWI1ZDMwYg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 39692fd4-b916-44b7-96a7-3510af2e610e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 39692fd4-b916-44b7-96a7-3510af2e610e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmE3YWU0ZDQtMzA5N2NjMDMtNmZhYzBiNDctYWI1ZDMwYg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 39692fd4-b916-44b7-96a7-3510af2e610e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 7cf294f1-65c9-41b0-a127-1f43ef280daf, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 7cf294f1-65c9-41b0-a127-1f43ef280daf, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YmE3YWU0ZDQtMzA5N2NjMDMtNmZhYzBiNDctYWI1ZDMwYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 7cf294f1-65c9-41b0-a127-1f43ef280daf, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 54b4c9f2-1595-4234-99a1-297e5430b10d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 54b4c9f2-1595-4234-99a1-297e5430b10d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 54b4c9f2-1595-4234-99a1-297e5430b10d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=M2IyMTA2OGMtMzQ3NDE2ODctODc4ODVkYmEtODZkMGZiZWI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f98fe139-c965-485b-8108-5144c448a110, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f98fe139-c965-485b-8108-5144c448a110, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2IyMTA2OGMtMzQ3NDE2ODctODc4ODVkYmEtODZkMGZiZWI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f98fe139-c965-485b-8108-5144c448a110, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 457c4f59-dd8c-4c22-8770-7707e7c50f4e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 457c4f59-dd8c-4c22-8770-7707e7c50f4e, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=M2IyMTA2OGMtMzQ3NDE2ODctODc4ODVkYmEtODZkMGZiZWI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 457c4f59-dd8c-4c22-8770-7707e7c50f4e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 9675b793-9d70-4518-908a-af34a53b355e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 9675b793-9d70-4518-908a-af34a53b355e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 9675b793-9d70-4518-908a-af34a53b355e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=ZDAzM2NkNTItMTFkYmZkNDQtOTMwZTk5ZDgtNzUyMzQ1Yg==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 3ea87f0e-0ead-4522-b830-6ac5553e725a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 3ea87f0e-0ead-4522-b830-6ac5553e725a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDAzM2NkNTItMTFkYmZkNDQtOTMwZTk5ZDgtNzUyMzQ1Yg==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 3ea87f0e-0ead-4522-b830-6ac5553e725a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 440919cb-3e67-47c8-a89b-d0840b2f7cae, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 440919cb-3e67-47c8-a89b-d0840b2f7cae, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=ZDAzM2NkNTItMTFkYmZkNDQtOTMwZTk5ZDgtNzUyMzQ1Yg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 440919cb-3e67-47c8-a89b-d0840b2f7cae, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 6f2d35e2-2863-40b0-b628-2ed81fc2309d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 6f2d35e2-2863-40b0-b628-2ed81fc2309d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 6f2d35e2-2863-40b0-b628-2ed81fc2309d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=NzJlNTNjNTItNDQ1ODU0M2EtNTE2YmMzMzgtZDViYWQwZjI=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d1c1d729-ab56-4c5b-a708-74c21ab46ffb, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d1c1d729-ab56-4c5b-a708-74c21ab46ffb, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzJlNTNjNTItNDQ1ODU0M2EtNTE2YmMzMzgtZDViYWQwZjI=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d1c1d729-ab56-4c5b-a708-74c21ab46ffb, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 81163271-4424-4974-afbd-8511345e3f45, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 81163271-4424-4974-afbd-8511345e3f45, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=NzJlNTNjNTItNDQ1ODU0M2EtNTE2YmMzMzgtZDViYWQwZjI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 81163271-4424-4974-afbd-8511345e3f45, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0b2e61c0-573e-461d-a5ce-e962bd4b7381, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0b2e61c0-573e-461d-a5ce-e962bd4b7381, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0b2e61c0-573e-461d-a5ce-e962bd4b7381, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=YzdhNTYwNTctNjBhY2NhMzgtYjNhOTY5MDAtZTFiMjVlZTE=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 29865e35-852b-4b56-884c-e48eaf739286, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 29865e35-852b-4b56-884c-e48eaf739286, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzdhNTYwNTctNjBhY2NhMzgtYjNhOTY5MDAtZTFiMjVlZTE=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 29865e35-852b-4b56-884c-e48eaf739286, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, c41881e5-42ca-427f-8d35-ccd70b09b0b2, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, c41881e5-42ca-427f-8d35-ccd70b09b0b2, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=YzdhNTYwNTctNjBhY2NhMzgtYjNhOTY5MDAtZTFiMjVlZTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, c41881e5-42ca-427f-8d35-ccd70b09b0b2, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, e304f867-ef99-494e-aabd-6a393ffd0f0c, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, e304f867-ef99-494e-aabd-6a393ffd0f0c, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, e304f867-ef99-494e-aabd-6a393ffd0f0c, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=Yjk5YTVmNDktMTExY2EyN2ItYjlhZmU0YTgtYTg3YTM2NmY=" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, f13b53dd-8cc9-46b1-b51b-bc8d5dfe064a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, f13b53dd-8cc9-46b1-b51b-bc8d5dfe064a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5YTVmNDktMTExY2EyN2ItYjlhZmU0YTgtYTg3YTM2NmY=" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, f13b53dd-8cc9-46b1-b51b-bc8d5dfe064a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 5a1f174d-7805-4bbc-b877-84b74cdf183d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 5a1f174d-7805-4bbc-b877-84b74cdf183d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=Yjk5YTVmNDktMTExY2EyN2ItYjlhZmU0YTgtYTg3YTM2NmY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM orders ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 5a1f174d-7805-4bbc-b877-84b74cdf183d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } rows { items { uint32_value: 30 } items { uint64_value: 3000 } items { bytes_value: "c1" } } rows { items { uint32_value: 40 } items { uint64_value: 4000 } items { bytes_value: "d1" } } format: FORMAT_VALUE } tx_meta { } } } } }
ERROR    __tests__.basic_user_scenarios:basic_user_scenarios.py:1169 Data verification failed for orders: Timeout waiting for table 'orders' rows to match expected (timeout 90s).
  ACTUAL rows (4):
    ['id', 'number', 'txt']
    ['3', '30', 'three']
    ['30', '3000', 'c1']
    ['40', '4000', 'd1']
  EXPECTED rows (4):
    ['id', 'number', 'txt']
    ['3', '30', 'three']
    ['40', '4000', 'd1']
    ['50', '5000', 'e1']

DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 7e74def8-2203-4c75-8408-0b09794a1dfd, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 7e74def8-2203-4c75-8408-0b09794a1dfd, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 7e74def8-2203-4c75-8408-0b09794a1dfd, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } size_bytes: 113 created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, b3730ab9-b706-4c87-93ec-ef969a1fc95d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, b3730ab9-b706-4c87-93ec-ef969a1fc95d, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/orders" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, b3730ab9-b706-4c87-93ec-ef969a1fc95d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, be67b8cd-0aa4-408a-b73e-b137b36a1a6d, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, be67b8cd-0aa4-408a-b73e-b137b36a1a6d, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/orders" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, be67b8cd-0aa4-408a-b73e-b137b36a1a6d, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "orders" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } size_bytes: 113 created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.75
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.75
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/orders';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3502711
DEBUG    ya.test:process.py:259 Command (pid 3502711) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3502711) elapsed time (sec): 0.11166810989379883
DEBUG    ya.test:process.py:263 Command (pid 3502711) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3502711) minflt: 3630
DEBUG    ya.test:process.py:263 Command (pid 3502711) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 3502711) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3502711) nvcsw: 183
DEBUG    ya.test:process.py:263 Command (pid 3502711) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3502711) stime: 0.022702999999999997
DEBUG    ya.test:process.py:263 Command (pid 3502711) utime: 0.038981999999999996
DEBUG    ya.test:process.py:263 Command (pid 3502711) wtime: 0.113
DEBUG    ya.test:process.py:275 Command (pid 3502711) output:

DEBUG    ya.test:process.py:276 Command (pid 3502711) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE

DEBUG    ydb.connection:connection.py:447 RpcState(CreateSession, 0f4c3303-a85c-4651-b339-d1d8a2bd5050, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(CreateSession, 0f4c3303-a85c-4651-b339-d1d8a2bd5050, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(CreateSession, 0f4c3303-a85c-4651-b339-d1d8a2bd5050, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=1&id=MWMzMmY3ZC0xMjk4NTU2MC1iM2VkNzdmZS1kMzMyOTdlOA==" } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, 0328289a-bc28-40a3-bd59-58d319b03922, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, 0328289a-bc28-40a3-bd59-58d319b03922, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWMzMmY3ZC0xMjk4NTU2MC1iM2VkNzdmZS1kMzMyOTdlOA==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, 0328289a-bc28-40a3-bd59-58d319b03922, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(ExecuteDataQuery, 70bbc07f-25c6-4a7c-81b7-6d5f70a262e6, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(ExecuteDataQuery, 70bbc07f-25c6-4a7c-81b7-6d5f70a262e6, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=MWMzMmY3ZC0xMjk4NTU2MC1iM2VkNzdmZS1kMzMyOTdlOA==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "PRAGMA TablePathPrefix(\"/Root\"); SELECT `id`, `number`, `txt` FROM products ORDER BY `id`;" } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(ExecuteDataQuery, 70bbc07f-25c6-4a7c-81b7-6d5f70a262e6, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { result_sets { columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } rows { items { uint32_value: 1 } items { uint64_value: 10 } items { bytes_value: "one" } } rows { items { uint32_value: 2 } items { uint64_value: 20 } items { bytes_value: "two" } } rows { items { uint32_value: 3 } items { uint64_value: 30 } items { bytes_value: "three" } } format: FORMAT_VALUE } tx_meta { } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, 252aa0a0-3983-41eb-8d1f-4d92170ee7e3, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, 252aa0a0-3983-41eb-8d1f-4d92170ee7e3, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, 252aa0a0-3983-41eb-8d1f-4d92170ee7e3, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } size_bytes: 115 created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } } } } }
DEBUG    ydb.connection:connection.py:447 RpcState(DescribeTable, d4a397b8-f22e-43e6-8065-c42886a0fa4a, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribeTable, d4a397b8-f22e-43e6-8065-c42886a0fa4a, ghrun-4q22hfe2g4.auto.internal:1345): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMzEyZmItODAyOWViMWYtMTQxNTM3Ni1iNTUxZjYxNw==" path: "/Root/products" operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribeTable, d4a397b8-f22e-43e6-8065-c42886a0fa4a, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.DescribeTableResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } columns { name: "id" type { optional_type { item { type_id: UINT32 } } } } columns { name: "number" type { optional_type { item { type_id: UINT64 } } } } columns { name: "txt" type { optional_type { item { type_id: STRING } } } } primary_key: "id" storage_settings { store_external_blobs: DISABLED } column_families { name: "default" compression: COMPRESSION_NONE } partitioning_settings { partitioning_by_size: ENABLED partition_size_mb: 2048 partitioning_by_load: DISABLED min_partitions_count: 1 } read_replicas_settings { any_az_read_replicas_count: 0 } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7f2e343442e0>
DEBUG    ydb.connection:connection.py:447 RpcState(DescribePath, aa347682-063b-4c5b-ac01-d34da1b45c3e, ghrun-4q22hfe2g4.auto.internal:1345): creating call state
DEBUG    ydb.connection:connection.py:76 RpcState(DescribePath, aa347682-063b-4c5b-ac01-d34da1b45c3e, ghrun-4q22hfe2g4.auto.internal:1345): request = { operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } path: "/Root/products" }
DEBUG    ydb.connection:connection.py:65 RpcState(DescribePath, aa347682-063b-4c5b-ac01-d34da1b45c3e, ghrun-4q22hfe2g4.auto.internal:1345): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Scheme.DescribePathResult] { self { name: "products" owner: "root@builtin" type: TABLE effective_permissions { subject: "USERS" permission_names: "ydb.database.connect" } effective_permissions { subject: "METADATA-READERS" permission_names: "ydb.generic.list" } effective_permissions { subject: "DATA-READERS" permission_names: "ydb.granular.select_row" } effective_permissions { subject: "DATA-WRITERS" permission_names: "ydb.tables.modify" } effective_permissions { subject: "DDL-ADMINS" permission_names: "ydb.granular.create_directory" permission_names: "ydb.granular.write_attributes" permission_names: "ydb.granular.create_table" permission_names: "ydb.granular.remove_schema" permission_names: "ydb.granular.create_queue" permission_names: "ydb.granular.alter_schema" } effective_permissions { subject: "ACCESS-ADMINS" permission_names: "ydb.access.grant" } effective_permissions { subject: "DATABASE-ADMINS" permission_names: "ydb.generic.manage" } size_bytes: 115 created_at { plan_step: 1787144131750 tx_id: 281474976710952 } } } } } }
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.76
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.76
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rgvb/0021bf/ydb/apps/ydb/ydb', '--endpoint', 'grpc://localhost:1345', '--database', '/Root', 'yql', '--script', "SHOW GRANTS ON '/Root/products';"]' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3502806
DEBUG    ya.test:process.py:259 Command (pid 3502806) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 3502806) elapsed time (sec): 0.11661219596862793
DEBUG    ya.test:process.py:263 Command (pid 3502806) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) maxrss: 174976
DEBUG    ya.test:process.py:263 Command (pid 3502806) minflt: 3623
DEBUG    ya.test:process.py:263 Command (pid 3502806) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 3502806) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3502806) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 3502806) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3502806) stime: 0.029258
DEBUG    ya.test:process.py:263 Command (pid 3502806) utime: 0.037617
DEBUG    ya.test:process.py:263 Command (pid 3502806) wtime: 0.118
DEBUG    ya.test:process.py:275 Command (pid 3502806) output:

DEBUG    ya.test:process.py:276 Command (pid 3502806) errors:
Status: GENERIC_ERROR
Issues: 
<main>:1:5: Error: mismatched input 'GRANTS' expecting CREATE
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:305 Stopped node localhost:1345/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7094
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14978
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64200
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1345
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4022
============================== slowest durations ===============================
142.94s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
22.02s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
2.82s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes
=========================== short test summary info ============================
FAILED basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWIncrComplSchemaChange::test_full_cycle_local_backup_restore_with_incrementals_complex_schema_changes - AssertionError: Stage 6 data verification failed
assert False
 +  where False = RestoreResult(success=True, expected_failure=False, data_verified=False, schema_verified=True, acl_verified=True, error_message=None, diagnostics=None).data_verified
======================== 1 failed in 168.40s (0:02:48) =========================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.82s call     basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
22.01s teardown basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
2.95s setup    basic_user_scenarios.py::TestFullCycleLocalBackupRestoreWSchemaChange::test_full_cycle_local_backup_restore_with_schema_changes
============================== 1 passed in 48.10s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002175/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
22.01s teardown basic_user_scenarios.py::TestFullCycleOperationIdPolling::test_full_cycle_all_operation_ids_with_polling
6.69s call     basic_user_scenarios.py::TestFullCycleOperationIdPolling::test_full_cycle_all_operation_ids_with_polling
3.22s setup    basic_user_scenarios.py::TestFullCycleOperationIdPolling::test_full_cycle_all_operation_ids_with_polling
============================== 1 passed in 32.25s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002173/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

basic_user_scenarios.py .

============================== slowest durations ===============================
17.01s teardown basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
14.01s call     basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
3.44s setup    basic_user_scenarios.py::TestIncrementalChainRestoreAfterDeletion::test_incremental_chain_restore_when_tables_deleted
============================== 1 passed in 34.82s ==============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002184/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.32s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021a5/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021df/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ba/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002195/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b3/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021cb/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.30s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002186/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002136/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002183/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.34s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021a8/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.31s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021bd/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.27s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002138/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002159/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.32s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ac/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.38s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021bc/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c5/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.33s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002134/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.32s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c7/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.29s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c0/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/basic_user_scenarios/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 9 items

============================ no tests ran in 0.28s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b5/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c9/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c2/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b4/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021cc/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ab/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/00218a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021be/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002198/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002197/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002174/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk10
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021dc/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk11
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b7/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk12
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.00s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b9/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk13
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/00215a/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk14
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b8/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk15
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002187/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk16
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002196/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk17
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021af/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk18
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c6/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk19
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021b1/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk20
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021a9/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk21
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002189/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk22
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021de/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk23
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002176/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk24
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ae/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk25
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021c4/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk26
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/002139/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk27
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021ca/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk28
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rgvb/0021a7/ydb/tests/functional/backup_collection/test-results/py3test/testing_out_stuff/conftest/chunk29
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-4.4.4
collected 0 items

============================ no tests ran in 0.01s =============================
