You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/12/16 18:20:00 UTC

[jira] [Commented] (PHOENIX-6614) QueryServerTest fails for hostname upper case letters

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

Vitalii Diravka commented on PHOENIX-6614:
------------------------------------------

Is that possible to assign this ticket to myself without submitting the patch,  since the PR is opened?

> QueryServerTest fails for hostname upper case letters
> -----------------------------------------------------
>
>                 Key: PHOENIX-6614
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6614
>             Project: Phoenix
>          Issue Type: Bug
>          Components: queryserver
>    Affects Versions: queryserver-6.0.0
>            Reporter: Vitalii Diravka
>            Priority: Major
>             Fix For: queryserver-6.0.1
>
>
> _QueryServerTest_ fails on the machine with uppercase letters in hostname:
> {code:java}
> org.junit.ComparisonFailure: 
> Expected :HTTP/vitalii-UX331UN@EXAMPLE.COM
> Actual   :HTTP/vitalii-ux331un@EXAMPLE.COM {code}
> It appears kerberos does not work with hostnames with uppercase characters. The full explanation is in HADOOP-18047.
> So need to use lowercase letters for hostname in this test to make them passing.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)