保证 POI 管理更新的事务一致性 - #20
Conversation
|
Warning Review limit reached
Next review available in: 28 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
273f5f5 to
f8019af
Compare
4ca93d4 to
0bc05f9
Compare
变更内容
一致性保证
更新链路调整为:副本修改 → 原子持久化 → 内存提交 → 搜索重建 → 缓存清理。写盘失败不会留下已经修改的进程内状态。
验证
node tests/test_poi_admin_consistency_contract.jscmake --build build --config Releasectest --test-dir build -C Release --output-on-failure:1/1 通过。git diff --cached --check:通过。合并顺序
这是迁移栈的第 3 个 PR,基于第 2 个 PR #19。请按 #18 → #19 → 本 PR 的顺序合并。