[
https://issues.apache.org/jira/browse/HBASE-23765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032775#comment-17032775
]
Nick Dimiduk commented on HBASE-23765:
--------------------------------------
*sigh* the attached is from JDK8. And the problem has passed again -- test
passes on both JDK8 and JDK11. This is how I've been running.
{noformat}
$ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install -DskipTests
-Dhadoop.profile=3.0 && JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn -pl
hbase-rest clean test -Dtest=TestSecureRESTServer -Dhadoop.profile=3.0
$ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn clean install -DskipTests
-Dhadoop.profile=3.0 && JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -pl
hbase-rest clean test -Dtest=TestSecureRESTServer -Dhadoop.profile=3.0
{noformat}
> unable to communicate with localhost when setting up Kerberos-related tests
> ---------------------------------------------------------------------------
>
> Key: HBASE-23765
> URL: https://issues.apache.org/jira/browse/HBASE-23765
> Project: HBase
> Issue Type: Task
> Components: test
> Reporter: Josh Elser
> Priority: Minor
> Attachments:
> TEST-org.apache.hadoop.hbase.rest.TestSecureRESTServer.xml
>
>
> [~ndimiduk] gave an ask over on HBASE-23760 to change some of the
> Hadoop-level configuration properties around secure cluster setup from
> localhost to 127.0.0.1. He and [~bharathv] have been chasing some issues with
> ZooKeeper and not having a resolution of localhost to 127.0.0.1.
> Before I start making a change, how sure are we that this is an issue?
> Assuming that it's the nightlies that we see these on, how about we make a
> change to increase the krb5 and spnego debugging to see if we aren't
> resolving names properly?
> There might be a debug property for DNS lookups in Java too.... maybe?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)