HBASE-11639 - [Visibility controller] Replicate the visibility of Cells as
strings- Addendum adding break (Ram)
This commit is contained in:
parent
a8a134374e
commit
3db5e20834
|
@ -494,6 +494,7 @@ public class VisibilityController extends BaseMasterAndRegionObserver implements
|
||||||
Tag tag = iterator.next();
|
Tag tag = iterator.next();
|
||||||
if (tag.getType() == TagType.STRING_VIS_TAG_TYPE) {
|
if (tag.getType() == TagType.STRING_VIS_TAG_TYPE) {
|
||||||
iterator.remove();
|
iterator.remove();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue