I got some test failures locally: Running org.apache.ratis.server.simulation.TestRaftExceptionWithSimulation Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 108.592 sec <<< FAILURE! - in org.apache.ratis.server.simulation.TestRaftExceptionWithSimulation -- Running org.apache.ratis.server.simulation.TestRaftReconfigurationWithSimulatedRpc Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 135.299 sec <<< FAILURE! - in org.apache.ratis.server.simulation.TestRaftReconfigurationWithSimulatedRpc -- Running org.apache.ratis.server.simulation.TestReinitializationWithSimulatedRpc Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 115.429 sec <<< FAILURE! - in org.apache.ratis.server.simulation.TestReinitializationWithSimulatedRpc
Here is my environment: 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=812M; support was removed in 8.0 Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) Maven home: /apache-maven-3.5.2 Java version: 1.8.0_161, vendor: Oracle Corporation Java home: /jdk1.8.0_161/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-327.28.3.el7.x86_64", arch: "amd64", family: "unix" FYI On Sun, May 6, 2018 at 3:57 AM, Elek, Marton <e...@apache.org> wrote: > > Hi all, > > I'd like to call a vote to release Apache Ratis (incubating) 0.2.0. > > This is the second incubator release and it includes more than 120 > improvements and fixes since the previous 0.1.0-alpha release. This is the > first release > which includes a binary package with ready to use example project. > > All distribution packages, including signatures, digests, etc. can be > found at: > > https://dist.apache.org/repos/dist/dev/incubator/ratis/0.2.0/rc0/ > > Staged artifacts can be found at: > > https://repository.apache.org/content/repositories/orgapacheratis-1003/ > > > This release has been signed with PGP key 0EE79B28, corresponding to > e...@apache.org, which is included in the repository's KEYS file ( > https://dist.apache.org/repos/dist/dev/incubator/ratis/KEYS). > > This key can be found on keyservers, such as: > > http://pgp.mit.edu/pks/lookup?op=get&search=0x0EE79B28 > > Or in the apache phonebook: > > https://people.apache.org/keys/committer/elek.asc > > > The release candidate has been tagged in git with ratis-0.2.0-rc0 (ee4936d) > > https://github.com/apache/incubator-ratis/releases/tag/ratis-0.2.0-rc0 > > > > Please review and vote. The vote will be open for at least 72 hours. > > If the vote passed, the second stage vote will be called on the Apache > incubator mailing list to get approval from the Incubator PMC. > > > > # Review/testing > > You can check the usual requirements of an apache release: > > • Signatures > • Checksums > • License and notice files > • Disclaimer file (incubator!) > • Build the project from the source code package (mvn clean install > assembly:single -DskipTests=true ) > • Licence headers > > The binary papckage can be smoketested with: > > ./examples/bin/start-all.sh > ./examples/bin/client.sh assign --name a --value 2 > ./examples/bin/client.sh get --name a > > > > Starting with my vote: +1 > > Thanks, > Marton >