The Wayback Machine - https://web.archive.org/web/20210904115148/https://github.com/topics/paxos
Skip to content
#

paxos

Here are 141 public repositories matching this topic...

hnwyllmm
hnwyllmm commented Aug 24, 2021

Please check the FAQ documentation before raising an issue

Please check the old issues before raising an issue in case someone has asked the same question that you are asking.

Describe the bug (must be provided)
in file deps/oblib/src/lib/atomic/ob_atomic.h
macro ATOMIC_FAA double defined

A clear and concise description of what the bug is.

**Your Environments (__must

zowens
zowens commented Jul 11, 2020

The library currently implements proposal pipelining, where multiple instances may be decided concurrently. Add in the option to batch multiple proposals and send these out to the replicas as a single request.

  • Change proposal command to take a Vec<Bytes>
  • Create an add on replica that will wait for size N bytes or send proposals on tick()

Improve this page

Add a description, image, and links to the paxos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paxos topic, visit your repo's landing page and select "manage topics."

Learn more