Allen George
Allen George
I'm rerunning the build right now.
Suggest updating this to 1.61 as per conversation and also ~updating `THRIFT_ROOT/rust_toolchain`~ (missed that you've already done this).
Unfortunately it looks like all the rust cross-tests are failing in the "Build/cross-test" action - even the rustrust ones, which should always work.
@Jimexist Does your last comment still stand? Should the rust Github Actions PR be merged first, and then this one?
[puzzled] I thought I'd merged this a while back?
I'm seeing this on a brand new install of omf as well. Any idea what I could do to track down the cause of this error?
I have inconsistent management of components within libraft-core, libraft-agent and kayvee. Ideally all components should have the following lifecycle: ``` +-----------------+ | | | | | initialize | | |...
First off, thanks for reporting these issues! I noticed both these while doing some preliminary testing on AWS, but decided to punt on them until I finished the work on...
As to the election timeout issue: there are a lot of optimizations that can be done to speed up operation. Again, I decided to punt on that until after the...
Another source of the hang: [deadlock on KayVee 0.1.1 shutdown](https://gist.github.com/allengeorge/9065393)