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

Ted Yu commented on HBASE-10926:
--------------------------------

Test suite passed:
{code}
[INFO] HBase ............................................. SUCCESS [1.588s]
[INFO] HBase - Common .................................... SUCCESS [30.163s]
[INFO] HBase - Protocol .................................. SUCCESS [0.295s]
[INFO] HBase - Client .................................... SUCCESS [35.068s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [5.062s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [1.288s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [2.613s]
[INFO] HBase - Server .................................... SUCCESS 
[1:12:31.923s]
[INFO] HBase - Testing Util .............................. SUCCESS [1.206s]
[INFO] HBase - Thrift .................................... SUCCESS [2:03.521s]
[INFO] HBase - Shell ..................................... SUCCESS [1:44.361s]
[INFO] HBase - Integration Tests ......................... SUCCESS [0.887s]
[INFO] HBase - Examples .................................. SUCCESS [5.497s]
[INFO] HBase - Assembly .................................. SUCCESS [0.806s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:17:44.897s
[INFO] Finished at: Sun May 04 16:04:56 UTC 2014
[INFO] Final Memory: 49M/474M
{code}

> Use global procedure to flush table memstore cache
> --------------------------------------------------
>
>                 Key: HBASE-10926
>                 URL: https://issues.apache.org/jira/browse/HBASE-10926
>             Project: HBase
>          Issue Type: Improvement
>          Components: Admin
>    Affects Versions: 0.96.2, 0.98.1
>            Reporter: Jerry He
>            Assignee: Jerry He
>             Fix For: 0.99.0
>
>         Attachments: HBASE-10926-trunk-v1.patch, HBASE-10926-trunk-v2.patch, 
> HBASE-10926-trunk-v3.patch, HBASE-10926-trunk-v4.patch
>
>
> Currently, user can trigger table flush through hbase shell or HBaseAdmin 
> API.  To flush the table cache, each region server hosting the regions is 
> contacted and flushed sequentially, which is less efficient.
> In HBase snapshot global procedure is used to coordinate and flush the 
> regions in a distributed way.
> Let's provide a distributed table flush for general use.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to