Joe Eli McIlvain

Results 478 comments of Joe Eli McIlvain

@laucer - Thanks for accepting the invite - I've assigned you to this ticket. Let us know if you have any questions about it. Thanks!

@kcrimson - I left it open, as I was anticipating that this ticket might take a long time to complete, and the fix suggested in #1445 is pretty trivial. The...

Also worth noting that KVRocks also doesn't implement the `CLIENT PAUSE WRITE` command from Redis either, which would be the first step of a graceful failover, so I can't use...

@git-hulk @geonove - I specifically said I _wasn't_ using Clustered mode in the title and description of this issue ticket. The `README.md` of this repo says: > High Availability: Support...

As far as I can tell by reading the KVRocks source code, the only commands which can induce failover are: - `CLUSTERX SETNODES [...]` (used by the kvrocks controller to...

> You don't need to use `CLUSTERX` command if you're running in HA mode Yes, I know that. The only reason I mentioned it here was after you brought up...

If we had a Pony Parser written in Pony, the doc generator could conceivably be pushed out to another separate package also written in Pony.

As per our conversation yesterday, one of the initial blockers for this work is getting a Pony AST parser in Pony. Then we can invoke `ponyc` to spit out an...

Some notes from a quick discussion at the end of today's sync call: There are a few places where the version of clang and the version of LLVM that clang...

I agree with Sean that if we had GitHub Actions automation for this, we could take this on as an official part of the repository.