-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KRaft - Kafka nodes continuously generating metadata deltas from snapshots #120
Comments
same issue here ( with tag 7.4.0 + ) However works fine with 7.3.0 tag ( where env CLUSTER_ID is not req to be specified ) |
Keep in mind that the oppened "issue" might not be an issue. I only need a confirmation that it is ok for the deltas to be that often generated. |
Also hit this today. Also not sure if it's a problem. 😅 In case it's helpful for anyone, you can silence these logs by setting |
Having the same issue |
Description
As Kafka cluster starts running in KRaft mode, the Kafka nodes continuously generates metadata from the shapshots.
I don't know if it is an issue, I want to be sure that this is how often it should happen.
Troubleshooting
Check out partial logs:
2023-05-22 11:58:13 kafka1 | [2023-05-22 08:58:13,524] INFO [MetadataLoader 1] handleSnapshot: generated a metadata delta from a snapshot at offset 47311 in 7 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:13 kafka2 | [2023-05-22 08:58:13,525] INFO [MetadataLoader 2] handleSnapshot: generated a metadata delta from a snapshot at offset 47312 in 8 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:14 kafka1 | [2023-05-22 08:58:14,028] INFO [MetadataLoader 1] handleSnapshot: generated a metadata delta from a snapshot at offset 47312 in 15 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:14 kafka3 | [2023-05-22 08:58:14,028] INFO [MetadataLoader 3] handleSnapshot: generated a metadata delta from a snapshot at offset 47312 in 19 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:14 kafka2 | [2023-05-22 08:58:14,030] INFO [MetadataLoader 2] handleSnapshot: generated a metadata delta from a snapshot at offset 47313 in 9 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:14 kafka1 | [2023-05-22 08:58:14,528] INFO [MetadataLoader 1] handleSnapshot: generated a metadata delta from a snapshot at offset 47313 in 35 us. (org.apache.kafka.image.loader.MetadataLoader) 2023-05-22 11:58:14 kafka3 | [2023-05-22 08:58:14,529] INFO [MetadataLoader 3] handleSnapshot: generated a metadata delta from a snapshot at offset 47313 in 46 us.
Environment
The text was updated successfully, but these errors were encountered: