~ne02ptzero

~ne02ptzero/libfloat

Last active 12 days ago
View more

Recent activity

Re: [PATCH] periodic: force election from followers in case of a total leader loss 3 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

On Wed, Dec 14, 2022 at 04:45:58PM +0100, Patrik Cyvoct wrote:
> Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
> ---
>  periodic.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/periodic.c b/periodic.c
> index 40004b4..a64fe67 100644
> --- a/periodic.c
> +++ b/periodic.c
> @@ -30,7 +30,7 @@ void libfloat_periodic(libfloat_ctx_t *ctx, uint32_t time)
>                      * Hmmm, we might be partitionned, or at the very least we don't have a quorum anymore.
>                      * Time to step down!
>                      */

Re: [PATCH] Reset status node when node become leader 1 year, 18 days ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

-- 
Louis Solofrizzo
Team Storage

> There is no sin but ignorance.
>  -- Christopher Marlowe

Re: [PATCH] Investiguate replication stuck 1 year, 2 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

-- 
Louis Solofrizzo
Team Storage

> People are going to scream bloody murder about that.
>  -- Seen on linux-kernel

Re: [PATCH] Check qorum is ok in periodic check 1 year, 3 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

On Mon, Dec 20, 2021 at 05:05:46PM +0000, Michael Bonfils wrote:
> +                        nodes_reachables ++;
> +                    }
> +                    else if (node->last_update + ctx->conf.sanity_timeout > ctx->time(NULL))
> +                    {
> +                        nodes_reachables ++;

node_reachables++;

LGTM
-- 
Louis Solofrizzo
Team Storage

Re: [PATCH] Snapshot: remove internal state 1 year, 3 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

-- 
Louis Solofrizzo

> <woot> Put *that* in you .sig and smoke it, Knghtbrd.
> <Culus> You know he will read this :>
> <woot> heheheheh.

Re: [PATCH] Don't try to retrieve term if log is 0 1 year, 5 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LG

-- 
Louis Solofrizzo
Team Storage

> It's interesting to think that many quite distinguished people have
> bodies similar to yours.

Re: [PATCH] Add callback to abort snapshot synchronization 1 year, 5 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

---
Louis Solofrizzo

> If Patrick Henry thought that taxation without representation was bad,
> he should see how bad it is with representation.

Re: [PATCH] Ignore snapshot log if it matches current snapshot 1 year, 6 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

-- 
Louis Solofrizzo

> If you stick a stock of liquor in your locker,
> It is slick to stick a lock upon your stock.
>  Or some joker who is slicker,
>  Will trick you of your liquor,
> If you fail to lock your liquor with a lock.

Re: [PATCH] Few improvmements 1 year, 6 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

On Thu, Sep 16, 2021 at 07:55:05AM +0000, Michael Bonfils wrote:

> diff --git a/libfloat.h b/libfloat.h
> index dcce50f..0ca3641 100644
> --- a/libfloat.h
> +++ b/libfloat.h
> @@ -485,4 +485,15 @@ void libfloat_election_resign_receive(libfloat_ctx_t *ctx);
>   */
>  const char *libfloat_get_error_str(void);
>  
> +/*!
> + * \brief Retrieve term of last log
> + *
> + * \param[in] ctx libfloat context

Re: [PATCH] Update README.md 1 year, 6 months ago

From Louis Solofrizzo to ~ne02ptzero/libfloat

LGTM

On Wed, Sep 15, 2021 at 03:59:26PM +0000, Michael Bonfils wrote:
> Signed-off-by: Michael Bonfils <mbonfils@scaleway.com>
> ---
>  README.md | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/README.md b/README.md
> index 0b89abf..aea17d9 100644
> --- a/README.md
> +++ b/README.md
> @@ -31,7 +31,7 @@ In order to compile, you will need the following programs:
>