[ https://issues.apache.org/jira/browse/HBASE-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HBASE-5684: ------------------------------- Attachment: D2757.1.patch mbautin requested code review of "[jira] [HBASE-5684] Make ProcessBasedLocalHBaseCluster run HDFS and make it more robust". Reviewers: tedyu, stack, lhofhansl, nspiegelberg, amirshim, JIRA Currently ProcessBasedLocalHBaseCluster runs on top of raw local filesystem. We need it to start a process-based HDFS cluster as well. We also need to make the whole thing more stable so we can use it in unit tests. Also all logs of local HBase cluster daemons are now tailed to the primary log of the unit test with the appropriate prefixes to make debugging easier. This is a trunk diff. The 89-fb version is D2709. TEST PLAN Run the new unit test multiple times (10x or 50x). Run all unit tests. REVISION DETAIL https://reviews.facebook.net/D2757 AFFECTED FILES bin/test/process_based_cluster.sh src/main/java/org/apache/hadoop/hbase/HConstants.java src/main/java/org/apache/hadoop/hbase/master/HMaster.java src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java src/test/java/org/apache/hadoop/hbase/HTestConst.java src/test/java/org/apache/hadoop/hbase/TestInfoServers.java src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java src/test/java/org/apache/hadoop/hbase/regionserver/TestScanner.java src/test/java/org/apache/hadoop/hbase/util/HBaseHomePath.java src/test/java/org/apache/hadoop/hbase/util/ProcessBasedLocalHBaseCluster.java src/test/java/org/apache/hadoop/hbase/util/RestartMetaTest.java src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java src/test/java/org/apache/hadoop/hbase/util/TestProcessBasedCluster.java MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/6285/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Make ProcessBasedLocalHBaseCluster run HDFS and make it more robust > ------------------------------------------------------------------- > > Key: HBASE-5684 > URL: https://issues.apache.org/jira/browse/HBASE-5684 > Project: HBase > Issue Type: Improvement > Reporter: Mikhail Bautin > Assignee: Mikhail Bautin > Attachments: D2709.1.patch, D2709.2.patch, D2709.3.patch, > D2709.4.patch, D2757.1.patch > > > Currently ProcessBasedLocalHBaseCluster runs on top of raw local filesystem. > We need it to start a process-based HDFS cluster as well. We also need to > make the whole thing more stable so we can use it in unit tests. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira