Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Redhat / Centos Linux
Description
Due to this bug https://bugzilla.redhat.com/show_bug.cgi?id=668830
We need to use `localhost.localdomain` when running these tests on Jenkins (Centos)
but for Mac OS it should be `localhost` to pass.
The reason is kerberos principals in this tests are looked up from /etc/hosts
and 127.0.0.1 is resolved to `localhost.localdomain` rather than `localhost` on Redhat
KDC sees `localhost` != `localhost.localdomain` and as the result test fails with authentication error.
It's also important to note these principals are shared between HDFs and HBase in this mini HBase cluster.
Some more reading https://access.redhat.com/solutions/57330
Attachments
Attachments
Issue Links
- Blocked
-
PHOENIX-5421 Phoenix Query server tests race condition issue on creating keytab folder
-
- Closed
-
- links to