Hello,
Does anyone have a Ratis log verification tool or can think of a class I
can repurpose for one? (I was thinking perhaps from Ratis doing its log
replication?)
In working on RATIS-463 which provides running the file based load
generator and fuzzing for disk issues, I often see logs are not replicated
across all servers for a bit and want to ensure they are always in sync
(easy with the trivial file generator test at least) so I have been using
checksums and ugly shell scripts.
Before looking into something more, I wanted to see if there was something
I could use or build on? And I figure this might be good for other
operators to gain trust Ratis is indeed working too.
-Clay