Karl Nilsson

Results 176 comments of Karl Nilsson

@luos > In my tests, I also saw that the `ra_server_proc`, leaves a file open after recovery, is there something which can control that? IE, lot of idle queues just...

I think what it is is that after recovery these followers receive an append entires rpc from each leader, when they do so they need to validate their log against...

Validating the log is something even an idle RA cluster does periodically (for liveness) which is why the files are left open.

Followers have a limit of only a single file handle so they will never go over that (although we may make that configurable so that followers can have more open...

Does this issue need to stay open? What else do we need to do?

@JesseStimpson if you received the `rejected` notification what would you do?

I'd argue that any command using a pipelined command with a correlation needs to implement a timeout. How else would you know to ever retry? That said we could reject...

This requires support from the fsautocomplete server. it may support it but I don't have time to implement this myself.

Yes within reason. Perhaps limited to 2 or 3 parent directories. On Fri, 2 Jun 2017 at 08:56, Viktor Andersson wrote: > tl dr; > Could it be a reasonable...