Skip to content
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

Chore: Merge master to develop #4655

Merged
merged 9 commits into from Apr 8, 2024
Merged

Conversation

kantai
Copy link
Member

@kantai kantai commented Apr 8, 2024

Description

This just merges the latest changes from master to develop.

@kantai kantai requested a review from a team April 8, 2024 17:00
Comment on lines -252 to +254
// interleaved DB write?
return Err(net_error::Transient(
"Interleaved DB write has led to an inconsistent view of the stackerdb. Try again."
.into(),
));
let msg = format!("Local slot versions ({}) out of sync with DB slot versions ({}); abandoning sync and trying again", local_slot_versions.len(), local_write_timestamps.len());
warn!("{}", &msg);
return Err(net_error::Transient(msg));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcnelson can you confirm that the master versions of the stackerdb::sync changes should be preferred here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wileyj wileyj merged commit c6ce862 into develop Apr 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants