~cowsql/cowsql/+git/raft:stable

Last commit made on 2024-01-03
Get this branch:
git clone -b stable https://git.launchpad.net/~cowsql/cowsql/+git/raft

Branch merges

Branch information

Name:
stable
Repository:
lp:~cowsql/cowsql/+git/raft

Recent commits

26c138e... by Free Ekanayaka

Release v0.19.1 (#133)

85e6557... by Free Ekanayaka

Release v0.19.1

Signed-off-by: Free Ekanayaka <email address hidden>

0545475... by Free Ekanayaka

v1: Re-add and re-order fields to preserve backward ABI compat (#132)

cefdedc... by Free Ekanayaka

v1: Re-add and re-order fields to preserve backward ABI compat

Signed-off-by: Free Ekanayaka <email address hidden>

d16f26e... by Free Ekanayaka

Release v0.19.0 (#130)

5be8bf3... by Free Ekanayaka

Release v0.19.0

Signed-off-by: Free Ekanayaka <email address hidden>

db2ef17... by Free Ekanayaka

convert: Make initial blank no-op entry optional (#124)

Don't force leaders to create the initial no-op entry at the beginning
of their term, and let the application decide.

41a8182... by Free Ekanayaka

build: Ignore gcov errors

This allows for checking partial coverage by running:

make code-coverage-clean
./test/integration/core <some test>
make code-coverage-capture

Signed-off-by: Free Ekanayaka <email address hidden>

109d237... by Free Ekanayaka

convert: Only submit a barrier if commit index is behind last index

Signed-off-by: Free Ekanayaka <email address hidden>

2baeafa... by Free Ekanayaka

replication: Fix log message for the next uncommitted entry

Signed-off-by: Free Ekanayaka <email address hidden>