Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3029

Global filters may arrive before registration, causing crash

    XMLWordPrintableJSON

Details

    Description

      If a fragment produces its filter very quickly, it may call FragmentExecState::PublishFilter() before FragmentExecState::Prepare() has completed. This can cause a crash as RuntimeFilterBank::PublishGlobalFilter() expects that the filters have all been registered before publication.

      The fix is to introduce a mechanism to wait for Prepare() to finish.

      Attachments

        Activity

          People

            henryr Henry Robinson
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: