> Did you do a clean build? The jenkins build runs this and would fail (and not produce a tar ball) if there were any unapproved licenses or files without a license header.
I ran the test against the released files but not from the source. I just extracted the source for git, and it's fine from there. Not sure if both should be fine or if we are or with online src. > How did the rolling restart fail? Did not checked before I start the upgrade but my cluster was in bad state. I had to restart it, however I also already had distributed the new jars. So upon restart it was already running the new version :( If this is a critical test I can roll back to previous version and re-test... JM 2014-08-28 0:32 GMT-04:00 lars hofhansl <[email protected]>: > Thanks JM. > > For "Checked licenses => Failed (Too many unapproved licenses: 451)" > Did you do a clean build? The jenkins build runs this and would fail (and > not produce a tar ball) if there were any unapproved licenses or files > without a license header. > > How did the rolling restart fail? > > > Thanks. > > > -- Lars > > ________________________________ > From: Jean-Marc Spaggiari <[email protected]> > To: dev <[email protected]>; lars hofhansl <[email protected]> > Sent: Wednesday, August 27, 2014 12:37 PM > Subject: Re: [VOTE] The 1st hbase 0.94.23 release candidate is available > for download > > > > Here are the results of my testing. Some "failed" flags are green because > expected and not show stoppers. > > > Downloaded the file, checked signature => Passed > Checked content (ReadMe, doc, etc.) => Passed > Run all tests with JDK 6 => PassedRun all tests with JDK 7=> Passed Run > all tests with JDK 8 => Failed (Expected) > Checked licenses => Failed (Too many unapproved licenses: 451) > Rolling Restart => Failed, but most probably because of me. Wrong cluster > state when started. > > Checked logs and UI => Passed > Stopped cluster, merged 16 regions to a single one, restart, HBCK => Passed > Ran major compaction on the same table, confirmed it got splitted back > into multiple regions, confirmed transition after balancing => Passed > Create, put, get, scan from shell => Passed > Performances tests in progress. Result will be posted in 3 days. > > IntegrationTestLoadAndVerify => Failed REFERENCES_CHECKED=9855029 should > be 10000000. Same issue as previous release. > LoadTestTool => Passed > IntegrationTestBigLinkedList => Passed > > > So so far I'm +1 with this release. I might adjust this if I find anything > wrong with the performances, which I doubt. Jumping on 0.98 now ;) > > JM > > > > > 2014-08-26 22:38 GMT-04:00 lars hofhansl <[email protected]>: > > The 1st 0.94.23 RC is available for download at > http://people.apache.org/~larsh/hbase-0.94.23-rc0/ > >Signed with my code signing key: C7CFE328 > > > >HBase 0.94.23 is a small bug fix release with 12 fixes: > > [HBASE-9746] - RegionServer can't start when replication tries to > replicate to an unknown host > > [HBASE-10834] - Better error messaging on issuing grant commands in > non-authz mode > > [HBASE-11232] - Add MultiRowMutation tests. > > [HBASE-11536] - Puts of region location to Meta may be out of order > which causes inconsistent of region location > > [HBASE-11641] - > TestDistributedLogSplitting.testMasterStartsUpWithLogSplittingWork fails > frequently > > [HBASE-11652] - Port HBASE-3270 and HBASE-11650 to 0.94 - create > cluster id and version file in a tmp location and move it into place > > [HBASE-11767] - [0.94] Unnecessary garbage produced by schema metrics > during scanning > > [HBASE-11667] - Comment ClientScanner logic for NSREs. > > [HBASE-11754] - [Shell] Record table property SPLITS_FILE in > descriptor > > [HBASE-11690] - Backport HBASE-5934 (Add the ability for Performance > Evaluation to set the table compression) to 0.94 > > [HBASE-11691] - Backport HBASE-7156 (Add Data Block Encoding and -D > opts to Performance Evaluation) to 0.94 > > [HBASE-11693] - Backport HBASE-11026 (Provide option to filter out > all rows in PerformanceEvaluation tool) to 0.94 > > > >TThe list of changes is also available here: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12327363 > > > >Here's the test run for this RC: > https://builds.apache.org/job/HBase-0.94.23/39/ > > > >Please try out the RC, check out the doc, take it for a spin, etc, and > vote +1/-1 by EOD September 2nd on whether we should release this as > 0.94.23. > > > >Thanks. > > > >-- Lars > > >
