[
https://issues.apache.org/jira/browse/HADOOP-18919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777506#comment-17777506
]
ASF GitHub Bot commented on HADOOP-18919:
-----------------------------------------
fapifta commented on PR #6194:
URL: https://github.com/apache/hadoop/pull/6194#issuecomment-1771845122
@jojochuang @dombizita checking into the failures, I firmly believe that
they were failing because in the meantime there was a bump in Zookeeper
version, 3.6.3->3.6.4 and after the failures an other one, 3.6.4->3.7.2.
3.6.4 contains ZOOKEEPER-1875, that introduced a null check on the watcher
constructor parameter, while this is already reverted in 3.7.2. If @dombizita
fixes the checkstyle part, and trigger a new build, I think these issues will
go away and tests will pass.
On this... I could not figure out why the ZK bump did not triggered test
issues, but if we run tests selectively for changes, then we should revisit the
selection, and if there are version changes in the hadoop-project module, or
anywhere else, we probably should run a full testing and evaluate the errors
more carefully, as the 3.6.3-3.6.4 bump should have broke these tests already
as I understand.
> Zookeeper SSL/TLS support in HDFS ZKFC
> --------------------------------------
>
> Key: HADOOP-18919
> URL: https://issues.apache.org/jira/browse/HADOOP-18919
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Zita Dombi
> Assignee: Zita Dombi
> Priority: Major
> Labels: pull-request-available
>
> HADOOP-18709 added support for Zookeeper to communicate with SSL/TLS enabled
> in hadoop-common. With those changes we have the necessary parameters, that
> we need to set to enable SSL/TLS in a ZK Client.
> In YARN-11468 the SSL communication can be set in Yarn, now we need to
> similar changes in HDFS to enable it correctly. In HDFS ZK Client is used in
> the Failover Controller. In this improvement we need to create the ZK client
> with the necessary SSL configs if we enable it, which we can track under a
> new HDFS config.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]