-
Notifications
You must be signed in to change notification settings - Fork 122
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
Added AWS and Digital Ocean droplet issue #288
Added AWS and Digital Ocean droplet issue #288
Conversation
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
docs/Reference/CLI/CLI-Syntax.md
Outdated
If fast synchronization fails, usually because the node can't find enough valid peers, fast | ||
synchronization restarts after a short delay. | ||
|
||
On AWS, a known [RocksDB](https://github.com/facebook/rocksdb/issues/6435) issue causes fast sync |
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.
Should we change "On AWS" for "When running Besu on certain cloud providers, notably AWS and Digital Ocean," ?
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.
Updated
docs/Reference/CLI/CLI-Syntax.md
Outdated
.... | ||
``` | ||
|
||
A full restart of the AWS VM is required to restart the fast sync. |
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.
Again, here I would suggest rephrasing to say that a full restart is the way to go for AWS and we have no known solution for Digital Ocean, but are investigating some options, as per hyperledger/besu#591 (comment)
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.
Updated
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
…ray/besu-docs into fastsyncRestrictions
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
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.
Looks good
Added AWS and Digital Ocean droplet issue