-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Lower consensus backoff duration to slightly more than the 99% latency.
- Fail-fast if a proposal conflicts with a proposal on the same beaker.
-
SortedMaptoConcurrentSkipListMap. - Network and memory optimized EC2 instances.
- Increase JVM heap size to reduce GC pressure.
- EC2 Placement Groups to reduce latency.
- Do not perform consensus if there is only one beaker in the cluster.
- Allow
prepareandlearnto occur simultaneously. - Executor look for latest conflicting transaction from right-to-left, not left-to-right.
- Return if a majority accept the proposal; don't wait for the proposal to be learned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request