[ 
https://issues.apache.org/jira/browse/HBASE-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14051372#comment-14051372
 ] 

Hudson commented on HBASE-11449:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK #5266 (See 
[https://builds.apache.org/job/HBase-TRUNK/5266/])
HBASE-11449 IntegrationTestIngestWithACL fails to use different users 
(ramkrishna: rev 80f0a522f945ca06b9e4e096c77a3ea489369c27)
* hbase-server/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java
* 
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngestWithACL.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedReaderWithACL.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedUpdaterWithACL.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/util/MultiThreadedWriterWithACL.java


> 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, 1.0.0, 2.0.0
>
>         Attachments: HBASE-11449.patch, HBASE-11449_1.patch, 
> HBASE-11449_2.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)

Reply via email to