junrao commented on code in PR #16602: URL: https://github.com/apache/kafka/pull/16602#discussion_r1800109844
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -263,6 +270,10 @@ public RemoteLogManager(RemoteLogManagerConfig rlmConfig, ); } + public void setDelayedOperationPurgatory(DelayedOperationPurgatory<DelayedRemoteListOffsets> delayedRemoteListOffsetsPurgatory) { + this.delayedRemoteListOffsetsPurgatory = delayedRemoteListOffsetsPurgatory; Review Comment: You are talking about the purgatories in `ReplicaManager`? They are set during the creation of ReplicaManager. Here, `delayedRemoteListOffsetsPurgatory` is not set during the creation of `RemoteLogManager`. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org