Dimas Shidqi Parikesit created HBASE-30007:
----------------------------------------------
Summary: Multiget with timestamp incorrectly returns 404 not found
Key: HBASE-30007
URL: https://issues.apache.org/jira/browse/HBASE-30007
Project: HBase
Issue Type: Bug
Components: REST
Affects Versions: 2.6.4
Reporter: Dimas Shidqi Parikesit
This bug is similar to
[HBASE-29195|https://issues.apache.org/jira/browse/HBASE-29195]. If we run
multiget of rows with a timestamp, it is possible that it will return 404
instead of 200.
```
curl -i -H 'Accept: application/json'
"http://localhost:${PORT}/TestRowResource/multiget/?row=testrow7//1000&row=testrow8//1000"
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)