jtuglu1 commented on code in PR #18448:
URL: https://github.com/apache/druid/pull/18448#discussion_r2311791428
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueue.java:
##########
@@ -716,7 +711,7 @@ private void notifyStatus(final TaskEntry entry, final
TaskStatus taskStatus, St
// Mark this task as complete, so it isn't managed while being cleaned up.
entry.isComplete = true;
// Update the task status associated with this entry
- entry.taskInfo = entry.taskInfo.withNewStatus(taskStatus);
+ entry.taskInfo = entry.taskInfo.withStatus(taskStatus);
Review Comment:
The updated timestamp will already be assigned after this function returns –
I can still add it.
--
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]