[
https://issues.apache.org/jira/browse/HBASE-9858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856623#comment-13856623
]
ramkrishna.s.vasudevan commented on HBASE-9858:
-----------------------------------------------
I think the line
{code}
if (!(m instanceof Delete) && visibilityExps != null && visibilityExps.length >
0) {
+ m.setCellVisibility(new CellVisibility(
+ visibilityExps[(int) (keyBase % visibilityExps.length)]));
+ }
{code}
is needed here also in MultiThreadedUpdater
{code}
case PUT:
Put put = new Put(rowKey);
put.add(cf, column, hashCodeBytes);
mutate(table, put, rowKeyBase, rowKey, cf, column,
checkedValue);
buf.append(MutationType.PUT.getNumber());
break;
{code}
Sorry for missing this.
> Integration test and LoadTestTool support for cell Visibility
> -------------------------------------------------------------
>
> Key: HBASE-9858
> URL: https://issues.apache.org/jira/browse/HBASE-9858
> Project: HBase
> Issue Type: Sub-task
> Components: security
> Affects Versions: 0.98.0
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 0.98.0
>
> Attachments: HBASE-9858.patch
>
>
> Cell level visibility should have an integration test and LoadTestTool
> support.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)