Checked signature for both bin and src => Passed.
Checked archive, documentation, .TXT files, etc. => Passed.
Ran it locally, tried create, drop, disable, alter, flush, put, scan =>
Passed
Deployed on 9 nodes with 0.98 /hbase folder with JDK8 and Hadoop 2.7.0=>
Passed. Yes. I'm able to read my tables, had not get a chance to run MR on
that yet.
However...
I'm unable to get any clean test run. Tried on 4 different servers with 2
JDKs, all failed.
With 1.7.0_45:
Tests in error:
TestClockSkewDetection.testClockSkewDetection:110 » NoSuchMethod
java.util.con...
TestProcedureManager.setupBeforeClass:53 » IO Shutting down
Tests run: 923, Failures: 0, Errors: 2, Skipped: 5
Tests in error:
TestClockSkewDetection.testClockSkewDetection:110 » NoSuchMethod
java.util.con...
TestProcedureManager.setupBeforeClass:53 » IO Shutting down
Tests run: 923, Failures: 0, Errors: 2, Skipped: 5
Tests in error:
TestClockSkewDetection.testClockSkewDetection:110 » NoSuchMethod
java.util.con...
TestProcedureManager.setupBeforeClass:53 » IO Shutting down
Tests run: 923, Failures: 0, Errors: 2, Skipped: 5
Tests in error:
TestClockSkewDetection.testClockSkewDetection:110 » NoSuchMethod
java.util.con...
TestProcedureManager.setupBeforeClass:53 » IO Shutting down
Tests run: 923, Failures: 0, Errors: 2, Skipped: 5
All failed with the exact same error.
With 1.8.0_45:
Failed tests:
TestFromClientSideWithCoprocessor>TestFromClientSide.testCheckAndDeleteWithCompareOp:5031
expected:<false> but was:<true>
TestMultiParallel.testActiveThreadsCount:160 expected:<5> but was:<4>
TestReplicationEndpoint.testReplicationEndpointReturnsFalseOnReplicate:145
Waiting timed out after [60,000] msec
Tests in error:
TestSnapshotCloneIndependence.testOfflineSnapshotDeleteIndependent:177->runTestSnapshotDeleteIndependent:424
» RetriesExhausted
TestTableLockManager.testReapAllTableLocks:283 » LockTimeout Timed out
acquiri...
Tests run: 2633, Failures: 3, Errors: 2, Skipped: 20
Failed tests:
TestFromClientSide.testCheckAndDeleteWithCompareOp:5031 expected:<false>
but was:<true>
Tests run: 2637, Failures: 1, Errors: 0, Skipped: 20
[INFO] HBase - Server .................................... FAILURE
[1:58:05.610s]
Also, I tried to run IntegrationTestBigLinkedList and it fails:
015-06-24 19:06:11,644 ERROR [main]
test.IntegrationTestBigLinkedList$Verify: Expected referenced count does
not match with actual referenced count. expected referenced=1000000
,actual=0
And last I ran IntegrationTestLoadAndVerify but I have no idea how to
interpret the result ;)
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify$Counters
REFERENCES_WRITTEN=19800000
ROWS_WRITTEN=20000000
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify$Counters
REFERENCES_CHECKED=1036925998
ROWS_WRITTEN=0
So. It seems to be working on my cluster, but I have not been able to get
any successful test. Therefore I'm a bit reluctant to say +1 and will only
say +/-0....
For pefs tests, I still need some more work on my clusters... So not for
this release.
JM
2015-06-24 16:25 GMT-04:00 Ted Yu <yuzhihong@gmail.com>:
> +1
>
> Ran test suite against Java 1.8.0_45
> Checked signature
> Practiced basic shell commands
>
> On Tue, Jun 23, 2015 at 4:25 PM, Nick Dimiduk <ndimiduk@apache.org> wrote:
>
> > I'm happy to announce the first release candidate of HBase 1.1.1
> > (HBase-1.1.1RC0) is available for download at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.1RC0/
> >
> > Maven artifacts are also available in the staging repository
> > https://repository.apache.org/content/repositories/orgapachehbase-1087/
> >
> > 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=af1934d826cab80f727e9a95c5b564f04da73259
> >
> > HBase 1.1.1 is the first 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 100 bug fixes since the 1.1.0
> > release, including an assignment manager bug that can lead to data loss
> in
> > rare cases. Users of 1.1.0 are strongly encouraged to update to 1.1.1 as
> > soon as possible.
> >
> > The full list of issues can be found at
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12332169
> >
> > Please try out this candidate and vote +/-1 by midnight Pacific time on
> > Sunday, 2015-06-28 as to whether we should release these artifacts as
> HBase
> > 1.1.1.
> >
> > Thanks,
> > Nick
> >
>
|