Heinz N. Gies

Results 164 issues of Heinz N. Gies

**Describe the bug** Re-joining a leader to a cluster crashes with the attempt to re-add already known node to the progress state. ``` Oct 31 15:49:52.769 ERRO e: The node...

Is there an interest in porting the filter implementation from otters? The filters are built to be extremely performant and have minimal impact when run, they're defined with a [filter...

enhancement
question
trace

I've been thinking about this for otters. For simple samplers (percentage) the current approach works well, but we do have to be conservative in dropping things this way. Basically, the...

Throughout the last few PRs In noticed a few trends we involuntarily took and I think it'd be nice to formulate them so that if we run into a `A`...

This can be reproduced by: 1) Start erlyberly and connect to a remote node => observe the process list to fill 2) use the disconnect button => observe the process...

Hi, so I've started pulling in open raft into [tremor](https://tremor.rs) as part of the upcoming work for clustering. I used the rocksdb example as a baseline, made some changes to...

I noticed a few things on the behaviour for network issues that could simplify / improve the system in such situations and wanted to share them to start a discussion...

I'm curious why double histograms are 'not likely to be implemented'. No criticism just wonder if it's a technical issue, simply no personal need for them, a strong distaste for...

The following stack is taken from the example file: ``` CPU ID FUNCTION:NAME 0 64091 :tick-60s genunix`segvn_fault unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 ``` with `includeoffset` it renders to: ``` unix`0xfffffffffb8001d6;unix`trap+0x2c7;unix`pagefault+0x96;genunix`segvn_fault ```...

**Describe the problem you are trying to solve** We have no way of adding to an array aside of `array:::push` and `array::concatinate`; those are not great from a performance standpoint,...

enhancement
language