I tested it with JDK 1.7_9 on a live HBase cluster (trunk version, 1 master and 4 region servers) and it went very well. The cluster started up ok. I created a table, loaded around 90k records, regions split/assigned properly.
Thanks, Jimmy On Wed, Nov 14, 2012 at 11:22 AM, Patrick Hunt <[email protected]> wrote: > Jimmy mentioned that he might have some time to try it out with hbase > - Jimmy how did your testing go? > > Patrick > > On Wed, Nov 14, 2012 at 10:31 AM, Mahadev Konar <[email protected]> > wrote: >> Thanks Ted! >> >> mahadev >> >> >> On Tue, Nov 13, 2012 at 5:02 PM, Ted Yu <[email protected]> wrote: >>> Using jdk 1.7 u9, I saw the following test failures: >>> >>> Failed tests: >>> testRSSplitEphemeralsDisappearButDaughtersAreOnlinedAfterShutdownHandling(org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster) >>> >>> testMultiRowMutationMultiThreads(org.apache.hadoop.hbase.regionserver.TestAtomicOperation): >>> expected:<0> but was:<1> >>> queueFailover(org.apache.hadoop.hbase.replication.TestReplication): >>> Waited too much time for queueFailover replication. Waited 74466ms. >>> >>> Tests in error: >>> Broken_testSync(org.apache.hadoop.hbase.regionserver.wal.TestHLog): Error >>> Recovery for block blk_-3290996327764601512_1015 failed because recovery >>> from primary datanode 127.0.0.1:53866 failed 6 times. Pipeline was >>> 127.0.0.1:53866. Aborting... >>> testSplit(org.apache.hadoop.hbase.regionserver.wal.TestHLog): 3 >>> exceptions [org.apache.hadoop.ipc.RemoteException: >>> org.apache.hadoop.hdfs.server.namenode.LeaseExpiredException: No lease on >>> /user/hduser/hbase/TestHLog/3d02052e6bcac5f74e57d2a75e6bf583/recovered.edits/0000000000000000004.temp >>> File is not open for writing. Holder DFSClient_1365323924 does not have any >>> open files.(..) >>> >>> They passed when I ran them standalone. queueFailover has been a flaky test. >>> >>> FYI >>> >>> On Tue, Nov 13, 2012 at 4:15 PM, Ted Yu <[email protected]> wrote: >>> >>>> I have run HBase trunk test suite with jdk 1.6 using zookeeper 3.4.5 RC1 >>>> in local maven repo. >>>> Tests passed. >>>> >>>> Cheers >>>> >>>> >>>> On Tue, Nov 13, 2012 at 3:16 PM, Mahadev Konar >>>> <[email protected]>wrote: >>>> >>>>> Anyone from hbase team wants to try it out before we close the vote? >>>>> Looks like Roman did some basic testing with HBase, so thats helpful. >>>>> >>>>> thanks >>>>> mahadev >>>>> >>>>> >>>>> On Mon, Nov 12, 2012 at 8:54 AM, Roman Shaposhnik <[email protected]> wrote: >>>>> > On Mon, Nov 5, 2012 at 12:20 AM, Mahadev Konar <[email protected]> >>>>> wrote: >>>>> >> Hi all, >>>>> >> >>>>> >> I have created a candidate build for ZooKeeper 3.4.5. This includes >>>>> >> the fix for ZOOKEEPER-1560. >>>>> >> Please take a look at the release notes for the jira list. >>>>> >> >>>>> >> *** Please download, test and VOTE before the >>>>> >> *** vote closes 12:00 midnight PT on Friday, Nov 9th.*** >>>>> >> >>>>> >> http://people.apache.org/~mahadev/zookeeper-3.4.5-candidate-1/ >>>>> >> >>>>> >> Should we release this? >>>>> > >>>>> > +1 (non-binding) >>>>> > >>>>> > based on Bigtop testing (HBase 0.94.2, Hadoop 2.0.2-alpha, Giraph >>>>> > 0.2-SNAPSHOT, Solr 4.0.0) >>>>> > >>>>> > Thanks, >>>>> > Roman. >>>>> >>>> >>>>
