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

Akash Ashok commented on HBASE-4224:
------------------------------------

For #1: I was thinking I'd be better to incorporate withing the same flush() 
function instead of a new API. 
Considering Ted's comment, It actually makes sense to retain the behavior, thus 
we could still have the same behavior for the flush() function but make sure it 
only exit after all the required regions have been flushed, by having waits 
within the function. That way we don't have to add a new API. The behavior 
would remain the same. Just that thing would be a little faster as flushes 
happen in parallel.
                
> Need a flush by regionserver rather than by table option
> --------------------------------------------------------
>
>                 Key: HBASE-4224
>                 URL: https://issues.apache.org/jira/browse/HBASE-4224
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: stack
>            Assignee: Akash Ashok
>         Attachments: HBase-4224.patch
>
>
> This evening needed to clean out logs on the cluster.  logs are by 
> regionserver.  to let go of logs, we need to have all edits emptied from 
> memory.  only flush is by table or region.  We need to be able to flush the 
> regionserver.  Need to add this.

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