HBASE-15672 hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes fails (Anoop Sam John)
This commit is contained in:
parent
bd64db97c8
commit
2d99f626d1
@ -443,7 +443,7 @@ public class VisibilityController extends BaseMasterAndRegionObserver implements
|
||||
|
||||
if (result.size() < get.getMaxVersions()) {
|
||||
// Nothing to delete
|
||||
CellUtil.updateLatestStamp(cell, Long.MIN_VALUE);
|
||||
CellUtil.updateLatestStamp(cell, byteNow, 0);
|
||||
return;
|
||||
}
|
||||
if (result.size() > get.getMaxVersions()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user