You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Borislav Iordanov (Jira)" <ji...@apache.org> on 2021/02/12 18:11:00 UTC

[jira] [Commented] (HADOOP-16524) Automatic keystore reloading for HttpServer2

    [ https://issues.apache.org/jira/browse/HADOOP-16524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283896#comment-17283896 ] 

Borislav Iordanov commented on HADOOP-16524:
--------------------------------------------

I looked at the failures and most pass locally. The two that didn't pass and were clearly affected by the PR are org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testTimelineClientCleanup and org.apache.hadoop.hdfs.web.TestURLConnectionFactory.testSSLFactoryCleanup. I created a new PR with fixes for those:

[https://github.com/apache/hadoop/pull/2693]

 

However, some of the above tests are still failing on the YARN side, plus a new HBase related failure :

org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineWriterHBaseDown

org.apache.hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer.testRMRestartWithExpiredToken
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testTimelineClientCleanup

 

I could not reproduce any of those failures locally. Tried running from IDE or the Hadoop  docker based environment. I also didn't see how they could be affected by the keystore reloading changes. So eventually I just made a cosmetic change to trigger another test run on the same PR and see what happens. Now all those tests passed, but there is a new failure:

hadoop.yarn.applications.distributedshell.TestDSTimelineV10

Seems like those are some flaky tests. Any advice how to proceed? Is it an option for the tests to be auto retried using this option [https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html] for example?

 

> Automatic keystore reloading for HttpServer2
> --------------------------------------------
>
>                 Key: HADOOP-16524
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16524
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Kihwal Lee
>            Assignee: Borislav Iordanov
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.1, 3.4.0
>
>         Attachments: HADOOP-16524.patch
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> Jetty 9 simplified reloading of keystore.   This allows hadoop daemon's SSL cert to be updated in place without having to restart the service.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org