adarshsanjeev commented on code in PR #13263:
URL: https://github.com/apache/druid/pull/13263#discussion_r1006632272
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java:
##########
@@ -1807,10 +1809,26 @@ private static MSQStatusReport makeStatusReport(
@Nullable final MSQErrorReport errorReport,
final Queue<MSQErrorReport> errorReports,
@Nullable final DateTime queryStartTime,
- final long queryDuration
+ final long queryDuration,
+ MSQWorkerTaskLauncher taskLauncher
)
{
- return new MSQStatusReport(taskState, errorReport, errorReports,
queryStartTime, queryDuration);
+ int pendingTasks = 0;
Review Comment:
I have set it to -1, ideally, it should not be null and the issue would be
fixed by the next status report.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]