Alec Embke

Results 56 comments of Alec Embke

Thanks for checking that, and that all makes sense. The PR this morning addresses a third scenario where node A is paused and the client sends a command to node...

Quick update here: The changes in https://github.com/aembke/fred.rs/pull/63 are written against the older major version so I had to update them for the 6.0.0, but those are merged in the latest...

@neogenie looks like the pipeline settings were different between our repros. I was able to repro something very similar to your logs and fixed it with the linked PR. If...

Didn't mean to close this when merging the PR.

Hey @neogenie, some more info on this: I'm not sure what we're doing differently in our repros. I can't seem to get an infinite loop to show up regardless of...

Closing this for now, but if anybody is able to help provide a repro for this please let me know and I'll reopen.

Hey @neogenie, Thanks for taking the time to put this together, that was really helpful. I was able to repro the issue and fix it with the changes in https://github.com/aembke/fred.rs/pull/129....

This is an interesting one. Try this https://github.com/aembke/fred.rs/pull/133. I also had to set `max_command_attempts` to 3. There's a few race conditions with this that can result in the server returning...

Quick update to the folks on this thread - I just published 6.0.0-beta.1 to crates.io. It has an entirely new implementation of the cluster interface and the repros I had...