You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2021/07/08 16:18:00 UTC

[jira] [Created] (IMPALA-10782) Incorrect handling of failure when starting AllocationFileLoaderService

Csaba Ringhofer created IMPALA-10782:
----------------------------------------

             Summary: Incorrect handling of failure when starting AllocationFileLoaderService
                 Key: IMPALA-10782
                 URL: https://issues.apache.org/jira/browse/IMPALA-10782
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Csaba Ringhofer


At https://github.com/apache/impala/blob/59d32853ee42886ae683aac95a8be7f9c89b8eb7/fe/src/main/java/org/apache/impala/util/RequestPoolService.java#L243
we call stopInternal if there is an issue with allocLoader_, and then we try to stop confWatcher_ too though it hasn't been started yet. This leads to a failed precondition at  https://github.com/apache/impala/blob/59d32853ee42886ae683aac95a8be7f9c89b8eb7/fe/src/main/java/org/apache/impala/util/FileWatchService.java#L136



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

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