We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a86c0a commit af60ab4Copy full SHA for af60ab4
packages/programs/data/shared-log/src/sync/rateless-iblt.ts
@@ -540,6 +540,8 @@ export class RatelessIBLTSynchronizer<D extends "u32" | "u64">
540
entries: Map<string, EntryReplicated<D>>;
541
targets: string[];
542
}): Promise<void> {
543
+ // NOTE: this method is best-effort dispatch, not a per-hash convergence API.
544
+ // It may require follow-up repair rounds under churn/loss to fully close all gaps.
545
// Strategy:
546
// - For small sets, prefer the simple synchronizer to reduce complexity and avoid
547
// IBLT overhead on tiny batches.
0 commit comments