kfaraz commented on code in PR #18031:
URL: https://github.com/apache/druid/pull/18031#discussion_r2105697376
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueue.java:
##########
@@ -853,10 +853,10 @@ void syncFromStorage()
final Collection<Task> removedTasks =
mapDifference.entriesOnlyOnLeft().values();
// Remove tasks not present in metadata store if their lastUpdatedTime
is before syncStartTime
- int numRemoved = 0;
+ int numTaskRemoved = 0;
Review Comment:
```suggestion
int numTasksRemoved = 0;
```
--
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]