Thanks Ted. Didn't catch a zombie. Really appreciate the extra pair of eyes.
I found the offending commit, will revert it, and make RC1, coming shortly. -1 On Mon, Aug 8, 2016 at 4:40 PM, Andrew Purtell <[email protected]> wrote: > Hmm. I did not see this failure up on EC2 where I ran the test suite > repeatedly, but anyway I can also reproduce it. The test closes meta and > it's never redeployed. Let me look into it. > > > > On Mon, Aug 8, 2016 at 4:25 PM, Ted Yu <[email protected]> wrote: > >> Andrew: >> The following test failure is reproducible: >> >> testLogSplittingAfterMasterRecoveryDueToZKExpiry(org.apache. >> hadoop.hbase.TestZooKeeper) >> Time elapsed: 243.551 sec <<< ERROR! >> java.lang.Exception: test timed out after 240000 milliseconds >> at java.lang.Thread.sleep(Native Method) >> at >> org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRet >> ries(RpcRetryingCaller.java:159) >> at >> org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRet >> ries(RpcRetryingCaller.java:101) >> at >> org.apache.hadoop.hbase.client.ClientScanner.nextScanner( >> ClientScanner.java:289) >> at >> org.apache.hadoop.hbase.client.ClientScanner.loadCache( >> ClientScanner.java:484) >> at >> org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:338) >> at >> org.apache.hadoop.hbase.client.AbstractClientScanner.next( >> AbstractClientScanner.java:67) >> at >> org.apache.hadoop.hbase.TestZooKeeper.testLogSplittingAfterM >> asterRecoveryDueToZKExpiry(TestZooKeeper.java:536) >> >> It happened on Jenkins as well: >> >> https://builds.apache.org/job/HBase-0.98-matrix/381/#showFailuresLink >> >> FYI >> >> On Sun, Aug 7, 2016 at 10:03 PM, Andrew Purtell <[email protected]> >> wrote: >> >> > The 1st HBase 0.98.21 release candidate (RC0) is available for >> download >> > at https://dist.apache.org/repos/dist/dev/hbase/hbase-0.98.21RC0/ and >> > Maven >> > artifacts are also available in the temporary repository >> > https://repository.apache.org/content/repositories/orgapachehbase-1144/ >> . >> > >> > The detailed source and binary compatibility report for this release >> with >> > respect to the previous is available for your review at >> > https://dist.apache.org/repos/dist/dev/hbase/hbase-0.98. >> > 21RC0/HBase_0.98.20_to_0.98.21RC0_compatibility_report.html >> > . >> > There is one change of note: an allowable change to Public/Evolving >> > HFilePrettyPrinter introduced as part of a security fix. >> > >> > The 58 issues resolved in this release can be found at >> > https://s.apache.org/SfDQ . >> > >> > I have made the following assessments of this candidate: >> > - Release audit check passes >> > - Unit test suite passes 20 out of 20 times with 7u79 and 8u91. >> > - Loaded 1M keys with LTT (10 readers, 10 writers, 10 updaters (20%): >> all >> > keys verified, no unusual messages or errors, latencies in the ballpark >> > - IntegrationTestBigLinkedList writing 500M keys with slowDeterministic >> > chaos policy in effect: result is 100% referenced, no verification >> errors >> > (8u91) >> > - Built head of Apache Phoenix 4.x-HBase-0.98 branch, looks good (7u79) >> > >> > Signed with my code signing key D5365CCD. >> > >> > Please try out the candidate and vote +1/0/-1. This vote will be open >> for >> > at least 72 hours. Unless objection I will try to close it Monday August >> > 15, 2016 if we have sufficient votes. >> > >> > >> > >> > -- >> > Best regards, >> > >> > - Andy >> > >> > Problems worthy of attack prove their worth by hitting back. - Piet Hein >> > (via Tom White) >> > >> > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
