+0 * Signature: ok * Checksum : ok * Rat check (1.8.0_341): ok - mvn clean apache-rat:check * Built from source (1.8.0_341): ok - mvn clean install -DskipTests * Unit tests pass (1.8.0_341): failed (TestUsersOperationsWithSecureHadoop has known failure locally) - mvn package -P runSmallTests -Dsurefire.rerunFailingTestsCount=3 * A bit of high load testing locally looks good
The compat report has few high sev problems reported but not all need to be taken care of given that majority are affecting deprecated/private APIs. However, there seems one high sev problem that we might want to consider fixing: org/apache/hadoop/hbase/io/encoding/DataBlockEncoding.createEncoder:(Ljava/lang/String;)Lorg/apache/hadoop/hbase/io/encoding/DataBlockEncoder Access level has been changed from protected to package-private. This was done as part of the recent error-prone findings. Either we can bring back protected access or, we already have public getter *getEncoder()*, hence I think perhaps we can make *createEncoder(String fullyQualifiedClassName)* as IA.Private. Either way is fine. Functional testing seems good, thanks Nick. On Wed, Aug 24, 2022 at 2:53 AM Nick Dimiduk <ndimi...@apache.org> wrote: > Please vote on this Apache hbase release candidate, > hbase-2.5.0RC1 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache hbase 2.5.0 > [ ] -1 Do not release this package because ... > > The tag to be voted on is 2.5.0RC1: > > https://github.com/apache/hbase/tree/2.5.0RC1 > > This tag currently points to git reference > > 2ecd8bd6d615ca49bfb329b3c0c126c80846d4ab > > The release files, including signatures, digests, as well as CHANGES.md > and RELEASENOTES.md included in this RC can be found at: > > https://dist.apache.org/repos/dist/dev/hbase/2.5.0RC1/ > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1494/ > > Artifacts were signed with the 0x18567F39 key which can be found in: > > https://downloads.apache.org/hbase/KEYS > > To learn more about Apache hbase, please see > > http://hbase.apache.org/ > > Thanks, > Your HBase Release Manager >