Slava Markeyev

Results 10 comments of Slava Markeyev

@nickelser looks good! If you don't mind please also add a license for parselogical.

Confirmed with AWS that this is a known issue. It was supported briefly but had to be rolled back.

I spent a little while looking through the code to try to understand how to best approach this. I have a change that works for me but it may be...

We've run into this too. I have a ticket open with aws support to investigate this. I'm also going through the rotate logic to see if there is a race...

@mperriere I've tracked the issue down. It has to do with the old rotated file having data added to it after a new file is created. This happens because logrotate...

That is correct, I think the path forward on this is adding a `--reporter` option to the `replicate` command https://github.com/Nextdoor/pg-bifrost/blob/master/main/main.go#L479 and just have a switch statement to construct the appropriate...

The current CLI framework is not flexible enough to handle sub commands and positional args. We should move to https://github.com/jawher/mow.cli

Hi @Jawshua, thank you for contributing. The change sounds reasonable. Could you also please add an integration test since this is fairly important change. Also, I'm wondering if the user...

Hmm there may be a bug in the arg parsing. I'll try to take a look soon.