============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items

test_workload.py .E.

==================================== ERRORS ====================================
______________ ERROR at teardown of TestYdbLogWorkload.test[row] _______________
ydb/tests/stress/log/tests/test_workload.py:12: in setup
    yield from self.setup_cluster(
ydb/tests/library/stress/fixtures.py:35: in setup_cluster
    self.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Not freed 0x00007F2217501C00 size: 2016, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
E   Not freed 0x00007F21FED5E6A0 size: 2016, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
E   Not freed 0x00007F21F40BC500 size: 8512, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
E   VERIFY failed (2025-11-19T09:25:20.372968Z): Allocated: 114079872, Freed: 114077856, Peak: 84688160
E   yql/essentials/minikql/mkql_mem_info.cpp:180
E   VerifyDebug(): requirement GetUsage() == 0 failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA777935
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
E   2. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:178: VerifyDebug @ 0xCEE27EE
E   3. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:58: ~TMemoryUsageInfo @ 0xCEE24D4
E   4. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:56: ?? @ 0xCEE281D
E   5. /-S/util/generic/ptr.h:36: CheckedDelete<TThrRefBase> @ 0xEAF9D37
E   6. /-S/util/generic/ptr.h:57: Destroy<TThrRefBase> @ 0xEAF9D37
E   7. /-S/util/generic/ptr.h:419: UnRef @ 0xEAF9D37
E   8. /-S/util/generic/ptr.h:424: UnRef @ 0xEAF9D37
E   9. /-S/util/generic/ptr.h:494: UnRef @ 0xEAF9D37
E   10. /-S/util/generic/ptr.h:638: UnRef @ 0xEAF9D37
E   11. /-S/util/generic/ptr.h:536: ~TIntrusivePtr @ 0xEAF9D37
E   12. /-S/yql/essentials/minikql/mkql_alloc.h:68: ~TAllocState @ 0xEAF9D37
E   13. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:173: __release_shared @ 0x1B7D6955
E   14. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:219: __release_shared @ 0x1B7D6955
E   15. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:694: ~shared_ptr @ 0x1B7D6955
E   16. /tmp//-S/ydb/core/kqp/runtime/kqp_read_actor.cpp:409: ~TKqpReadActor @ 0x1B7D6955
E   17. /tmp//-S/ydb/core/kqp/runtime/kqp_read_actor.cpp:404: ?? @ 0x1B7D6D4D
E   18. /-S/util/generic/ptr.h:36: CheckedDelete<NActors::IActor> @ 0xB5F59A7
E   19. /-S/util/generic/ptr.h:57: Destroy<NActors::IActor> @ 0xB5F59A7
E   20. /-S/util/generic/ptr.h:376: DoDestroy @ 0xB5F59A7
E   21. /-S/util/generic/ptr.h:306: ~THolder @ 0xB5F59A7
E   22. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:154: destroy @ 0xB5F59A7
E   23. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:335: destroy<THolder<NActors::IActor, TDelete>, 0> @ 0xB5F59A7
E   24. /-S/contrib/libs/cxxsupp/libcxx/include/vector:1015: __base_destruct_at_end @ 0xB5F59A7
E   25. /-S/contrib/libs/cxxsupp/libcxx/include/vector:1009: __clear @ 0xB5F59A7
E   26. /-S/contrib/libs/cxxsupp/libcxx/include/vector:766: clear @ 0xB5F59A7
E   27. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:112: DropUnregistered @ 0xB5F59A7
E   28. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:276: Execute @ 0xB5F6B4B
E   29. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
E   30. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
E   31. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
E   32. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
E   33. ??:0: ?? @ 0x7F225C364AC2
E   34. ??:0: ?? @ 0x7F225C3F68BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[row]
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/8uxn/001e8c/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27207
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/8uxn/001e8c/r3tmp/kikimr_cluster_mchk5hmw
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15488
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17632
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21830
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17032
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/8uxn/001e8c/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/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/logfile_c_yemdq6.log --grpc-port=15488 --mon-port=17632 --ic-port=27207
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15488/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:269 Final command: /home/runner/.ya/build/build_root/8uxn/001e8c/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/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/logfile_c_yemdq6.log --grpc-port=15488 --mon-port=17632 --ic-port=27207
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/logfile_c_yemdq6.log', '--grpc-port=15488', '--mon-port=17632', '--ic-port=27207')' in '/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3832901
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:15488/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/8uxn/001e8c/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3832905
DEBUG    ya.test:process.py:259 Command (pid 3832905) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3832905) elapsed time (sec): 0.4546480178833008
DEBUG    ya.test:process.py:263 Command (pid 3832905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) maxrss: 542480
DEBUG    ya.test:process.py:263 Command (pid 3832905) minflt: 16191
DEBUG    ya.test:process.py:263 Command (pid 3832905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) nivcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 3832905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3832905) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3832905) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3832905) stime: 0.232899
DEBUG    ya.test:process.py:263 Command (pid 3832905) utime: 0.130287
DEBUG    ya.test:process.py:263 Command (pid 3832905) wtime: 0.459
DEBUG    ya.test:process.py:275 Command (pid 3832905) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -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 3832905) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-jiuhvntrce    Host information: 
        Linux ghrun-jiuhvntrce 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15488', '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: 27207\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/8uxn/001e8c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15488', '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: 27207\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3833592
DEBUG    ya.test:process.py:259 Command (pid 3833592) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3833592) elapsed time (sec): 0.5421464443206787
DEBUG    ya.test:process.py:263 Command (pid 3833592) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) maxrss: 550988
DEBUG    ya.test:process.py:263 Command (pid 3833592) minflt: 18331
DEBUG    ya.test:process.py:263 Command (pid 3833592) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) nivcsw: 92
DEBUG    ya.test:process.py:263 Command (pid 3833592) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3833592) nvcsw: 104
DEBUG    ya.test:process.py:263 Command (pid 3833592) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3833592) stime: 0.28534699999999996
DEBUG    ya.test:process.py:263 Command (pid 3833592) utime: 0.118575
DEBUG    ya.test:process.py:263 Command (pid 3833592) wtime: 0.547
DEBUG    ya.test:process.py:275 Command (pid 3833592) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15488', '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/8uxn/001e8c/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15488', '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: 3834077
DEBUG    ya.test:process.py:259 Command (pid 3834077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3834077) elapsed time (sec): 0.5022428035736084
DEBUG    ya.test:process.py:263 Command (pid 3834077) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) maxrss: 550980
DEBUG    ya.test:process.py:263 Command (pid 3834077) minflt: 18332
DEBUG    ya.test:process.py:263 Command (pid 3834077) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) nivcsw: 299
DEBUG    ya.test:process.py:263 Command (pid 3834077) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3834077) nvcsw: 135
DEBUG    ya.test:process.py:263 Command (pid 3834077) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3834077) stime: 0.274744
DEBUG    ya.test:process.py:263 Command (pid 3834077) utime: 0.145453
DEBUG    ya.test:process.py:263 Command (pid 3834077) wtime: 0.503
DEBUG    ya.test:process.py:275 Command (pid 3834077) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 330ad157-5b9b-4a70-9f9b-40da214730a3, localhost:15488): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 330ad157-5b9b-4a70-9f9b-40da214730a3, localhost:15488): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 330ad157-5b9b-4a70-9f9b-40da214730a3, localhost:15488): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 15488 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jiuhvntrce.auto.internal:15488, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15488
INFO     ya.test:ya.py:447 Test call (class_name: test_workload.py::TestYdbLogWorkload, test_name: test[row])
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/workload_log
DEBUG    ya.test:process.py:678 Command out will be placed to workload_log.out
DEBUG    ya.test:process.py:678 Command err will be placed to workload_log.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/workload_log', '--endpoint', 'grpc://localhost:15488', '--database', '/Root', '--store_type', 'row', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3834465
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e9fa66eb-6a58-4038-8e1a-d52475e0d28d, localhost:15488): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e9fa66eb-6a58-4038-8e1a-d52475e0d28d, localhost:15488): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e9fa66eb-6a58-4038-8e1a-d52475e0d28d, localhost:15488): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 15488 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-jiuhvntrce.auto.internal:15488, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15488
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15488
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15488". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ya.test:process.py:259 Command (pid 3834465) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3834465) elapsed time (sec): 153.79712414741516
DEBUG    ya.test:process.py:263 Command (pid 3834465) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) inblock: 355840
DEBUG    ya.test:process.py:263 Command (pid 3834465) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) majflt: 35
DEBUG    ya.test:process.py:263 Command (pid 3834465) maxrss: 918972
DEBUG    ya.test:process.py:263 Command (pid 3834465) minflt: 468298
DEBUG    ya.test:process.py:263 Command (pid 3834465) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) nivcsw: 17786
DEBUG    ya.test:process.py:263 Command (pid 3834465) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3834465) nvcsw: 3000895
DEBUG    ya.test:process.py:263 Command (pid 3834465) oublock: 1488080
DEBUG    ya.test:process.py:263 Command (pid 3834465) stime: 30.553422
DEBUG    ya.test:process.py:263 Command (pid 3834465) utime: 136.701167
DEBUG    ya.test:process.py:263 Command (pid 3834465) wtime: 153.801
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15488
DEBUG    ya.test:process.py:275 Command (pid 3834465) output:
Remove path log/log_row...
Remove path log/log_row...Ok
Init tables ...
Init tables ...Ok
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
Fill table log/log_row...
1	     27	27	0	0	279	427	479	479
2	      2	2	0	0	107	407	407	407
3	      1	1	0	0	1599	1599	1599	1599
4	      7	7	0	0	2431	3247	3247	3247
5	      2	2	0	0	3327	4127	4127	4127
6	      1	1	0	0	1959	1959	1959	1959
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      1	1	0	0	5503	5503	5503	5503
10	      1	1	0	0	6207	6207	6207	6207
11	      1	1	0	0	6655	6655	6655	6655
12	      1	1	0	0	6879	6879	6879	6879
13	      0	0	0	1	0	0	0	0
14	      0	0	0	3	0	0	0	0
15	      0	0	0	1	0	0	0	0
16	      0	0	0	1	0	0	0	0
17	      0	0	0	0	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	1	0	0	0	0
20	      0	0	0	1	0	0	0	0
21	      0	0	0	1	0	0	0	0
22	      0	0	0	1	0	0	0	0
23	      0	0	0	1	0	0	0	0
24	      0	0	0	3	0	0	0	0
25	      0	0	0	1	0	0	0	0
26	      0	0	0	1	0	0	0	0
27	      0	0	0	0	0	0	0	0
Fill table log/log_row OK 100000 / 100000 (27.967341s)
28	      0	0	0	0	0	0	0	0
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
29	      0	0	0	1	0	0	0	0
1	    727	727	0	0	11	22	77	81
30	      0	0	0	1	0	0	0	0
2	    611	611	0	0	13	25	32	39
31	      0	0	0	1	0	0	0	0
3	     16	16	0	0	11	1031	1103	1103
32	      0	0	0	1	0	0	0	0
4	    481	481	0	0	17	36	1143	1279
33	      1	1	0	1	75	75	75	75
5	    458	458	0	0	20	37	50	52
34	      0	0	0	3	0	0	0	0
6	    461	461	0	0	20	44	49	54
35	      0	0	0	1	0	0	0	0
7	    585	585	0	0	15	31	56	58
36	      0	0	0	1	0	0	0	0
8	    607	607	0	0	14	31	38	46
37	      0	0	0	0	0	0	0	0
9	    628	628	0	0	14	27	36	40
38	      0	0	0	0	0	0	0	0
10	    722	722	0	0	10	31	83	84
39	      1	1	0	1	80	80	80	80
11	    710	710	0	0	12	24	33	39
40	      0	0	0	1	0	0	0	0
12	    632	632	0	0	13	29	51	55
41	      0	0	0	1	0	0	0	0
13	    468	468	0	0	15	56	106	126
42	      0	0	0	1	0	0	0	0
14	    448	448	0	0	18	44	54	59
43	      0	0	0	1	0	0	0	0
15	    505	505	0	0	16	43	50	63
44	      0	0	0	3	0	0	0	0
16	    609	609	0	0	14	28	67	73
45	      0	0	0	1	0	0	0	0
17	    620	620	0	0	15	28	36	40
46	      0	0	0	1	0	0	0	0
18	    550	550	0	0	15	38	46	53
47	      0	0	0	0	0	0	0	0
19	    481	481	0	0	19	36	39	43
48	      0	0	0	0	0	0	0	0
20	    634	634	0	0	14	27	32	33
49	      0	0	0	1	0	0	0	0
21	    552	552	0	0	16	33	44	51
50	      0	0	0	1	0	0	0	0
22	    499	499	0	0	18	36	42	48
51	      0	0	0	1	0	0	0	0
23	    383	383	0	0	23	48	64	67
52	      0	0	0	1	0	0	0	0
24	    377	377	0	0	25	45	54	61
53	      0	0	0	1	0	0	0	0
25	    597	597	0	0	14	31	44	54
54	      0	0	0	3	0	0	0	0
26	    504	504	0	0	17	33	86	98
55	      0	0	0	1	0	0	0	0
27	    392	392	0	0	24	50	58	63
56	      0	0	0	1	0	0	0	0
28	    599	599	0	0	14	34	58	68
57	      0	0	0	0	0	0	0	0
29	    506	506	0	0	18	33	37	43
58	      0	0	0	0	0	0	0	0
30	    432	432	0	0	20	45	69	72
59	      0	0	0	1	0	0	0	0
31	    300	300	0	0	30	58	61	67
60	      0	0	0	1	0	0	0	0
32	    518	518	0	0	18	36	42	44
61	      0	0	0	1	0	0	0	0
33	     10	10	0	0	19	21	21	21
62	      0	0	0	1	0	0	0	0
34	    428	428	0	0	16	38	1167	1279
63	      0	0	0	1	0	0	0	0
35	    500	500	0	0	17	40	52	67
64	      0	0	0	3	0	0	0	0
36	    520	520	0	0	17	38	45	49
65	      0	0	0	1	0	0	0	0
37	    437	437	0	0	19	41	53	61
66	      0	0	0	1	0	0	0	0
38	    433	433	0	0	22	38	63	70
67	      0	0	0	0	0	0	0	0
39	    403	403	0	0	22	43	95	100
68	      0	0	0	0	0	0	0	0
40	    403	403	0	0	23	43	53	55

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
40	  19746	493.65	0	0	16	38	55	1279
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
69	      0	0	0	1	0	0	0	0
1	    278	278	0	0	34	58	124	131
70	      0	0	0	1	0	0	0	0
2	    278	278	0	0	32	60	78	88
71	      0	0	0	1	0	0	0	0
3	    516	516	0	0	16	37	63	96
72	      0	0	0	1	0	0	0	0
4	    557	557	0	0	15	41	48	51
73	      0	0	0	1	0	0	0	0
5	    432	432	0	0	17	46	137	146
74	      0	0	0	3	0	0	0	0
6	    546	546	0	0	15	32	48	60
75	      0	0	0	1	0	0	0	0
7	    478	478	0	0	18	44	72	78
76	      0	0	0	1	0	0	0	0
8	    512	512	0	0	17	32	38	49
77	      0	0	0	0	0	0	0	0
9	    449	449	0	0	19	39	53	54
78	      0	0	0	0	0	0	0	0
10	    444	444	0	0	19	50	59	68
79	      0	0	0	1	0	0	0	0
11	    409	409	0	0	23	42	51	55
80	      0	0	0	1	0	0	0	0
12	    451	451	0	0	20	37	44	55
81	      0	0	0	1	0	0	0	0
13	    360	360	0	0	22	67	87	126
82	      0	0	0	1	0	0	0	0
14	     61	61	0	0	16	32	33	42
83	      0	0	0	1	0	0	0	0
15	     99	99	8	0	19	1479	1735	1831
84	      0	0	0	3	0	0	0	0
16	    378	378	2	0	24	48	53	1935
85	      0	0	0	1	0	0	0	0
17	    374	374	0	0	23	46	75	81
86	      0	0	0	1	0	0	0	0
18	    290	290	0	0	29	75	104	110
87	      0	0	0	0	0	0	0	0
19	    280	280	0	0	31	82	100	108
88	      0	0	0	0	0	0	0	0
20	    256	256	0	0	33	80	87	97
89	      1	1	0	1	8191	8191	8191	8191
21	    175	175	0	0	53	119	134	151
90	      0	0	0	1	0	0	0	0
22	    260	260	0	0	38	61	84	91
91	      0	0	0	0	0	0	0	0
23	    319	319	0	0	24	79	107	131
92	      0	0	0	1	0	0	0	0
24	    354	354	0	0	20	81	97	122
93	      0	0	0	1	0	0	0	0
25	    364	364	0	0	19	56	89	100
94	      0	0	0	3	0	0	0	0
26	    441	441	0	0	19	38	157	167
95	      0	0	0	1	0	0	0	0
27	    457	457	0	0	15	59	79	86
96	      1	1	0	1	295	295	295	295
28	    442	442	0	0	17	57	84	94
97	      0	0	0	0	0	0	0	0
29	    429	429	0	0	19	48	56	61
98	      0	0	0	0	0	0	0	0
30	    315	315	0	0	27	59	83	95
99	      0	0	0	2	0	0	0	0
31	    300	300	0	0	33	60	63	64
100	      0	0	0	1	0	0	0	0
32	    365	365	0	0	22	54	68	75
101	      0	0	0	0	0	0	0	0
33	    370	370	0	0	22	49	52	59
102	      0	0	0	1	0	0	0	0
34	    363	363	0	0	25	49	52	57
103	      0	0	0	1	0	0	0	0
35	    291	291	0	0	28	66	99	103
104	      0	0	0	3	0	0	0	0
36	    193	193	0	0	45	107	131	134
105	      0	0	0	0	0	0	0	0
37	    119	119	0	0	67	183	191	197
106	      0	0	0	2	0	0	0	0
38	     13	13	0	0	182	227	229	229
107	      0	0	0	0	0	0	0	0
39	      0	0	0	10	0	0	0	0
108	      0	0	0	0	0	0	0	0
40	      0	0	0	11	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
40	  13018	325.45	10	21	21	59	100	1935
109	      0	0	0	147	0	0	0	0
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
110	      0	0	0	1517	0	0	0	0
1	      0	0	0	8018	0	0	0	0
111	      0	0	0	1266	0	0	0	0
2	      0	0	0	5296	0	0	0	0
112	      0	0	0	1486	0	0	0	0
3	      0	0	0	8157	0	0	0	0
113	      0	0	0	1364	0	0	0	0
4	      0	0	0	6833	0	0	0	0
114	      0	0	0	1297	0	0	0	0
5	      0	0	0	6708	0	0	0	0
115	      0	0	0	1505	0	0	0	0
6	      0	0	0	7763	0	0	0	0
116	      0	0	0	1083	0	0	0	0
7	      0	0	0	7003	0	0	0	0
117	      0	0	0	1113	0	0	0	0
8	      0	0	0	5359	0	0	0	0
118	      0	0	0	1262	0	0	0	0
9	      0	0	0	5166	0	0	0	0
119	      0	0	0	1148	0	0	0	0
10	      0	0	0	4854	0	0	0	0
120	      0	0	0	1405	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
120	     48	0.4	0	14688	303	6655	8191	8191
11	      0	0	0	6553	0	0	0	0
12	      0	0	0	6890	0	0	0	0
13	      0	0	0	9679	0	0	0	0
14	      0	0	0	8896	0	0	0	0
15	      0	0	0	9047	0	0	0	0
16	      0	0	0	5988	0	0	0	0
17	      0	0	0	8768	0	0	0	0
18	      0	0	0	7220	0	0	0	0
19	      0	0	0	7393	0	0	0	0
20	      0	0	0	6782	0	0	0	0
21	      0	0	0	5148	0	0	0	0
22	      0	0	0	6264	0	0	0	0
23	      0	0	0	8543	0	0	0	0
24	      0	0	0	9199	0	0	0	0
25	      0	0	0	9126	0	0	0	0
26	      0	0	0	8102	0	0	0	0
27	      0	0	0	8769	0	0	0	0
28	      0	0	0	8667	0	0	0	0
29	      0	0	0	9173	0	0	0	0
30	      0	0	0	8851	0	0	0	0
31	      0	0	0	9401	0	0	0	0
32	      0	0	0	7558	0	0	0	0
33	      0	0	0	9240	0	0	0	0
34	      0	0	0	8553	0	0	0	0
35	      0	0	0	8558	0	0	0	0
36	      0	0	0	8856	0	0	0	0
37	      0	0	0	8001	0	0	0	0
38	      0	0	0	7884	0	0	0	0
39	      0	0	0	7741	0	0	0	0
40	      0	0	0	7692	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
40	      0	0	0	307699	0	0	0	0

