HBASE-14995 Revert according to Ram's feedback
This commit is contained in:
parent
546ac1cbb3
commit
d78eddfdc8
|
@ -240,7 +240,7 @@ public class DefaultMemStore implements MemStore {
|
|||
// When we use ACL CP or Visibility CP which deals with Tags during
|
||||
// mutation, the TagRewriteCell.getTagsLength() is a cheaper call. We do not
|
||||
// parse the byte[] to identify the tags length.
|
||||
if (!tagsPresent && (e.getTagsLength() > 0)) {
|
||||
if(e.getTagsLength() > 0) {
|
||||
tagsPresent = true;
|
||||
}
|
||||
setOldestEditTimeToNow();
|
||||
|
|
Loading…
Reference in New Issue