Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0.0
-
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
Attachments
Issue Links
- is part of
-
DRILL-3455 If a drillbit, that contains fragments for the current query, dies the QueryManager will fail the query even if those fragments already finished successfully
- Resolved