Checked the signatures => Passed Looked at different random text and documentation files => Passed RAT => Passed Test suite => Failed. Have not been able to get a full success one. But will retry. I think it's because of my environment. Tried puts, gets, flushs, alters, etc. => All passed.
+1 for me so far. I will try to run the test suite again if I have time, but last run crashed after 3 hours. So not sure. The only thing is that after the test suite crashed I had those processes hanging on my session... jmspagg+ 31863 1 0 15:37 ? 00:00:00 /bin/bash -c /usr/java/jdk1.7.0_75//bin/java -Dlog4j.configuration=container-log4j.properties -Dyarn.app.container.log.dir=/stock/hbase-test/hbase-1.1.4-src/hbase-server/target/MiniMRCluster_2057692392/MiniMRCluster_2057692392-logDir-nm-0_2/application_1458761812937_0001/container_1458761812937_0001_01_000001 -Dyarn.app.container.log.filesize=0 -Dhadoop.root.logger=INFO,CLA -Xmx1024m org.apache.hadoop.mapreduce.v2.app.MRAppMaster 1>/stock/hbase-test/hbase-1.1.4-src/hbase-server/target/MiniMRCluster_2057692392/MiniMRCluster_2057692392-logDir-nm-0_2/application_1458761812937_0001/container_1458761812937_0001_01_000001/stdout 2>/stock/hbase-test/hbase-1.1.4-src/hbase-server/target/MiniMRCluster_2057692392/MiniMRCluster_2057692392-logDir-nm-0_2/application_1458761812937_0001/container_1458761812937_0001_01_000001/stderr jmspagg+ 31895 31863 0 15:37 ? 00:00:26 /usr/java/jdk1.7.0_75//bin/java -Dlog4j.configuration=container-log4j.properties -Dyarn.app.container.log.dir=/stock/hbase-test/hbase-1.1.4-src/hbase-server/target/MiniMRCluster_2057692392/MiniMRCluster_2057692392-logDir-nm-0_2/application_1458761812937_0001/container_1458761812937_0001_01_000001 -Dyarn.app.container.log.filesize=0 -Dhadoop.root.logger=INFO,CLA -Xmx1024m org.apache.hadoop.mapreduce.v2.app.MRAppMaster JMS 2016-03-23 8:03 GMT-04:00 Jean-Marc Spaggiari <[email protected]>: > Checking it locally. Will report later today. > > Andrew, RAT passed for me on the sources. How are you running it? > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache HBase ....................................... SUCCESS [ > 0.999 s] > [INFO] Apache HBase - Checkstyle .......................... SUCCESS [ > 0.045 s] > [INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ > 0.046 s] > [INFO] Apache HBase - Annotations ......................... SUCCESS [ > 0.057 s] > [INFO] Apache HBase - Protocol ............................ SUCCESS [ > 0.081 s] > [INFO] Apache HBase - Common .............................. SUCCESS [ > 0.176 s] > [INFO] Apache HBase - Procedure ........................... SUCCESS [ > 0.051 s] > [INFO] Apache HBase - Client .............................. SUCCESS [ > 0.334 s] > [INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ > 0.068 s] > [INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ > 0.096 s] > [INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ > 0.091 s] > [INFO] Apache HBase - Server .............................. SUCCESS [ > 0.692 s] > [INFO] Apache HBase - Testing Util ........................ SUCCESS [ > 0.031 s] > [INFO] Apache HBase - Thrift .............................. SUCCESS [ > 0.044 s] > [INFO] Apache HBase - Rest ................................ SUCCESS [ > 0.061 s] > [INFO] Apache HBase - Shell ............................... SUCCESS [ > 0.061 s] > [INFO] Apache HBase - Integration Tests ................... SUCCESS [ > 0.060 s] > [INFO] Apache HBase - Examples ............................ SUCCESS [ > 0.074 s] > [INFO] Apache HBase - Assembly ............................ SUCCESS [ > 0.035 s] > [INFO] Apache HBase - Shaded .............................. SUCCESS [ > 0.022 s] > [INFO] Apache HBase - Shaded - Client ..................... SUCCESS [ > 0.022 s] > [INFO] Apache HBase - Shaded - Server ..................... SUCCESS [ > 0.020 s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5.454 s > [INFO] Finished at: 2016-03-23T08:02:31-04:00 > [INFO] Final Memory: 40M/684M > [INFO] > ------------------------------------------------------------------------ > > > 2016-03-23 0:37 GMT-04:00 Andrew Purtell <[email protected]>: > >> +1 >> >> Checked sums and signatures, ok >> Built from source with release audit checks enabled (-Prelease), build >> passed with one nit[1] (7u79) >> Unit tests pass (7u79) >> Loaded 1M rows with LTT (20% update), all keys verified, no errors or >> unusual messages in the logs, latency measurements within ballpark. >> Loaded 10M rows with PE (10 clients randomWrite, 10 clients randomRead), >> no >> errors or unusual messages in the logs, latency measurements within >> ballpark. >> >> [1] RAT check failed in hbase-shaded-client, we may need to fine tune >> exclusions, it's picking up files in **/target/*: >> 2 Unknown Licenses >> ******************************* >> Unapproved licenses: >> hbase-1.1.4/hbase-shaded/hbase-shaded-client/target/rat.txt >> >> >> hbase-1.1.4/hbase-shaded/hbase-shaded-client/target/dependency-reduced-pom.xml >> >> >> >> On Wed, Mar 16, 2016 at 10:13 PM, Nick Dimiduk <[email protected]> >> wrote: >> >> > I'm happy to announce the first release candidate of HBase 1.1.4 >> > (HBase-1.1. >> > 4RC0) is available for download at >> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.4RC0/ >> > >> > Maven artifacts are also available in the staging repository >> > https://repository.apache.org/content/repositories/orgapachehbase-1131/ >> > >> > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, >> > available in the Apache keys directory >> > https://people.apache.org/keys/committer/ndimiduk.asc >> > >> > There's also a signed tag for this release at >> > >> > >> https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=70a38529e6d9b24d4b0ab9937b86d0623d037c12 >> > >> > The detailed source and binary compatibility report vs 1.1.3 has been >> > published for your review, at >> > *http://home.apache.org/~ndimiduk/1.1.3_1.1.4RC0_compat_report.html >> > <http://home.apache.org/~ndimiduk/1.1.3_1.1.4RC0_compat_report.html>* >> > >> > HBase 1.1.4 is the fourth patch release in the HBase 1.1 line, >> continuing >> > on the theme of bringing a stable, reliable database to the Hadoop and >> > NoSQL communities. This release includes over 40 bug fixes since the >> 1.1.3 >> > release. Notable correctness fixes >> > include HBASE-15100, HBASE-15218, HBASE-15252, HBASE-15198, >> > HBASE-15214, HBASE-15221, HBASE-15322, HBASE-15378, >> > and HBASE-15430. >> > >> > The full list of fixes included in this release is available at >> > >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12333671 >> > and in the CHANGES.txt file included in the distribution. >> > >> > Please try out this candidate and vote +/-1 by 23:59 Pacific time on >> > Sunday, 2016-03-20 as to whether we should release these artifacts as >> HBase >> > 1.1.4. >> > >> > Thanks, >> > Nick >> > >> >> >> >> -- >> Best regards, >> >> - Andy >> >> Problems worthy of attack prove their worth by hitting back. - Piet Hein >> (via Tom White) >> > >
