Basically did the following -> Ran the testcases with hadoop 1. Did not get any failures. -> Started the 0.94.8 with hadoop 1 in distributed mode. -> Ran load test tool and multiple writer and reader threads. -> Scanned the data. -> Killed the RS and again restarted it. -> did some flushing and compactions. Logs looked clean.
Things came up fine. So with this basic testing +1 on the RC from my side. Pls note : did not test any specific feature. Regards Ram On Fri, May 31, 2013 at 5:30 AM, Enis Söztutar <[email protected]> wrote: > Yes, our jenkins running 0.94.6 also sees green light nearly all of the > time. I did not inspect the failures to see whether they are environmental > or due to flakiness. There is bunch of work that went into fixing those > tests in trunk, maybe we should start backporting those. > > Enis > > > On Thu, May 30, 2013 at 3:39 PM, lars hofhansl <[email protected]> wrote: > > > Thanks Enis. > > > > The jenkinds build were clean, though. > > I agree we should tackle more of the tests to work with Hadoop2 (to > build > > confidence against that version). > > > > -- Lars > > > > > > > > ________________________________ > > From: Enis Söztutar <[email protected]> > > To: "[email protected]" <[email protected]> > > Sent: Thursday, May 30, 2013 1:44 PM > > Subject: Re: [ANNOUNCE] The 1st hbase 0.94.8 release candidate is > > available for download > > > > > > +1 based on following test for secure and unsecure artifacts: > > > > - verified md5s > > - verified sigs > > - checked dir layout > > - checked documentation > > - Build with Hadoop 1 and Hadoop 2 (hadoop 2 only with non-secure > > artifacts) > > - Run tests (some failures below) > > - Run in local mode (Hadoop1) > > - Run LoadTestTool 1M rows (Hadoop1) > > - Run test load and verify (Hadoop1) > > - Did not test distributed mode setup / killing nodes / etc. > > > > Some notes: > > - Noticed that we cannot build with -Psecurity -Dhadoop.profile=2.0. > > - Failed tests in Hadoop 1 and secure artifact: > > Failed tests: > > testRetrying(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > reader: > > count=2, t=null > > > > Tests in error: > > > > > > > testMasterRestartAfterEnablingNodeIsCreated(org.apache.hadoop.hbase.master.handler.TestCreateTableHandler): > > test timed out after 60000 milliseconds > > > > > > > testGetRegionsCatalogTables(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > > Failed after attempts=10, exceptions:(..) > > testTableExists(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > > Connection refused > > testGetRegion(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > > Connection refused > > > > > testScanMetaForTable(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor) > > > > - Failed tests in Hadoop 1 and unsecure artifact: > > Failed tests: > > testRetrying(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > reader: > > count=2, t=null > > > > Tests in error: > > testTableExists(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > > Failed after attempts=10, exceptions:(..) > > testGetRegion(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor): > > Failed after attempts=10, exceptions:(..) > > > > > testScanMetaForTable(org.apache.hadoop.hbase.catalog.TestMetaReaderEditor) > > > > - Failed tests in Hadoop 2 and unsecure artifact: > > Failed tests: > > > testMultiRegionTable(org.apache.hadoop.hbase.mapreduce.TestTableMapReduce) > > > > > > > testScanEmptyToEmpty(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1) > > > > > > > testScanEmptyToAPP(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1) > > > > > > > testScanEmptyToBBA(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1) > > > > > > > testScanEmptyToBBB(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1) > > > > > > > testScanEmptyToOPP(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1) > > testWALPlayer(org.apache.hadoop.hbase.mapreduce.TestWALPlayer): > > expected:<0> but was:<1> > > > > > > > testScanEmptyToEmpty(org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat) > > > > > > > testScanEmptyToAPP(org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat) > > > > > > > testScanOBBToOPP(org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat) > > > > > > > testScanOPPToEmpty(org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat) > > > > > > > testScanYZYToEmpty(org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat) > > > > > > > testScanOBBToOPP(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanOBBToQPP(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanOPPToEmpty(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanYYXToEmpty(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanYYYToEmpty(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanYZYToEmpty(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testScanFromConfiguration(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan2) > > > > > > > testMultithreadedTableMapper(org.apache.hadoop.hbase.mapreduce.TestMultithreadedTableMapper) > > > > > > > testMRIncrementalLoad(org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat) > > > > > > > testMRIncrementalLoadWithSplit(org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat) > > > > > > > testExcludeAllFromMinorCompaction(org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat) > > > > > > > testExcludeMinorCompaction(org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat) > > testMROnTable(org.apache.hadoop.hbase.mapreduce.TestImportTsv) > > > > > testMROnTableWithTimestamp(org.apache.hadoop.hbase.mapreduce.TestImportTsv) > > > > > > > testMROnTableWithCustomMapper(org.apache.hadoop.hbase.mapreduce.TestImportTsv) > > > > > > > testBulkOutputWithoutAnExistingTable(org.apache.hadoop.hbase.mapreduce.TestImportTsv) > > > > Tests in error: > > testSimpleCase(org.apache.hadoop.hbase.mapreduce.TestImportExport) > > testMetaExport(org.apache.hadoop.hbase.mapreduce.TestImportExport) > > testWithDeletes(org.apache.hadoop.hbase.mapreduce.TestImportExport) > > testWithFilter(org.apache.hadoop.hbase.mapreduce.TestImportExport) > > > testMultiRegionTable(org.apache.hadoop.hbase.mapred.TestTableMapReduce): > > Job failed! > > > > > > > testConcurrentMetaScannerAndCatalogJanitor(org.apache.hadoop.hbase.client.TestMetaScanner): > > Split daughter region > > > > > testConcurrentMetaScannerAndCatalogJanitor,b\x7F\xFF\xFF\xFF\xFF\xFF\xFF,1369898569267.c14ad7c819b83a6c627d344a9bd2184f. > > cannot be found in META. > > > > Tests run: 1355, Failures: 28, Errors: 6, Skipped: 13 > > > > > > Enis > > > > > > On Wed, May 29, 2013 at 9:18 PM, Jean-Marc Spaggiari < > > [email protected]> wrote: > > > > > Downloaded the file (non-security version); > > > Checked the signature; > > > Checked the archive; > > > Checked the changes.txt > > > Checked the documentation (Seems to be missing the style sheet); > > > Ran the tests locally, passed. > > > Results : > > > > > > Tests run: 1355, Failures: 0, Errors: 0, Skipped: 13 > > > > > > [INFO] > > > > ------------------------------------------------------------------------ > > > [INFO] BUILD SUCCESS > > > [INFO] > > > > ------------------------------------------------------------------------ > > > [INFO] Total time: 49:35.494s > > > [INFO] Finished at: Thu May 23 02:02:25 EDT 2013 > > > [INFO] Final Memory: 24M/206M > > > [INFO] > > > > ------------------------------------------------------------------------ > > > > > > Did not got a chance to deploy it on my cluster and ETA seems to be > > > end of day today... will not have time before Sunday. > > > > > > So +1 from what I was able to test so far. > > > > > > 2013/5/30 Stack <[email protected]>: > > > > +1 > > > > > > > > Checked the signing and m5. > > > > Docs look good w/ proper versions. > > > > Ran on six node cluster. > > > > Wrote 10M rows. > > > > Verified they were all there. > > > > Did it again killing a node and they were still there when all came > > back > > > > and MR job completed. > > > > > > > > St.Ack > > > > > > > > > > > > > > > > On Wed, May 29, 2013 at 5:25 PM, lars hofhansl <[email protected]> > > wrote: > > > > > > > >> Friendly reminder to please have a look at this release and vote. > > > >> > > > >> Thanks. > > > >> > > > >> -- Lars > > > >> > > > >> > > > >> > > > >> ________________________________ > > > >> From: lars hofhansl <[email protected]> > > > >> To: hbase-dev <[email protected]> > > > >> Sent: Wednesday, May 22, 2013 4:10 PM > > > >> Subject: [ANNOUNCE] The 1st hbase 0.94.8 release candidate is > > available > > > >> for download > > > >> > > > >> > > > >> The 1st 0.94.8 RC is available for download at > > > >> http://people.apache.org/~larsh/hbase-0.94.8-rc0/ > > > >> Signed with my code signing key: C7CFE328 > > > >> > > > >> Like the previous point releases, 0.94.8 is a primarily a bug fix > > > release. > > > >> This RC has 45 issues resolved against it, contributed by 22 > > > individuals. > > > >> > > > >> The full list of changes is available here: > > > >> https://issues.apache.org/jira/browse/HBASE/fixforversion/12323907 > > > >> > > > >> Please try out the RC, check out the doc, take it for a spin, etc, > and > > > >> vote +1/-1 by May 30th on whether we should release this as 0.94.8. > > > >> > > > >> The release testing spreadsheet is available here: > > > >> > > > >> > > > > > > https://docs.google.com/spreadsheet/ccc?key=0AvLqcVIqNtlTdFNYanpaVUpad0NwV01qWlNRbTlwbUE#gid=0 > > > >> (if you test this release, please add your test to this spreadsheet, > > so > > > >> that we can gauge the coverage) > > > >> > > > >> Thanks. > > > >> > > > >> -- Lars > > > >> > > > > > >
