[ 
https://issues.apache.org/jira/browse/HBASE-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Zhong updated HBASE-9376:
---------------------------------

    Attachment: hbase-9376.patch

This issue is caused by an early optimization where we only restart 
MiniHBaseCluster while still keep around MiniDFSCluster and MiniZKCluster to 
cut off the start up & tear down overhead. But during the optimization, we 
don't reuse original conf which start minidfscluster, so the tests inside the 
suite use local file system not MiniDFSCluster.


                
> TestDistributedLogSplitting creates a MiniCluster rooted at ~/hbase
> -------------------------------------------------------------------
>
>                 Key: HBASE-9376
>                 URL: https://issues.apache.org/jira/browse/HBASE-9376
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.95.2
>            Reporter: Nick Dimiduk
>            Priority: Minor
>         Attachments: hbase-9376.patch
>
>
> TestDistributedLogSplitting creates a MiniCluster rooted at ~/hbase. I have a 
> machine configured such that my $HOME is NFS mounted, and this combination 
> makes for a rather flakey test. Test cluster(s) instantiated by this test 
> should instead root out of target (like all the rest).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to