Hi dev, The master branch was set to 3.0.0-SNAPSHOT for more than a year. How about we roll a Ratis 3.0.0 release?
I recently tested Ratis 3.0.0 with Apache Ozone [1, 2]. It needs a few changes as shown below: - Set RaftStorage.StartupOption.RECOVER when building a RaftServer. - Ozone uses dropwizard3 so it needs the ratis-metrics-dropwizard3 dependency. - Ozone uses some internal ratis-metrics API. We have to update the code to use the public API in ratis-metrics-api. [1] https://issues.apache.org/jira/browse/HDDS-9192 [2] https://github.com/szetszwo/ozone/pull/6 Tsz-Wo
