You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Thomas Tauber-Marshall (JIRA)" <ji...@apache.org> on 2017/08/17 16:41:00 UTC

[jira] [Created] (IMPALA-5807) Fix possibility of concurrent status reports

Thomas Tauber-Marshall created IMPALA-5807:
----------------------------------------------

             Summary: Fix possibility of concurrent status reports
                 Key: IMPALA-5807
                 URL: https://issues.apache.org/jira/browse/IMPALA-5807
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
    Affects Versions: Impala 2.10.0
            Reporter: Thomas Tauber-Marshall


The coordinator may receive multiple backend status reports concurrently for a few reasons:
- The backend believes that sending the report failed and retries when in fact the first report did reach the coordinator.
- A report is sent by the reporting thread at the same time that one is sent by Finalize().
- Multiple fragments from the same backend send reports at the same time.

This has the possibility of causing races. One such race was fixed in IMPALA-5749, but we should deal with the underlying issue of concurrent reports in a more complete way, rather than just trying to fix individual races as they become apparent.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)