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
There are three default replication groups created, they are:
App0
App
AR_AR_NODES
AR_RC_NODES
They are created in ReconfigurableNode.createApp(.) at line 147.
ReconfigurableNode.createApp(.)
However, currently, there are also non-Paxos replica coordinators which makes those three default groups initialized with non-Paxos coordinators.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are three default replication groups created, they are:
App0
(AssumingApp
is the name of the Gigapaxos application)AR_AR_NODES
AR_RC_NODES
They are created in
ReconfigurableNode.createApp(.)
at line 147.However, currently, there are also non-Paxos replica coordinators which makes those three default groups initialized with non-Paxos coordinators.
The text was updated successfully, but these errors were encountered: