-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated CSR's #2321
Comments
This appears to have just been an issue with replication. I added a ton of logging and tried tracing the actions of the CSR store and found that the CSR was being stored correctly on the identity and in the orbitdb store but once it synced with another peer it got into a confused state. This created a weird infinite loop because it kept creating a new CSR, stored it locally, and then got and update from the peer that conflicted with the local state and thought the CSR wasn't stored thus trying again. The solution was simply to run |
What was the nature of the confused state, and where was that happening? Also, is this the same problem you saw with duplicate peerid's? |
@ikoenigsknecht is this ready to be merged? if so let's merge it! |
Version: 2.2.0-alpha.2 Fixed. |
Version: 2.1.2-alpha.x (there were several alphas to test pipelines that day)
System: all
Issue: too many CSRs (that are duplicates) are generated after fulfilling specific conditions. Below, you can see a peer count of 387 when, in reality, there were under 10 (and it's correctly listed on the frontend).
Steps to recreate:
The text was updated successfully, but these errors were encountered: