[
https://issues.apache.org/jira/browse/HBASE-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-11449:
-------------------------------------------
Attachment: HBASE-11449.patch
This is for trunk. Now the IT passes and also when we run using
{code}
mvn verify -Dtest.output.tofile=false -Dit.test=IntegrationTestIngestWithACL
{code}
> IntegrationTestIngestWithACL fails to use different users after HBASE-10810
> ---------------------------------------------------------------------------
>
> Key: HBASE-11449
> URL: https://issues.apache.org/jira/browse/HBASE-11449
> Project: HBase
> Issue Type: Bug
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.99.0
>
> Attachments: HBASE-11449.patch
>
>
> Im MultiThreadedReaderWithACL we needed the Table instances per user and the
> same was getting cached. Now after HBASE-10810 the table instance is
> obtained from the connection maintained which is the connection created by
> the 'root' user and not by the user intended. So IT does not work in trunk.
--
This message was sent by Atlassian JIRA
(v6.2#6252)