[
https://issues.apache.org/jira/browse/HBASE-17603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-17603:
------------------------------
Affects Version/s: 2.0.0
Priority: Blocker (was: Major)
Fix Version/s: 1.4.0
2.0.0
Description:
This was the first Jenkins build where
TestScannerResource#testTableDoesNotExist started failing.
https://builds.apache.org/job/HBase-1.4/612/jdk=JDK_1_8,label=Hadoop/testReport/junit/org.apache.hadoop.hbase.rest/TestScannerResource/testTableDoesNotExist/
The test failure can be reproduced locally.
The test failure seemed to start after HBASE-17508 went in.
The problem is introduced after HBASE-17508. After HBASE-17508 we will not
contact RS when getScanner. So for rest, get scanner will not return 404
either. But we should get a 404 when fetching data from the scanner but now it
will return 204.
was:
This was the first Jenkins build where
TestScannerResource#testTableDoesNotExist started failing.
https://builds.apache.org/job/HBase-1.4/612/jdk=JDK_1_8,label=Hadoop/testReport/junit/org.apache.hadoop.hbase.rest/TestScannerResource/testTableDoesNotExist/
The test failure can be reproduced locally.
The test failure seemed to start after HBASE-17508 went in.
Component/s: scan
REST
> Rest api for scan should return 404 when table not exists
> ---------------------------------------------------------
>
> Key: HBASE-17603
> URL: https://issues.apache.org/jira/browse/HBASE-17603
> Project: HBase
> Issue Type: Bug
> Components: REST, scan
> Affects Versions: 2.0.0, 1.4.0
> Reporter: Ted Yu
> Priority: Blocker
> Fix For: 2.0.0, 1.4.0
>
>
> This was the first Jenkins build where
> TestScannerResource#testTableDoesNotExist started failing.
> https://builds.apache.org/job/HBase-1.4/612/jdk=JDK_1_8,label=Hadoop/testReport/junit/org.apache.hadoop.hbase.rest/TestScannerResource/testTableDoesNotExist/
> The test failure can be reproduced locally.
> The test failure seemed to start after HBASE-17508 went in.
> The problem is introduced after HBASE-17508. After HBASE-17508 we will not
> contact RS when getScanner. So for rest, get scanner will not return 404
> either. But we should get a 404 when fetching data from the scanner but now
> it will return 204.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)