nikramakrishnan commented on code in PR #15014:
URL: https://github.com/apache/kafka/pull/15014#discussion_r1426752326
##########
core/src/main/scala/kafka/server/DelayedRemoteFetch.scala:
##########
@@ -80,6 +81,11 @@ class DelayedRemoteFetch(remoteFetchTask: Future[Void],
// cancel the remote storage read task, if it has not been executed yet
val cancelled = remoteFetchTask.cancel(true)
if (!cancelled) debug(s"Remote fetch task for for RemoteStorageFetchInfo:
$remoteFetchInfo could not be cancelled and its isDone value is
${remoteFetchTask.isDone}")
Review Comment:
Done, thanks!
--
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]