[
https://issues.apache.org/jira/browse/HBASE-25930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357069#comment-17357069
]
Istvan Toth edited comment on HBASE-25930 at 6/4/21, 6:28 AM:
--------------------------------------------------------------
This seems to have been caused by HBASE-21652.
Before the refactor, we ran everything in a doAs() block in
ThriftServerRunner.run().
However, when ThriftServerRunner ThriftServer was merged, this principal
switching step was omitted.
was (Author: stoty):
This seems to have been caused by HBASE-21652.
Before the refactor, we switched run everything in a doAs() block in
ThriftServerRunner.run().
However, when ThriftServerRunner ThriftServer was merged, this principal
switching step was omitted.
> Thrift does not support requests in Kerberos environment
> --------------------------------------------------------
>
> Key: HBASE-25930
> URL: https://issues.apache.org/jira/browse/HBASE-25930
> Project: HBase
> Issue Type: Bug
> Components: Thrift
> Affects Versions: 2.2.6
> Reporter: haoning
> Priority: Major
> Attachments: image-2021-05-27-20-17-48-466.png
>
>
> In Kerberos environment, running DemoClient to request thrift server failed
>
> !image-2021-05-27-20-17-48-466.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)