API Compatibility changes in 7.3.2.100 for ZooKeeper

Removed or Modified APIs in Cloudera Runtime 7.3.2.100 CHF 1 for ZooKeeper and recommendations for how to handle them.

Apache Version of ZooKeeper in 7.3.2 was 3.8.5 and Apache Version of ZooKeeper in 7.3.2.100 is 3.8.5

Removed APIs in 7.3.2

The following APIs are no longer available for ZooKeeper in Cloudera Runtime 7.3.2.100.

X509Util.createTrustManager

Method Added

Package Name
org.apache.zookeeper.common
Effect
A client program may be interrupted by NoSuchMethodError exception.
Reason for change
ZOOKEEPER-4986
Recommendation
New method parameter was added: boolean allowReverseDnsLookup
Recompilation Required?
Yes