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

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

>From https://builds.apache.org/job/PreCommit-HBASE-Build/9450/console :
{code}
/home/jenkins/tools/maven/latest/bin/mvn clean package javadoc:javadoc 
-DskipTests -DHBasePatchProcess > 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/patchJavadocWarnings.txt
 2>&1

There appear to be 2 javadoc warnings generated by the patched build.
...
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected 
termination of the channel
hudson.remoting.RequestAbortedException: 
hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected 
termination of the channel
        at 
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
        at 
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
        at hudson.remoting.Request.call(Request.java:174)
        at hudson.remoting.Channel.call(Channel.java:739)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:168)
        at com.sun.proxy.$Proxy53.join(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:951)
        at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
{code}
Please fix javadoc warnings and run test suite - QA bot is not reliable.

Thanks

> 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