ccding commented on a change in pull request #10579: URL: https://github.com/apache/kafka/pull/10579#discussion_r664632598
########## File path: storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManager.java ########## @@ -51,6 +58,7 @@ */ public class TopicBasedRemoteLogMetadataManager implements RemoteLogMetadataManager { private static final Logger log = LoggerFactory.getLogger(TopicBasedRemoteLogMetadataManager.class); + private static final long INITIALIZATION_RETRY_INTERVAL_MS = 30000L; Review comment: our of curiosity: why we have `L` here but not https://github.com/apache/kafka/pull/10579/commits/77da4ebff5228d1c8938105d50b6b15a5223b294#diff-9f35ec72323f704125b5ee6d35a230de7f28f8c448a706eec2946fa46a12cfedR63? -- 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