HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)

This commit is contained in:
stack 2016-04-19 17:10:48 -07:00
parent 501030d204
commit 954a41790c

View File

@ -441,7 +441,7 @@ public class VisibilityController extends BaseMasterAndRegionObserver implements
if (result.size() < get.getMaxVersions()) { if (result.size() < get.getMaxVersions()) {
// Nothing to delete // Nothing to delete
CellUtil.updateLatestStamp(cell, Long.MIN_VALUE); CellUtil.updateLatestStamp(cell, byteNow, 0);
return; return;
} }
if (result.size() > get.getMaxVersions()) { if (result.size() > get.getMaxVersions()) {