Hi Yaolong, Thanks for the update. The src release looks good.
However, the 2.4.0-bin LICENSE looks very different from the previous 2.3.0-bin release. There are many missing sections in 2.4.0-bin LICENSE. Found that RATIS-1660 somehow changed it unexpectedly. After reverting it locally, the packaged LICENSE becomes the same as 2.3.0-bin LICENSE. However, the gz file becomes very small, only 2.4MB while the rc4 bin gz file has 36MB. The reason is that rc4 bin gz includes examples, ratis-thirdparty-misc-1.0.2.jar and some other thirdparty jars. This was RATIS-1660 trying to fix. commit 1cf0cadece0d0aa00a114c3198c87525a2e4fddb (*HEAD -> **branch-2*) Author: Tsz-Wo Nicholas Sze <[email protected]> Date: Fri Oct 7 10:36:29 2022 +0800 Revert "RATIS-1660. Fix wrong ratis package (#705)" This reverts commit 8a9963c8f3defb1a909c7393bf15eb560752c9a6. Tsz-Wo On Fri, Oct 7, 2022 at 3:07 AM Attila Doroszlai <[email protected]> wrote: > +1 > > * Verified checksum, signature, git hash > * Compared source tarball to repo at the given tag > * Ran Rat check on source > * Ran regular Ozone CI using the staged jars (few failures need test > change upon Ratis upgrade) > * Verified NOTICE has Dropwizard and copyright year bumped to 2022 > > -Attila >
