Sravya Tirukkovalur created SENTRY-957: ------------------------------------------
Summary: Exceptions in MetaStoreCacheIntilizer should probably not prevent HMS from starting up Key: SENTRY-957 URL: https://issues.apache.org/jira/browse/SENTRY-957 Project: Sentry Issue Type: Bug Components: Hdfs Plugin Affects Versions: 1.7.0 Reporter: Sravya Tirukkovalur Assignee: Sravya Tirukkovalur Fix For: 1.7.0 {noformat} for (Future<CallResult> result : results) { CallResult callResult = result.get(); if (callResult.failure != null) { throw new RuntimeException(callResult.failure); } } {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)