aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorijon <ijon@ydb.tech>2024-07-18 16:51:26 +0300
committerGitHub <noreply@github.com>2024-07-18 16:51:26 +0300
commitebee36a43aa4cc79b6e6da0e7a9f347cef5f0a09 (patch)
treeed219caa52470f3f5a83a29704960aebaa462599 /BUILD.md
parentab98fb1b80564ef7bf1ca42c0bae0b14df408a32 (diff)
downloadydb-ebee36a43aa4cc79b6e6da0e7a9f347cef5f0a09.tar.gz
schemeshard: reject operations with too big local tx commit (#6760)
Add commit redo size check for successfully ignited operations as a precaution measure to avoid infinite loop of schemeshard hitting local tx commit redo size limit, restarting, attempting to propose persisted operation again, hitting commit redo size limit again, restarting and so on. This could happen with inherently massive operations such as copy-tables used as a starting step of database export/backup. Coping large number of tables with huge number of partitions can result in so large TTxOperationPropose local transaction that its size would hit the limit imposed by the tablet executor. Tablet violating that limit is considered broken and will be immediately stopped. See ydb/core/tablet_flat/flat_executor.cpp, NTabletFlatExecutor::TExecutor::ExecuteTransaction(). KIKIMR-21751
Diffstat (limited to 'BUILD.md')
0 files changed, 0 insertions, 0 deletions