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

Ted Yu commented on HBASE-7481:
-------------------------------

If you search https://builds.apache.org/job/PreCommit-HBASE-Build/4869/console 
for '(Test', you would see:
{code}
"pool-1-thread-1" prio=10 tid=0x09b30c00 nid=0x2a7 in Object.wait() [0x76ffe000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1194)
        - locked <0x805fbb30> (a 
org.apache.hadoop.hbase.util.JVMClusterUtil$RegionServerThread)
        at 
org.apache.hadoop.hbase.util.JVMClusterUtil.shutdown(JVMClusterUtil.java:252)
        at 
org.apache.hadoop.hbase.LocalHBaseCluster.shutdown(LocalHBaseCluster.java:430)
        at 
org.apache.hadoop.hbase.MiniHBaseCluster.shutdown(MiniHBaseCluster.java:501)
        at 
org.apache.hadoop.hbase.HBaseTestingUtility.shutdownMiniHBaseCluster(HBaseTestingUtility.java:919)
        at 
org.apache.hadoop.hbase.HBaseTestingUtility.shutdownMiniCluster(HBaseTestingUtility.java:889)
        at 
org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential.tearDown(TestMiniClusterLoadSequential.java:106)
{code}
'mvn site' warning appears for every patch, so I would not worry about it.
                
> throw IOExceptions from Filter methods?
> ---------------------------------------
>
>                 Key: HBASE-7481
>                 URL: https://issues.apache.org/jira/browse/HBASE-7481
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>             Fix For: 0.95.0, 0.98.0
>
>         Attachments: HBASE-7481-1.0.txt
>
>
> Currently there is no way to throw custom IOExceptions from any of the filter 
> methods.
> For implementers of custom filters that presents a problem.
> For example there are scenarios where the filter would want to indicate to 
> the client that there it should not retry. Currently there is no way of doing 
> that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to