chore: bump eloqstore submodule to latest main#511
Conversation
Updates store_handler/eloq_data_store_service/eloqstore from ba590d9 to 44d7242, picking up eloqstore #455 (perf(compaction/gc): cut worker-thread occupation that stalls foreground serving) -- the cooperative time-budgeted yield, chunked Close/DeleteFiles, manifest-replay skip, and the two GC in-flight-guard correctness fixes.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe Changeseloqstore Submodule Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Updates the eloqstore submodule (
store_handler/eloq_data_store_service/eloqstore) fromba590d9to44d7242(eloqstoremain).This picks up eloqstore #455 — perf(compaction/gc): cut worker-thread occupation that stalls foreground serving:
MaybeYield/eloqstore_yield_budget_us) for long-running compaction/GC loops, so a single non-yielding segment no longer stalls foreground serving on the shared shard worker thread.IouringMgr::CloseFiles/DeleteFiles(128-op batches withWaitIobetween).Submodule-pointer change only. eloqstore #455 passed its own full CI; tx_service CI validates the integration here.
Summary by CodeRabbit