-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Node to shard control #3875
Node to shard control #3875
Conversation
5ad9f80
to
90c2126
Compare
e34482f
to
3280111
Compare
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.
Fails to build under Windows. Here's the fix: ximinez@d4e26b0
Consider pulling that lambda into a separate function, since it's duplicated.
This fix has been included in XRPLF#3875, so watch out for merge conflicts
Done |
This fix has been included in XRPLF#3875, so watch out for merge conflicts
This fix has been included in XRPLF#3875, so watch out for merge conflicts
8ce8744
to
fa41d3c
Compare
This fix has been included in XRPLF#3875, so watch out for merge conflicts
This fix has been included in XRPLF#3875, so watch out for merge conflicts
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.
Other than rephrasing the status message, I think this is good to go.
This fix has been included in XRPLF#3875, so watch out for merge conflicts
Update defaults from 20/5 to 10/2 for account and owner reserves respectively. The network has been voting for 10/2 for an adequate period of time and a new server installation should default to the new reserves.
non-existant -> non-existent
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.
Good to go
404d637
to
ca741ec
Compare
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.
👍
* disable build specific commandline options when built without tests
ca741ec
to
114728a
Compare
This fix has been included in XRPLF#3875, so watch out for merge conflicts
High Level Overview of Change
This change extends the rpc interface by allowing starting, stopping and polling a nodestore to shardstore database import from a single command.
Context of Change
This is a new feature that allows users to control database imports with the following rpc command syntax:
node_to_shard [status|start|stop]
This change also includes a bug fix from @ximinez that corrects a false positive in the shard unit tests.
Type of Change