Details
Description
There is a new feature in JDK 8u171 called Enhanced KeyStore Mechanisms (http://www.oracle.com/technetwork/java/javase/8u171-relnotes-4308888.html#JDK-8189997).
This is the cause of the following errors in the TestKeyProviderFactory:
Caused by: java.security.UnrecoverableKeyException: Rejected by the jceks.key.serialFilter or jdk.serialFilter property at com.sun.crypto.provider.KeyProtector.unseal(KeyProtector.java:352) at com.sun.crypto.provider.JceKeyStore.engineGetKey(JceKeyStore.java:136) at java.security.KeyStore.getKey(KeyStore.java:1023) at org.apache.hadoop.crypto.key.JavaKeyStoreProvider.getMetadata(JavaKeyStoreProvider.java:410) ... 28 more
This issue causes errors and failures in hbase tests right now (using hdfs) and could affect other products running on this new Java version.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-20535 Check the UT TestSaslFanOutOneBlockAsyncDFSOutput which is always flaky
-
- Resolved
-
- is depended upon by
-
HADOOP-15509 Release Hadoop 2.7.7
-
- Resolved
-
- is duplicated by
-
HADOOP-15445 TestCryptoAdminCLI test failure when upgrading to JDK8 patch 171.
-
- Open
-
-
HADOOP-15519 KMS fails to read the existing key metadata after upgrading to JDK 1.8u171
-
- Resolved
-
- is related to
-
HBASE-20538 Upgrade our hadoop versions to 2.7.7 and 3.0.3
-
- Resolved
-
- mentioned in
-
Page Loading...