Kris Jacque
Kris Jacque
The hello_drpc test utility uses a sample message to test dRPC functionality. The tool was broken by some changes intended to be more strict about type safety. The logic was...
When adding a new access point to config and restarting, the member is updated, not added, so it was not being considered a voter in the MS leader election. Features:...
Excluded ranks should be able to move only to the Joined or AdminExcluded states. Regardless of the process state, without re-joining successfully, the rank is still effectively excluded. We saw...
In certain contexts it is possible to exceed the 1MB buffer size limitation for dRPC messages. This is rare, but it renders the payload impossible to read. This patch refactors...
The component compatibility check is noisy, and reduces the usefulness of debug-level logging for customers. It's still useful for devs as a trace-level message. ### Steps for the author: *...
In MD on SSD mode, if a device is being used for the metadata, preserve the original device label (if any) during format. Features: control ### Steps for the author:...
Due to limitations of the checker, the user can't act on unresolved interactive findings from an older checker instance. When a new checker instance starts: - Remove unresolved interactive findings...