HBASE-11639 - [Visibility controller] Replicate the visibility of Cells as

strings- Addendum adding break (Ram)
This commit is contained in:
Ramkrishna 2014-12-03 10:13:41 +05:30
parent a8a134374e
commit 3db5e20834
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }
} }
} }