We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in #886 the behavior of the Aligner Queryable is not particularly optimized, to quote the changes made in the pull request:
Incrementally replies with digest replies in order to avoid queries timing out w/o sending any data, especially in the case of very outdated storages. Replace the unbounded queue for digests with a bounded queue to prevent infinitely growing digest queues when digest updates take a long time.
Similarly, #884 removes quite a few unwrap() that have their invariant violated.
unwrap()
This strongly indicates that a deep refactoring of the Storage Replication is needed.
This issue will serve as a central tracking point for Replication-related items.
The text was updated successfully, but these errors were encountered:
J-Loudet
No branches or pull requests
Describe the feature
As described in #886 the behavior of the Aligner Queryable is not particularly optimized, to quote the changes made in the pull request:
Similarly, #884 removes quite a few
unwrap()
that have their invariant violated.This strongly indicates that a deep refactoring of the Storage Replication is needed.
This issue will serve as a central tracking point for Replication-related items.
The text was updated successfully, but these errors were encountered: