You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/02/03 14:40:52 UTC

[GitHub] [zookeeper] symat opened a new pull request #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions

symat opened a new pull request #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
URL: https://github.com/apache/zookeeper/pull/1244
 
 
   Using OpenJDK 8u.242 or OpenJDK 11.0.6, we have some kerberos exceptions
   when running the following, Kerberos Authentication related tests:
   - QuorumKerberosAuthTest
   - QuorumKerberosHostBasedAuthTest
   - SaslKerberosAuthOverSSLTest
   
   After trying this with different JDK versions, we see that the problem
   seems to appear:
   - between OpenJDK 8u.232 and 8u.242 for java 8
   - and between 11.0.3 and 11.0.6 for java 11
   
   There are a lot of kerberos related changes after 8u.232:
   see https://hg.openjdk.java.net/jdk8u/jdk8u/jdk
   
   I didn't really found the root cause of the issue, but the problem disappeared
   after upgrading the Apache Kerby. Kerby is used only by the tests to start a local
   embedded KDC server. I also checked the dependencies of the new Kerby version
   and there is nothing to exclude there as far as I saw.
   
   I also improved the logging of errors during Kerberos authentication problems by
   printing out some more exceptions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zookeeper] eolivelli commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
URL: https://github.com/apache/zookeeper/pull/1244#issuecomment-581822962
 
 
   for 3.5 we have to update Kerby on Ant configuration, this patch is not enough, we should create a new patch or cherry pick this one and a second one
   
   thank you @symat 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zookeeper] symat commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions

Posted by GitBox <gi...@apache.org>.
symat commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
URL: https://github.com/apache/zookeeper/pull/1244#issuecomment-581462048
 
 
   @nkalmar @eolivelli @anmolnar PTAL

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zookeeper] symat commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions

Posted by GitBox <gi...@apache.org>.
symat commented on issue #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
URL: https://github.com/apache/zookeeper/pull/1244#issuecomment-581824316
 
 
   you are right about the 3.5 ant issue, I will create a separate PR for that

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [zookeeper] eolivelli closed pull request #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions

Posted by GitBox <gi...@apache.org>.
eolivelli closed pull request #1244: ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
URL: https://github.com/apache/zookeeper/pull/1244
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services