Attila Doroszlai created HDDS-2225: -------------------------------------- Summary: SCM fails to start in most unsecure environments due to leftover secure config Key: HDDS-2225 URL: https://issues.apache.org/jira/browse/HDDS-2225 Project: Hadoop Distributed Data Store Issue Type: Bug Components: docker Reporter: Attila Doroszlai Assignee: Attila Doroszlai
Intermittent failure of {{ozone-recon}} and some other acceptance tests where SCM container is not available is caused by leftover secure config in {{core-site.xml}}. Initially the config file is [empty|https://raw.githubusercontent.com/apache/hadoop/trunk/hadoop-hdds/common/src/main/conf/core-site.xml]. Various test environments populate it with different settings. The problem happens when a test does not specify any config for {{core-site.xml}}, in which case the previous test's config file is retained. {code} scm_1 | 2019-10-01 19:42:05 WARN WebAppContext:531 - Failed startup of context o.e.j.w.WebAppContext@1cc680e{/,file:///tmp/jetty-0.0.0.0-9876-scm-_-any-1272594486261557815.dir/webapp/,UNAVAILABLE}{/scm} scm_1 | javax.servlet.ServletException: javax.servlet.ServletException: Keytab does not exist: /etc/security/keytabs/HTTP.keytab scm_1 | at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:188) ... scm_1 | at org.apache.hadoop.hdds.scm.server.StorageContainerManager.start(StorageContainerManager.java:791) ... scm_1 | Unable to initialize WebAppContext scm_1 | 2019-10-01 19:42:05 INFO StorageContainerManagerStarter:51 - SHUTDOWN_MSG: scm_1 | /************************************************************ scm_1 | SHUTDOWN_MSG: Shutting down StorageContainerManager at 8724df7131bb/192.168.128.6 scm_1 | ************************************************************/ {code} The problem is intermittent due to ordering of test cases being different in different runs. If a secure test is run earlier, more tests are affected. If secure tests are run last, the issue does not happen. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org