Skip to content
#

paxos

Here are 156 public repositories matching this topic...

yinhualong
yinhualong commented Apr 9, 2022

Describe your question

平台:mac m1 arm64
容器平台: docker desktop V4.5.0
docker版本:Server Version: 20.10.12 Storage Driver: overlay2
运行镜像:oceanbase/oceanbase-ce standalone-3.1.3
启动命令:docker run -p 2881:2881 --name obstandalone --platform linux/amd64 -e MINI_MODE=1 -d oceanbase/oceanbase-ce:standalone-3.1.3

启动过程中的问题:
启动执行 docker logs obstandalone 有以下信息

generate boot.yaml ...
/root/boot

bug good first issue question docker
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()
good first issue

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