miroir/crates/miroir-core/src
jedarden 94af550609 P1.6: Fix anti_entropy_worker compilation error
Fixed missing num_pods argument in with_mode_a_scaling call.
The AntiEntropyReconciler::with_mode_a_scaling method requires
4 arguments (replica_group_id, num_pods, total_shards, rf) but
the call site only provided 3.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 10:00:27 -04:00
..
alias P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 04:26:27 -04:00
config P5.5 §13.5: Complete two-phase settings broadcast + drift reconciler 2026-05-23 00:26:05 -04:00
config.bak P0.2: Scaffold miroir-core crate 2026-04-18 20:57:47 -04:00
leader_election P6.4: Fix LeaseState visibility warning 2026-05-23 05:55:16 -04:00
migrations P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 05:21:16 -04:00
mode_c_worker P6.5: Mode C work-queued chunked jobs - complete worker processing logic 2026-05-23 07:04:53 -04:00
raft_proto P3: Phase 3 Task Registry + Persistence — COMPLETE 2026-05-02 16:50:42 -04:00
rebalancer_worker P1.6: Fix anti_entropy_worker compilation error 2026-05-23 10:00:27 -04:00
task_store P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
anti_entropy.rs P5.8.b: Fix unused import in anti_entropy module 2026-05-23 09:00:11 -04:00
api_error.rs P5.5 §13.5 Two-phase settings broadcast + drift reconciler (OP#4) 2026-05-05 12:50:25 -04:00
canary.rs Phase 3: Task Registry + Persistence (SQLite schema, Redis mirror) 2026-05-03 20:39:58 -04:00
cdc.rs P4.3: Fix node drain test - properly populate assigned shards 2026-05-23 08:31:23 -04:00
config.rs P6.10 Wire §14.8 resource-aware config defaults into Rust + values.yaml 2026-05-20 07:35:03 -04:00
drift_reconciler.rs P5.5 §13.5 Two-phase settings broadcast + drift reconciler (OP#4) 2026-05-05 12:50:25 -04:00
dump.rs P3: Phase 3 Task Registry + Persistence — COMPLETE 2026-05-02 16:50:42 -04:00
dump_chunking.rs P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
dump_import.rs P3: Add Phase 3 advanced capability stub modules 2026-05-03 13:31:05 -04:00
error.rs P5.8.a: Implement fingerprint step for anti-entropy 2026-05-23 07:44:03 -04:00
explainer.rs Phase 3: Complete TaskRegistry + Persistence implementation 2026-05-03 16:45:59 -04:00
hedging.rs P3: Add Phase 3 advanced capability stub modules 2026-05-03 13:31:05 -04:00
idempotency.rs P3: Phase 3 Task Registry + Persistence — COMPLETE 2026-05-02 16:50:42 -04:00
ilm.rs P4.3: Fix node drain test - properly populate assigned shards 2026-05-23 08:31:23 -04:00
lib.rs P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
merger.rs P2.6: Complete Phase 2 DoD — dedup, live topology, field stripping, all 14 tests pass 2026-04-19 09:29:43 -04:00
migration.rs P4.2 Node addition: migration-aware dual-write routing + admin routes 2026-05-11 21:43:40 -04:00
mode_b_acceptance_tests.rs P6.4: Mode B leader-only singleton coordinator verification complete 2026-05-23 05:21:16 -04:00
mode_b_coordinator.rs P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 04:26:27 -04:00
mode_c_acceptance_tests.rs P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
mode_c_coordinator.rs P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
multi_search.rs Phase 3: Task Registry + Persistence (SQLite schema, Redis mirror) 2026-05-03 20:39:58 -04:00
peer_discovery.rs P6.2: Fix peer discovery DNS SRV service name and add test 2026-05-23 02:29:28 -04:00
query_planner.rs P3: Add Phase 3 advanced capability stub modules 2026-05-03 13:31:05 -04:00
rebalancer.rs P5.6 §13.6: Complete session pinning implementation 2026-05-23 00:41:30 -04:00
replica_selection.rs P3: Add Phase 3 advanced capability stub modules 2026-05-03 13:31:05 -04:00
reshard.rs P4.3: Fix node drain test - properly populate assigned shards 2026-05-23 08:31:23 -04:00
reshard_chunking.rs P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 05:21:16 -04:00
router.rs P4.2 Node addition: migration-aware dual-write routing + admin routes 2026-05-11 21:43:40 -04:00
scatter.rs P4.3: Fix node drain test - properly populate assigned shards 2026-05-23 08:31:23 -04:00
schema_migrations.rs P6.5: Mode C work-queued chunked jobs (plan §14.5) 2026-05-23 06:11:12 -04:00
scoped_key_rotation.rs P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 04:26:27 -04:00
session_pinning.rs P5.6 §13.6: Complete session pinning implementation 2026-05-23 00:41:30 -04:00
settings.rs P6.4: Mode B leader-only singleton coordinator (plan §14.5) 2026-05-23 04:26:27 -04:00
shadow.rs P3: Update TaskStore to synchronous API and test improvements 2026-05-02 17:49:22 -04:00
task.rs P2.5: Implement task ID reconciliation and /tasks endpoints 2026-04-19 07:46:49 -04:00
task_pruner.rs P3: Task Registry + Persistence — 14-table SQLite schema, Redis mirror, Helm validation 2026-04-24 15:50:20 -04:00
task_registry.rs P5.5 §13.5: Complete two-phase settings broadcast + drift reconciler 2026-05-22 23:23:09 -04:00
tenant.rs Phase 3: Task Registry + Persistence (SQLite schema, Redis mirror) 2026-05-03 20:39:58 -04:00
timeout.rs P3: Phase 3 Task Registry + Persistence — COMPLETE 2026-05-02 16:50:42 -04:00
topology.rs P4: Complete Phase 4 Topology Operations integration 2026-05-02 16:50:42 -04:00
ttl.rs P4.3: Fix node drain test - properly populate assigned shards 2026-05-23 08:31:23 -04:00
vector.rs P3: Add Phase 3 advanced capability stub modules 2026-05-03 13:31:05 -04:00