[
https://issues.apache.org/jira/browse/HBASE-14503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934469#comment-14934469
]
Elliott Clark commented on HBASE-14503:
---------------------------------------
We can't change the ordering of key's as that would mean that scan's would then
get things out of order on either new or old files.
We can't scan the whole "empty qualifier" column looking for deletes as that
could be more data than can be in memory.
Thoughts ?
Should we just stop letting people put empty qualifiers?
> DeleteFamily tombstones don't work well with empty qualifiers
> -------------------------------------------------------------
>
> Key: HBASE-14503
> URL: https://issues.apache.org/jira/browse/HBASE-14503
> Project: HBase
> Issue Type: Bug
> Reporter: Elliott Clark
>
> Since key type is only used as the tie breaker if a user issues a put with an
> empty qualifier it can hide the delete when versions on a scan is 1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)