Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-3448

typo in QueryManager.DrillbitStatusListener will cause the Foreman to hang if a Drillbit dies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0.0
    • 1.2.0
    • Execution - Flow
    • None

    Description

      at the end of DrillbitStatusListener.drillbitUnregistered() there is if block:

            if (!atLeastOneFailure) {
              logger.warn("...");
              stateListener.moveToState(QueryState.FAILED,
                  new ForemanException(...));
            }
      

      this will basically fail the query if the drillbit DIDN'T contain any fragment for this Foreman, which in fact should be the inverse.

      Attachments

        1. DRILL-3448.1.patch.txt
          3 kB
          Sudheesh Katkam

        Issue Links

          Activity

            People

              khfaraaz Khurram Faraaz
              adeneche Abdel Hakim Deneche
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: