  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 135, in runtestprotocol
    reports.append(call_and_report(item, "teardown", log, nextitem=nextitem))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 183, in pytest_runtest_teardown
    item.session._setupstate.teardown_exact(nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/ber8/001fb7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/ber8/001fb7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 669, in stop
    thread.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0x00007bb9eb989640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007bb9f559f640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007bb9f3954640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007bb9f68bf640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007fba292f3a40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../build/build_root/ber8/001fb7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ber8/001fb7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ber8/001fb7', '--source-root', '/home/runner/.ya/build/build_root/ber8/001fb7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ber8/001fb7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: ((".../build/build_root/ber8/001fb7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ber8/001fb7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ber8/001fb7', '--source-root', '/home/runner/.ya/build/build_root/ber8/001fb7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ber8/001fb7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Thread 0 failed
Thread 1 failed
Thread 2 failed
Thread 3 failed
Thread 0 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/ber8/001fa6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 114, in test_multi
    t.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Traceback (most recent call last):
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
         ^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 308, in wrap_session
    config.hook.pytest_sessionfinish(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/ber8/001fa6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/ber8/001fa6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 676, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
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/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_4/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-31T12:24:47.702323Z): tablet_id=72075186224038125;self_id=[4:7567360504434648728:7830];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976735767;lock_id=281474976735763;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1F940057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F92DD8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x221D2D0D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x4220D384
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42BACDE0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42BAC567
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B99779
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E5F3CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C09965
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42D0ABB5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x2727FA00
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x27279D0C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2728262E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272160FA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272160FA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D095D5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C7AE47
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x220CCC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x221AB7E1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x221B5406
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x221B49BD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x221B6A2E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F9450B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F5E2AC6
24. ??:0: ?? @ 0x7F6B1303AAC2
25. ??:0: ?? @ 0x7F6B130CC8BF

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../build/build_root/ber8/001fa6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ber8/001fa6', '--source-root', '/home/runner/.ya/build/build_root/ber8/001fa6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: ((".../build/build_root/ber8/001fa6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ber8/001fa6', '--source-root', '/home/runner/.ya/build/build_root/ber8/001fa6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ber8/001fa6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 1169 30% 1169 50% 1169 90% 1169 99% 1169 ms
Write: 10% 2734 30% 2734 50% 2734 90% 2734 99% 2734 ms
Write: 10% 1770 30% 1770 50% 1770 90% 1770 99% 1770 ms
Write: 10% 4615 30% 4615 50% 4615 90% 4615 99% 4615 ms
Write: 10% 7266 30% 7266 50% 7266 90% 7266 99% 7266 ms
Write: 10% 7755 30% 7755 50% 7755 90% 7755 99% 7755 ms
Write: 10% 15575 30% 15575 50% 15575 90% 15575 99% 15575 ms
Write: 10% 13906 30% 13906 50% 13906 90% 13906 99% 13906 ms
Write: 10% 17071 30% 17071 50% 17071 90% 17071 99% 17071 ms
Write: 10% 17570 30% 17570 50% 17570 90% 17570 99% 17570 ms
Write: 10% 18959 30% 18959 50% 18959 90% 18959 99% 18959 ms
Write: 10% 18607 30% 18607 50% 18607 90% 18607 99% 18607 ms
Write: 10% 16771 30% 16771 50% 16771 90% 16771 99% 16771 ms
Write: 10% 18438 30% 18438 50% 18438 90% 18438 99% 18438 ms
Write: 10% 17149 30% 17149 50% 17149 90% 17149 99% 17149 ms
Write: 10% 18025 30% 18025 50% 18025 90% 18025 99% 18025 ms
Write: 10% 18501 30% 18501 50% 18501 90% 18501 99% 18501 ms
Write: 10% 17080 30% 17080 50% 17080 90% 17080 99% 17080 ms
Write: 10% 17021 30% 17021 50% 17021 90% 17021 99% 17021 ms
Write: 10% 16996 30% 16996 50% 16996 90% 16996 99% 16996 ms
Write: 10% 12744 30% 12744 50% 12744 90% 12744 99% 12744 ms
Write: 10% 16353 30% 16353 50% 16353 90% 16353 99% 16353 ms
Write: 10% 8215 30% 8215 50% 8215 90% 8215 99% 8215 ms
Write: 10% 15462 30% 15462 50% 15462 90% 15462 99% 15462 ms
Write: 10% 20098 30% 20098 50% 20098 90% 20098 99% 20098 ms
Write: 10% 10184 30% 10184 50% 10184 90% 10184 99% 10184 ms
Write: 10% 10882 30% 10882 50% 10882 90% 10882 99% 10882 ms
Write: 10% 11650 30% 11650 50% 11650 90% 11650 99% 11650 ms
Write: 10% 16796 30% 16796 50% 16796 90% 16796 99% 16796 ms
Write: 10% 8445 30% 8445 50% 8445 90% 8445 99% 8445 ms
Write: 10% 7219 30% 7219 50% 7219 90% 7219 99% 7219 ms
Write: 10% 9193 30% 9193 50% 9193 90% 9193 99% 9193 ms
Write: 10% 11581 30% 11581 50% 11581 90% 11581 99% 11581 ms
Write: 10% 12740 30% 12740 50% 12740 90% 12740 99% 12740 ms
Write: 10% 8665 30% 8665 50% 8665 90% 8665 99% 8665 ms
Write: 10% 3210 30% 3210 50% 3210 90% 3210 99% 3210 ms
Write: 10% 13473 30% 13473 50% 13473 90% 13473 99% 13473 ms
Write: 10% 6853 30% 6853 50% 6853 90% 6853 99% 6853 ms
Write: 10% 11104 30% 11104 50% 11104 90% 11104 99% 11104 ms
Write: 10% 10008 30% 10008 50% 10008 90% 10008 99% 10008 ms
Write: 10% 9246 30% 9246 50% 9246 90% 9246 99% 9246 ms
Write: 10% 3851 30% 3851 50% 3851 90% 3851 99% 3851 ms
Write: 10% 11771 30% 11771 50% 11771 90% 11771 99% 11771 ms
Write: 10% 3125 30% 3125 50% 3125 90% 3125 99% 3125 ms
Write: 10% 11661 30% 11661 50% 11661 90% 11661 99% 11661 ms
Write: 10% 2900 30% 2900 50% 2900 90% 2900 99% 2900 ms
Write: 10% 3540 30% 3540 50% 3540 90% 3540 99% 3540 ms
Write: 10% 7992 30% 7992 50% 7992 90% 7992 99% 7992 ms
Write: 10% 2508 30% 2508 50% 2508 90% 2508 99% 2508 ms
Write: 10% 3352 30% 3352 50% 3352 90% 3352 99% 3352 ms
Write: 10% 7103 30% 7103 50% 7103 90% 7103 99% 7103 ms
Write: 10% 4438 30% 4438 50% 4438 90% 4438 99% 4438 ms
Write: 10% 3462 30% 3462 50% 3462 90% 3462 99% 3462 ms
Write: 10% 7269 30% 7269 50% 7269 90% 7269 99% 7269 ms
Write: 10% 11471 30% 11471 50% 11471 90% 11471 99% 11471 ms
Write: 10% 6488 30% 6488 50% 6488 90% 6488 99% 6488 ms
Write: 10% 3987 30% 3987 50% 3987 90% 3987 99% 3987 ms
Write: 10% 3744 30% 3744 50% 3744 90% 3744 99% 3744 ms
Write: 10% 4631 30% 4631 50% 4631 90% 4631 99% 4631 ms
Write: 10% 4519 30% 4519 50% 4519 90% 4519 99% 4519 ms
Write: 10% 3009 30% 3009 50% 3009 90% 3009 99% 3009 ms
Write: 10% 7242 30% 7242 50% 7242 90% 7242 99% 7242 ms
Write: 10% 2497 30% 2497 50% 2497 90% 2497 99% 2497 ms
Write: 10% 6624 30% 6624 50% 6624 90% 6624 99% 6624 ms
Step 2. read write
Write: 10% 3088 30% 3088 50% 3088 90% 3088 99% 3088 ms
Write: 10% 7436 30% 7436 50% 7436 90% 7436 99% 7436 ms
Write: 10% 10493 30% 10493 50% 10493 90% 10493 99% 10493 ms
Write: 10% 10704 30% 10704 50% 10704 90% 10704 99% 10704 ms
Write: 10% 12250 30% 12250 50% 12250 90% 12250 99% 12250 ms
Write: 10% 13287 30% 13287 50% 13287 90% 13287 99% 13287 ms
Write: 10% 16886 30% 16886 50% 16886 90% 16886 99% 16886 ms
Write: 10% 20972 30% 20972 50% 20972 90% 20972 99% 20972 ms
Write: 10% 22125 30% 22125 50% 22125 90% 22125 99% 22125 ms
Write: 10% 20761 30% 20761 50% 20761 90% 20761 99% 20761 ms
Write: 10% 24968 30% 24968 50% 24968 90% 24968 99% 24968 ms
Write: 10% 22866 30% 22866 50% 22866 90% 22866 99% 22866 ms
Write: 10% 24615 30% 24615 50% 24615 90% 24615 99% 24615 ms
Write: 10% 16004 30% 16004 50% 16004 90% 16004 99% 16004 ms
Write: 10% 18113 30% 18113 50% 18113 90% 18113 99% 18113 ms
Write: 10% 23597 30% 23597 50% 23597 90% 23597 99% 23597 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 13118 30% 13118 50% 13118 90% 13118 99% 13118 ms
Write: 10% 23396 30% 23396 50% 23396 90% 23396 99% 23396 ms
Write: 10% 21909 30% 21909 50% 21909 90% 21909 99% 21909 ms
Write: 10% 18431 30% 18431 50% 18431 90% 18431 99% 18431 ms
Write: 10% 23665 30% 23665 50% 23665 90% 23665 99% 23665 ms
Write: 10% 23436 30% 23436 50% 23436 90% 23436 99% 23436 ms
Write: 10% 23006 30% 23006 50% 23006 90% 23006 99% 23006 ms
Write: 10% 17775 30% 17775 50% 17775 90% 17775 99% 17775 ms
Write: 10% 25935 30% 25935 50% 25935 90% 25935 99% 25935 ms
Write: 10% 15747 30% 15747 50% 15747 90% 15747 99% 15747 ms
Write: 10% 22444 30% 22444 50% 22444 90% 22444 99% 22444 ms
Write: 10% 21603 30% 21603 50% 21603 90% 21603 99% 21603 ms
Write: 10% 18549 30% 18549 50% 18549 90% 18549 99% 18549 ms
Write: 10% 11811 30% 11811 50% 11811 90% 11811 99% 11811 ms
Write: 10% 24992 30% 24992 50% 24992 90% 24992 99% 24992 ms
Write: 10% 23716 30% 23716 50% 23716 90% 23716 99% 23716 ms
Write: 10% 11597 30% 11597 50% 11597 90% 11597 99% 11597 ms
Write: 10% 24700 30% 24700 50% 24700 90% 24700 99% 24700 ms
Write: 10% 15172 30% 15172 50% 15172 90% 15172 99% 15172 ms
Write: 10% 8344 30% 8344 50% 8344 90% 8344 99% 8344 ms
Write: 10% 16456 30% 16456 50% 16456 90% 16456 99% 16456 ms
Write: 10% 14111 30% 14111 50% 14111 90% 14111 99% 14111 ms
Write: 10% 14289 30% 14289 50% 14289 90% 14289 99% 14289 ms
Write: 10% 4015 30% 4015 50% 4015 90% 4015 99% 4015 ms
Write: 10% 7273 30% 7273 50% 7273 90% 7273 99% 7273 ms
Write: 10% 6134 30% 6134 50% 6134 90% 6134 99% 6134 ms
Write: 10% 7469 30% 7469 50% 7469 90% 7469 99% 7469 ms
Write: 10% 3968 30% 3968 50% 3968 90% 3968 99% 3968 ms
Write: 10% 18302 30% 18302 50% 18302 90% 18302 99% 18302 ms
Write: 10% 8685 30% 8685 50% 8685 90% 8685 99% 8685 ms
Write: 10% 5346 30% 5346 50% 5346 90% 5346 99% 5346 ms
Write: 10% 18195 30% 18195 50% 18195 90% 18195 99% 18195 ms
Write: 10% 11665 30% 11665 50% 11665 90% 11665 99% 11665 ms
Write: 10% 4735 30% 4735 50% 4735 90% 4735 99% 4735 ms
Write: 10% 5498 30% 5498 50% 5498 90% 5498 99% 5498 ms
Write: 10% 4864 30% 4864 50% 4864 90% 4864 99% 4864 ms
Write: 10% 14011 30% 14011 50% 14011 90% 14011 99% 14011 ms
Write: 10% 5447 30% 5447 50% 5447 90% 5447 99% 5447 ms
Write: 10% 5344 30% 5344 50% 5344 90% 5344 99% 5344 ms
Write: 10% 10595 30% 10595 50% 10595 90% 10595 99% 10595 ms
Write: 10% 11693 30% 11693 50% 11693 90% 11693 99% 11693 ms
Write: 10% 14150 30% 14150 50% 14150 90% 14150 99% 14150 ms
Write: 10% 6232 30% 6232 50% 6232 90% 6232 99% 6232 ms
Write: 10% 7392 30% 7392 50% 7392 90% 7392 99% 7392 ms
Write: 10% 10917 30% 10917 50% 10917 90% 10917 99% 10917 ms
Write: 10% 17292 30% 17292 50% 17292 90% 17292 99% 17292 ms
Write: 10% 13408 30% 13408 50% 13408 90% 13408 99% 13408 ms
Write: 10% 14952 30% 14952 50% 14952 90% 14952 99% 14952 ms
Read: 10% 3184 30% 3248 50% 3352 90% 22705 99% 33415 ms
Step 3. write modify
Write: 10% 4491 30% 4491 50% 4491 90% 4491 99% 4491 ms
Write: 10% 6041 30% 6041 50% 6041 90% 6041 99% 6041 ms
Write: 10% 8593 30% 8593 50% 8593 90% 8593 99% 8593 ms
Write: 10% 8955 30% 8955 50% 8955 90% 8955 99% 8955 ms
Write: 10% 9399 30% 9399 50% 9399 90% 9399 99% 9399 ms
Write: 10% 9060 30% 9060 50% 9060 90% 9060 99% 9060 ms
Write: 10% 10676 30% 10676 50% 10676 90% 10676 99% 10676 ms
Write: 10% 8973 30% 8973 50% 8973 90% 8973 99% 8973 ms
Write: 10% 11063 30% 11063 50% 11063 90% 11063 99% 11063 ms
Write: 10% 11742 30% 11742 50% 11742 90% 11742 99% 11742 ms
Write: 10% 12466 30% 12466 50% 12466 90% 12466 99% 12466 ms
Write: 10% 13235 30% 13235 50% 13235 90% 13235 99% 13235 ms
Write: 10% 14987 30% 14987 50% 14987 90% 14987 99% 14987 ms
Write: 10% 16414 30% 16414 50% 16414 90% 16414 99% 16414 ms
Write: 10% 13904 30% 13904 50% 13904 90% 13904 99% 13904 ms
Write: 10% 14064 30% 14064 50% 14064 90% 14064 99% 14064 ms
Write: 10% 15536 30% 15536 50% 15536 90% 15536 99% 15536 ms
Write: 10% 14692 30% 14692 50% 14692 90% 14692 99% 14692 ms
Write: 10% 15497 30% 15497 50% 15497 90% 15497 99% 15497 ms
Write: 10% 14334 30% 14334 50% 14334 90% 14334 99% 14334 ms
Write: 10% 19925 30% 19925 50% 19925 90% 19925 99% 19925 ms
Write: 10% 15377 30% 15377 50% 15377 90% 15377 99% 15377 ms
Write: 10% 16650 30% 16650 50% 16650 90% 16650 99% 16650 ms
Write: 10% 17076 30% 17076 50% 17076 90% 17076 99% 17076 ms
Write: 10% 15793 30% 15793 50% 15793 90% 15793 99% 15793 ms
Write: 10% 14007 30% 14007 50% 14007 90% 14007 99% 14007 ms
Write: 10% 12700 30% 12700 50% 12700 90% 12700 99% 12700 ms
Write: 10% 13221 30% 13221 50% 13221 90% 13221 99% 13221 ms
Write: 10% 13231 30% 13231 50% 13231 90% 13231 99% 13231 ms
Write: 10% 12067 30% 12067 50% 12067 90% 12067 99% 12067 ms
Write: 10% 5503 30% 5503 50% 5503 90% 5503 99% 5503 ms
Write: 10% 5586 30% 5586 50% 5586 90% 5586 99% 5586 ms
Write: 10% 8927 30% 8927 50% 8927 90% 8927 99% 8927 ms
Write: 10% 12346 30% 12346 50% 12346 90% 12346 99% 12346 ms
Write: 10% 11655 30% 11655 50% 11655 90% 11655 99% 11655 ms
Write: 10% 10392 30% 10392 50% 10392 90% 10392 99% 10392 ms
Write: 10% 11963 30% 11963 50% 11963 90% 11963 99% 11963 ms
Write: 10% 10597 30% 10597 50% 10597 90% 10597 99% 10597 ms
Write: 10% 11415 30% 11415 50% 11415 90% 11415 99% 11415 ms
Write: 10% 10517 30% 10517 50% 10517 90% 10517 99% 10517 ms
Write: 10% 6162 30% 6162 50% 6162 90% 6162 99% 6162 ms
Write: 10% 6209 30% 6209 50% 6209 90% 6209 99% 6209 ms
Write: 10% 4447 30% 4447 50% 4447 90% 4447 99% 4447 ms
Write: 10% 4320 30% 4320 50% 4320 90% 4320 99% 4320 ms
Write: 10% 3210 30% 3210 50% 3210 90% 3210 99% 3210 ms
Write: 10% 3231 30% 3231 50% 3231 90% 3231 99% 3231 ms
Write: 10% 4434 30% 4434 50% 4434 90% 4434 99% 4434 ms
Write: 10% 3889 30% 3889 50% 3889 90% 3889 99% 3889 ms
Write: 10% 7338 30% 7338 50% 7338 90% 7338 99% 7338 ms
Write: 10% 4745 30% 4745 50% 4745 90% 4745 99% 4745 ms
Write: 10% 3136 30% 3136 50% 3136 90% 3136 99% 3136 ms
Write: 10% 7177 30% 7177 50% 7177 90% 7177 99% 7177 ms
Write: 10% 4239 30% 4239 50% 4239 90% 4239 99% 4239 ms
Write: 10% 13413 30% 13413 50% 13413 90% 13413 99% 13413 ms
Write: 10% 4055 30% 4055 50% 4055 90% 4055 99% 4055 ms
Write: 10% 8173 30% 8173 50% 8173 90% 8173 99% 8173 ms
Write: 10% 3936 30% 3936 50% 3936 90% 3936 99% 3936 ms
Write: 10% 13375 30% 13375 50% 13375 90% 13375 99% 13375 ms
Write: 10% 3370 30% 3370 50% 3370 90% 3370 99% 3370 ms
Write: 10% 4259 30% 4259 50% 4259 90% 4259 99% 4259 ms
Write: 10% 2760 30% 2760 50% 2760 90% 2760 99% 2760 ms
Write: 10% 5091 30% 5091 50% 5091 90% 5091 99% 5091 ms
Write: 10% 3445 30% 3445 50% 3445 90% 3445 99% 3445 ms
Write: 10% 2885 30% 2885 50% 2885 90% 2885 99% 2885 ms
Update: 10% 3518 30% 3518 50% 3518 90% 3518 99% 3518 ms
Step 4. read modify write
Was written: 20.5078125 MiB, Speed: 0.13346354166666666 MiB/s
Write: 10% 8077 30% 8077 50% 8077 90% 8077 99% 8077 ms
Write: 10% 14246 30% 14246 50% 14246 90% 14246 99% 14246 ms
Write: 10% 21600 30% 21600 50% 21600 90% 21600 99% 21600 ms
Write: 10% 19980 30% 19980 50% 19980 90% 19980 99% 19980 ms
Write: 10% 27181 30% 27181 50% 27181 90% 27181 99% 27181 ms
Write: 10% 26786 30% 26786 50% 26786 90% 26786 99% 26786 ms
Write: 10% 28367 30% 28367 50% 28367 90% 28367 99% 28367 ms
Write: 10% 29493 30% 29493 50% 29493 90% 29493 99% 29493 ms
Write: 10% 24767 30% 24767 50% 24767 90% 24767 99% 24767 ms
Write: 10% 28688 30% 28688 50% 28688 90% 28688 99% 28688 ms
Write: 10% 28893 30% 28893 50% 28893 90% 28893 99% 28893 ms
Write: 10% 28911 30% 28911 50% 28911 90% 28911 99% 28911 ms
Write: 10% 24178 30% 24178 50% 24178 90% 24178 99% 24178 ms
Write: 10% 20682 30% 20682 50% 20682 90% 20682 99% 20682 ms
Write: 10% 25918 30% 25918 50% 25918 90% 25918 99% 25918 ms
Write: 10% 27791 30% 27791 50% 27791 90% 27791 99% 27791 ms
Write: 10% 19294 30% 19294 50% 19294 90% 19294 99% 19294 ms
Write: 10% 20200 30% 20200 50% 20200 90% 20200 99% 20200 ms
Write: 10% 28623 30% 28623 50% 28623 90% 28623 99% 28623 ms
Write: 10% 22620 30% 22620 50% 22620 90% 22620 99% 22620 ms
Write: 10% 20754 30% 20754 50% 20754 90% 20754 99% 20754 ms
Write: 10% 21731 30% 21731 50% 21731 90% 21731 99% 21731 ms
Write: 10% 18131 30% 18131 50% 18131 90% 18131 99% 18131 ms
Write: 10% 16500 30% 16500 50% 16500 90% 16500 99% 16500 ms
Write: 10% 13167 30% 13167 50% 13167 90% 13167 99% 13167 ms
Write: 10% 12448 30% 12448 50% 12448 90% 12448 99% 12448 ms
Write: 10% 11313 30% 11313 50% 11313 90% 11313 99% 11313 ms
Write: 10% 11081 30% 11081 50% 11081 90% 11081 99% 11081 ms
Write: 10% 21247 30% 21247 50% 21247 90% 21247 99% 21247 ms
Write: 10% 8288 30% 8288 50% 8288 90% 8288 99% 8288 ms
Write: 10% 11397 30% 11397 50% 11397 90% 11397 99% 11397 ms
Write: 10% 13814 30% 13814 50% 13814 90% 13814 99% 13814 ms
Write: 10% 27770 30% 27770 50% 27770 90% 27770 99% 27770 ms
Write: 10% 7995 30% 7995 50% 7995 90% 7995 99% 7995 ms
Write: 10% 17816 30% 17816 50% 17816 90% 17816 99% 17816 ms
Write: 10% 11186 30% 11186 50% 11186 90% 11186 99% 11186 ms
Write: 10% 4501 30% 4501 50% 4501 90% 4501 99% 4501 ms
Write: 10% 19620 30% 19620 50% 19620 90% 19620 99% 19620 ms
Write: 10% 23690 30% 23690 50% 23690 90% 23690 99% 23690 ms
Write: 10% 6484 30% 6484 50% 6484 90% 6484 99% 6484 ms
Write: 10% 13631 30% 13631 50% 13631 90% 13631 99% 13631 ms
Write: 10% 6073 30% 6073 50% 6073 90% 6073 99% 6073 ms
Write: 10% 12424 30% 12424 50% 12424 90% 12424 99% 12424 ms
Write: 10% 7078 30% 7078 50% 7078 90% 7078 99% 7078 ms
Write: 10% 28680 30% 28680 50% 28680 90% 28680 99% 28680 ms
Write: 10% 8730 30% 8730 50% 8730 90% 8730 99% 8730 ms
Write: 10% 9216 30% 9216 50% 9216 90% 9216 99% 9216 ms
Write: 10% 5471 30% 5471 50% 5471 90% 5471 99% 5471 ms
Write: 10% 20771 30% 20771 50% 20771 90% 20771 99% 20771 ms
Write: 10% 7206 30% 7206 50% 7206 90% 7206 99% 7206 ms
Write: 10% 25844 30% 25844 50% 25844 90% 25844 99% 25844 ms
Write: 10% 7390 30% 7390 50% 7390 90% 7390 99% 7390 ms
Write: 10% 25723 30% 25723 50% 25723 90% 25723 99% 25723 ms
Write: 10% 5908 30% 5908 50% 5908 90% 5908 99% 5908 ms
Write: 10% 11853 30% 11853 50% 11853 90% 11853 99% 11853 ms
Write: 10% 8142 30% 8142 50% 8142 90% 8142 99% 8142 ms
Write: 10% 10584 30% 10584 50% 10584 90% 10584 99% 10584 ms
Write: 10% 10854 30% 10854 50% 10854 90% 10854 99% 10854 ms
Write: 10% 8417 30% 8417 50% 8417 90% 8417 99% 8417 ms
Write: 10% 16066 30% 16066 50% 16066 90% 16066 99% 16066 ms
Write: 10% 21043 30% 21043 50% 21043 90% 21043 99% 21043 ms
Write: 10% 8854 30% 8854 50% 8854 90% 8854 99% 8854 ms
Write: 10% 12964 30% 12964 50% 12964 90% 12964 99% 12964 ms
Write: 10% 12573 30% 12573 50% 12573 90% 12573 99% 12573 ms
Read: 10% 4130 30% 4370 50% 4609 90% 33541 99% 40051 ms
Update: 10% 3807 30% 3807 50% 3807 90% 3807 99% 3807 ms
