-
Notifications
You must be signed in to change notification settings - Fork 853
Replication 2.0 #14415
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
Closed
Closed
Replication 2.0 #14415
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… if AppendEntries and the log match.
…logcontext with the database name
…ue in the default one
…d the lock for the LogCore a little bit shorter
Co-authored-by: Manuel Pöter <manuel.poeter@leanfive.com>
… feature/replication-2.0
* First version of LogMultiplexer. * Rewrote Demultiplexer. Now implementing multiplexer. * Added .tpp file. * More multiplexer stuff. * Working Multiplexer and Demultiplexer. * Code clean up. * More code clean up. * Code cleanup. * Separated MultiplexedValue serialization from Multiplexer. * More code clean up+ added multiplexed value deserializer. * More code cleanup. * Fixing recursive waitFor calls. * More tests for multiplexer. * More tests for demultiplexer. * Clean up testing code. * Added test that produces a StackOverflow!!! * Fixed one stack overflow, got another. * Fixed more tests. Still stack overflow. This is a LogLeader problem. * Use async mock log only when required. * Fix resolvePromise code wth bug in clang. * More tests. * Prepare for common code extraction. * Extracted common code. * Implemented releaseInternal for streams. * Renamed commitIndex to currentCommitIndex in waitForResult.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #14486 for the code that should be merged soon.
(EE https://github.com/arangodb/enterprise/pull/698)