[
https://issues.apache.org/jira/browse/HBASE-10926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989065#comment-13989065
]
Jerry He commented on HBASE-10926:
----------------------------------
Thanks, Ted, Andrew.
I spent some time yesterday trying to fix javadoc warnings Ted mentioned. I
could not see the location of the warnings.
I tried to run 'mvn clean package javadoc:javadoc -DskipTests
-DHBasePatchProcess'. But couldn't find details in the output either.
I had to turn on javadoc warning in my Eclipse, which shows a bunch of warnings
for existing code as well.
Was still thinking whether I should fix them or not yesterday ...
> 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)