You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
If, in the absence of persistence, a peer gives away some space, then dies and restarts and reconnects to a peer that has not heard about the donation, when it receives the real information later it will object and drop the connection.
Repro: in the context of weaveworks/weave/test (same script as #2083):
iirc one idea we had here is to only barf when the gossip we receive indicates that we have an actual allocation in a range supposedly owned by another peer. Alas the ring code does not (and should no have to) know about allocations. So we perhaps need to make merging higher-order, taking some suitable predicate.
If, in the absence of persistence, a peer gives away some space, then dies and restarts and reconnects to a peer that has not heard about the donation, when it receives the real information later it will object and drop the connection.
Repro: in the context of
weaveworks/weave/test
(same script as #2083):wait a couple of minutes, then look at HOST1's weave logs:
(note the first
connection reset by peer
is due to #2083)The text was updated successfully, but these errors were encountered: