[ 
https://issues.apache.org/jira/browse/HBASE-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592556#comment-13592556
 ] 

Matteo Bertozzi commented on HBASE-7808:
----------------------------------------

TestSplitTransactionOnCluster is flaky HBASE-7686, HBASE-7981 and not related, 
tried to debug it a bit and made a patch to fix some stuff, but it's still 
flaky.
TestZooKeeper is a timeout, and unrelated to this change.
                
> Refactor Store to use HRegionFileSystem
> ---------------------------------------
>
>                 Key: HBASE-7808
>                 URL: https://issues.apache.org/jira/browse/HBASE-7808
>             Project: HBase
>          Issue Type: Sub-task
>          Components: regionserver
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>         Attachments: HBASE-7808-v0.patch, HBASE-7808-v1.patch, 
> HBASE-7808-v2.patch, HBASE-7808-v3.patch, HBASE-7808-v4.patch
>
>
> Move HStore fs related code inside the HRegionFileSystem. 
> File creation and retrival should be handled there, and the use will be 
> something like.
> {code}
> HRegionFileSystem fs = new HRegionFileSystem
> file = fs.createFile()
> fs.commitFile(family, file);
> for (storeFile: fs.getStoreFiles(family))
>    ...
> {code}

--
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