Conversation
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
|
In the issue you mentioned that to migrate to v2, users need to delete the routing datastore directory. |
|
@csirmazbendeguz Thanks! I investigated it and yes, we can. We just need to create the datastore in subdirectory where the subdir's name is the |
…discovery Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # server/go.mod
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
|
Thanks @paralta for review!
That holds for an AND query — a matching record carries every queried label, so any one of them finds the holder. But Discovery is the only stage still assuming AND. The proto, Worth separating from the best-effort caveat already documented in #1972. That one is Kademlia reaching whoever it can inside a budget; this is a reachable peer that discovery structurally cannot see, however long you wait. Fix. Look up every distinct query label, run the lookups concurrently, union the peer sets. Nothing downstream changes — |
Closes #1972