DEBUG    ya.test:process.py:276 Command (pid 3834465) errors:
...gested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 3 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.
--!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
7 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 6 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
--!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)

Task ID: 3 Status: TRANSPORT_UNAVAILABLE5 Status: TRANSPORT_UNAVAILABLE Task ID: 6 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: Task ID: 7 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
--!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
  Status: Task ID: 4 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: Task ID: Task ID: Task ID: 647 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 8 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 3 Status: TRANSPORT_UNAVAILABLE 
 Status:  Query text: TRANSPORT_UNAVAILABLE--!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)Task ID:  <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 8 Status: TRANSPORT_UNAVAILABLE 
Task ID: 4 Status: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.
0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 2 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 5 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 1 Status: TRANSPORT_UNAVAILABLE Task ID: 7 Status: Task ID: Task ID: 3 Status: TRANSPORT_UNAVAILABLE TRANSPORT_UNAVAILABLE TRANSPORT_UNAVAILABLE 0 Status: TRANSPORT_UNAVAILABLETask ID: 2 Status: TRANSPORT_UNAVAILABLE  <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.
--!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 5 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.


 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 5 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 2 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 3 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 8Task ID: 2 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 3 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)Task ID:  Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)

Task ID: 8 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 6 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 8 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
9 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 9 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 9 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 9 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 3 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 2 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)Task ID: 8 Status: Task ID: 6 Status: TRANSPORT_UNAVAILABLE 
<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 1 Status: TRANSPORT_UNAVAILABLE Task ID: 0 Status: TRANSPORT_UNAVAILABLE <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
Task ID: 5 Status: TRANSPORT_UNAVAILABLE<main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
 <main>: Error: GRpc error: (14): connections to all backends failing; last error: UNKNOWN: ipv4:127.0.0.1:15488: Failed to connect to remote host: Connection refused
<main>: Error: Grpc error response on endpoint localhost:15488
<main>: Error: Endpoint list is empty for database /Root, cluster endpoint localhost:15488.

 Query text: --!syntax_v1
DECLARE $log_id_0 AS Utf8;
DECLARE $timestamp_0 AS Timestamp;
DECLARE $level_0 AS Int32;
DECLARE $service_name_0 AS Utf8;
DECLARE $component_0 AS Utf8?;
DECLARE $message_0 AS Utf8;
DECLARE $request_id_0 AS Utf8?;
DECLARE $metadata_0 AS JsonDocument?;
DECLARE $ingested_at_0 AS Timestamp?;
DECLARE $c0_0 AS Uint64;
DECLARE $c1_0 AS Uint64;
DECLARE $c2_0 AS Utf8;
DECLARE $c3_0 AS Utf8;
DECLARE $c4_0 AS Utf8?;
DECLARE $c5_0 AS Utf8?;
DECLARE $c6_0 AS Utf8?;
INSERT INTO `log/log_row` (log_id, timestamp, level, service_name, component, message, request_id, metadata, ingested_at, c0, c1, c2, c3, c4, c5, c6) VALUES($log_id_0, $timestamp_0, $level_0, $service_name_0, $component_0, $message_0, $request_id_0, $metadata_0, $ingested_at_0, $c0_0, $c1_0, $c2_0, $c3_0, $c4_0, $c5_0, $c6_0)
contrib/tools/python3/Lib/tempfile.py:940: ResourceWarning: Implicitly cleaning up <TemporaryDirectory '/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/tmphh7qxppk'>

DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15488". Check endpoint correctness.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jiuhvntrce'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3832901' in '/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_c_yemdq6.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:15488/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17032
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21830
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17632
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15488
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27207
============================== slowest durations ===============================
307.55s call     test_workload.py::TestYdbLogWorkload::test[column]
157.09s call     test_workload.py::TestYdbLogWorkload::test[row]
12.01s teardown test_workload.py::TestYdbLogWorkload::test[column]
3.91s setup    test_workload.py::TestYdbLogWorkload::test[row]
3.88s setup    test_workload.py::TestYdbLogWorkload::test[column]
0.02s teardown test_workload.py::TestYdbLogWorkload::test[row]
=========================== short test summary info ============================
ERROR test_workload.py::TestYdbLogWorkload::test[row] - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/8uxn/001e8c/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.row/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Not freed 0x00007F2217501C00 size: 2016, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
Not freed 0x00007F21FED5E6A0 size: 2016, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
Not freed 0x00007F21F40BC500 size: 8512, location: yql/essentials/minikql/mkql_alloc.h:532. For more detailed location use YQL_MKQL_COLLECT_STACKTRACES_FOR_ALLOCATIONS environment variable.
VERIFY failed (2025-11-19T09:25:20.372968Z): Allocated: 114079872, Freed: 114077856, Peak: 84688160
yql/essentials/minikql/mkql_mem_info.cpp:180
VerifyDebug(): requirement GetUsage() == 0 failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA777935
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
2. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:178: VerifyDebug @ 0xCEE27EE
3. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:58: ~TMemoryUsageInfo @ 0xCEE24D4
4. /tmp//-S/yql/essentials/minikql/mkql_mem_info.cpp:56: ?? @ 0xCEE281D
5. /-S/util/generic/ptr.h:36: CheckedDelete<TThrRefBase> @ 0xEAF9D37
6. /-S/util/generic/ptr.h:57: Destroy<TThrRefBase> @ 0xEAF9D37
7. /-S/util/generic/ptr.h:419: UnRef @ 0xEAF9D37
8. /-S/util/generic/ptr.h:424: UnRef @ 0xEAF9D37
9. /-S/util/generic/ptr.h:494: UnRef @ 0xEAF9D37
10. /-S/util/generic/ptr.h:638: UnRef @ 0xEAF9D37
11. /-S/util/generic/ptr.h:536: ~TIntrusivePtr @ 0xEAF9D37
12. /-S/yql/essentials/minikql/mkql_alloc.h:68: ~TAllocState @ 0xEAF9D37
13. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:173: __release_shared @ 0x1B7D6955
14. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:219: __release_shared @ 0x1B7D6955
15. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:694: ~shared_ptr @ 0x1B7D6955
16. /tmp//-S/ydb/core/kqp/runtime/kqp_read_actor.cpp:409: ~TKqpReadActor @ 0x1B7D6955
17. /tmp//-S/ydb/core/kqp/runtime/kqp_read_actor.cpp:404: ?? @ 0x1B7D6D4D
18. /-S/util/generic/ptr.h:36: CheckedDelete<NActors::IActor> @ 0xB5F59A7
19. /-S/util/generic/ptr.h:57: Destroy<NActors::IActor> @ 0xB5F59A7
20. /-S/util/generic/ptr.h:376: DoDestroy @ 0xB5F59A7
21. /-S/util/generic/ptr.h:306: ~THolder @ 0xB5F59A7
22. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:154: destroy @ 0xB5F59A7
23. /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:335: destroy<THolder<NActors::IActor, TDelete>, 0> @ 0xB5F59A7
24. /-S/contrib/libs/cxxsupp/libcxx/include/vector:1015: __base_destruct_at_end @ 0xB5F59A7
25. /-S/contrib/libs/cxxsupp/libcxx/include/vector:1009: __clear @ 0xB5F59A7
26. /-S/contrib/libs/cxxsupp/libcxx/include/vector:766: clear @ 0xB5F59A7
27. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:112: DropUnregistered @ 0xB5F59A7
28. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:276: Execute @ 0xB5F6B4B
29. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
30. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
31. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
32. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
33. ??:0: ?? @ 0x7F225C364AC2
34. ??:0: ?? @ 0x7F225C3F68BF
==================== 2 passed, 1 error in 485.26s (0:08:05) ====================
