feat: GRAPH.EFFECT command + effects replication#383
Conversation
- Add effect.rs: GRAPH.EFFECT command replays binary effects buffer on replica (create nodes/edges, update attrs, schema changes, index ops) - Add graph_core.rs: replicate_effects(), should_use_effects(), build_index_effects(), WriteQueryResult with effects buffer - Register effect module in commands/mod.rs
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 58 minutes and 54 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
==========================================
- Coverage 82.32% 81.96% -0.37%
==========================================
Files 110 111 +1
Lines 30078 30424 +346
==========================================
+ Hits 24762 24937 +175
- Misses 5316 5487 +171
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
GRAPH.EFFECTcommand: replays binary effects buffer on replica (create nodes/edges, update attrs, schema changes, index operations)replicate_effects(),should_use_effects(),build_index_effects()tograph_core.rsWriteQueryResultto carry effects buffer for replicationcommands/mod.rsCommand not yet registered in
lib.rs— that happens in the final wiring PR.Part of splitting #359 into smaller reviewable PRs.
Test plan
cargo checkpasses