Skip to content

Commit

Permalink
Log finalQueryInfo when FTE scheduler stalled
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Dec 15, 2023
1 parent 2407eb9 commit 982be2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ private void logDebugInfo(String reason)
log.debug("Scheduler debug info for %s START; reason=%s", queryStateMachine.getQueryId(), reason);
log.debug("General state: %s", toStringHelper(this)
.add("queryState", queryStateMachine.getQueryState())
.add("finalQueryInfo", queryStateMachine.getFinalQueryInfo())
.add("maxTaskExecutionAttempts", maxTaskExecutionAttempts)
.add("maxTasksWaitingForNode", maxTasksWaitingForNode)
.add("maxTasksWaitingForExecution", maxTasksWaitingForExecution)
Expand Down

0 comments on commit 982be2a

Please sign in to comment.