Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.2.0, 0.2.1, 0.18.0
-
None
-
None
Description
When an explicit timestamp is specified, no results should be returned if there is no value stored at that timestamp.
A value should be returned (as it currently is) if the timestamp is defaulted or is LATEST_TIMESTAMP (which is the same thing). This works correctly.
Table name "web", columns: "contents:", "anchor:"
store com.cnn.www/contents:/5 value = "t5"
store com.cnn.www/anchor:my.look.ca:/8 value = "CNN.com"
com.cnn.www/anchor:cnnsi.com/9 value = "CNN"
get(com.cnn.www/contents:/8) should return nothing but returns value="t5", timestamp=5
get(com.cnn.www/anchor:my.look.ca:/9) should return nothing, but returns value="CNN.com", timestamp=8
Attachments
Attachments
Issue Links
- blocks
-
HBASE-899 Support for specifying a timestamp and numVersions on a per-column basis
- Closed
- is part of
-
HBASE-1249 Rearchitecting of server, client, API, key format, etc for 0.20
- Closed
-
HBASE-1304 New client server implementation of how gets and puts are handled.
- Closed