You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2015/11/09 22:10:10 UTC

[jira] [Created] (SENTRY-957) Exceptions in MetaStoreCacheIntilizer should probably not prevent HMS from starting up

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)