Skip to content

Commit 480d951

Browse files
authored
chore(log): remove checkFailoverSuccess error log (#2093)
Signed-off-by: Robin Han <[email protected]>
1 parent c604fec commit 480d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/kafka/server/metadata/KRaftMetadataCache.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class KRaftMetadataCache(
9898
val key = ElasticLog.formatStreamKey(ElasticLogManager.NAMESPACE, topicPartition, Some(topicId))
9999
val buffer = image.kv().getValue(key)
100100
if (buffer == null) {
101-
error(s"topic ${topicPartition} topicId ${topicId.toString} key $key not found ")
101+
// when immediately request after topic creation, the key may not be found
102102
return false
103103
}
104104

0 commit comments

Comments
 (0)