You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/09/11 05:13:57 UTC

[jira] Updated: (HBASE-1828) CompareFilters are broken from client-side

     [ https://issues.apache.org/jira/browse/HBASE-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1828:
---------------------------------

    Attachment: HBASE-1828-FailTest.patch

Test fails.  Freezes up and throws:

{noformat}
org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact region server 192.168.249.50:3928 for region testFilters,,1252638503066, row '', but failed after 3 attempts.
Exceptions:
java.io.IOException: Call to /192.168.249.50:3928 failed on local exception: java.io.EOFException
java.io.IOException: Call to /192.168.249.50:3928 failed on local exception: java.io.EOFException
java.io.IOException: Call to /192.168.249.50:3928 failed on local exception: java.io.EOFException
	at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionServerWithRetries(HConnectionManager.java:994)
	at org.apache.hadoop.hbase.client.HTable$ClientScanner.nextScanner(HTable.java:1880)
	at org.apache.hadoop.hbase.client.HTable$ClientScanner.initialize(HTable.java:1826)
	at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:372)
	at org.apache.hadoop.hbase.client.TestClient.testFilters(TestClient.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
....
{noformat}

> CompareFilters are broken from client-side
> ------------------------------------------
>
>                 Key: HBASE-1828
>                 URL: https://issues.apache.org/jira/browse/HBASE-1828
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: filters
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Priority: Critical
>             Fix For: 0.20.1, 0.21.0
>
>         Attachments: HBASE-1828-FailTest.patch
>
>
> Some filters pass region-level tests but seem to freeze client-side.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.