-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update data stores for v1.9.6 #6385
Update data stores for v1.9.6 #6385
Conversation
@jmacxx Could you please ACK this PR? Thanks! |
@ripcurlx I am encountering a problem. When I start a fresh Bisq it gets into a loop with the seednode, repeatedly downloading the same block of accountagewitness data. (The code gives up after 10 attempts in order to not be an infinite loop). The log shows that the received accountagewitness data is not put into the excluded keyset of subsequent download attempts which is why it repeats downloading the same data. On my existing Bisq upgraded to this patch, it has the same problem: receives 4559 accountagewitness but only adds 14 to the excluded set and receives the same 4559 records 10 times over before giving up. #6340 is the relevant PR but it works fine prior to the data store update. I've been running with that PR for over a month with updated seednodes and no issues. Reverting back to v1.9.6 prior to this PR and it is OK -- see the two sets of logs below for comparison. Test case:
Log of fail case (this PR & fresh data directory):
Log of success case (v1.9.6 prior to this PR & fresh data directory) :
|
@ripcurlx after updating my seednodes to this patch, the clients running this patch work correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK - based on #6385 (review)
Light node in light mode and full node in dark mode