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

Phabricator commented on HBASE-4661:
------------------------------------

stack has commented on the revision "[jira] [HBASE-4661] get list of store 
files.".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:88 This 
interface already has a flushRegion that takes an HRegionInterface.  Should we 
deprecate it?  Is this regionName the full name or is it encoded Name?
  src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java:118 Is region 
the right granularity?  We'll have to make a bunch of calls.  Should we rather 
allow instead asking the regionserver return all storefiles for a given table 
(with optional columnfamily qualifier supplied)?
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:2169 
Does the flush happen inline or are we just queuing a flush?  If former, 
perhaps return boolean on whether we flushed or no (not important)
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:2189 
How do I express region has not been flushed at all?  -1?

REVISION DETAIL
  https://reviews.facebook.net/D729

                
> Ability to export the list of files for a some or all column families for a 
> given region
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-4661
>                 URL: https://issues.apache.org/jira/browse/HBASE-4661
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation, regionserver
>            Reporter: Karthik Ranganathan
>            Assignee: Madhuwanti Vaidya
>
> Should be able to query the regionservers to figure out the list of files in 
> one/some/all column families for a given regions to determine which files to 
> copy for a backup.

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

        

Reply via email to