jtuglu1 commented on code in PR #18851:
URL: https://github.com/apache/druid/pull/18851#discussion_r2968236830


##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/hrtr/HttpRemoteTaskRunnerResource.java:
##########
@@ -72,7 +72,7 @@ public Response getPendingTasksQueue()
       return 
Response.status(Response.Status.FORBIDDEN).entity("HttpRemoteTaskRunner is 
NULL.").build();
     }
 
-    return 
Response.ok().entity(httpRemoteTaskRunner.getPendingTasksList()).build();
+    return 
Response.ok().entity(httpRemoteTaskRunner.getPendingTasks()).build();

Review Comment:
   Hmm – why would this break the API? The returned container is semantically 
the same?



-- 
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]

Reply via email to