-
Notifications
You must be signed in to change notification settings - Fork 21
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
Some data were not uploaded to the S3 when the num of partition > 7 #481
Comments
@freshtang thanks for reporting this issue. I can see you have a topic with 14 partitions. You could also expose JMX metrics and validate if there's any error when copying segments (MBean: |
Thank you @jeqo for the follow-up . I have set the prop of segment.bytes =100MB,so the partitions have more than one segment |
@freshtang thanks for the context. Can't find any commit upstream that may be fixing this since 3.6.1. Also relevant to mention that we haven't yet fully test against KRaft--could you also try to reproduce against a Zookeeper based cluster? |
@freshtang we have similar behavior in other users. If this issue persists on your side, could you use the API timeout configuration for S3? ( |
@jeqo I tried to reproduce with a Zookeeper based cluste and API timeout configuration(s3.api.call.timeout and s3.api.call.attempt.timeout), but the problem still exists |
@freshtang thanks for confirming! Would be possible to give a try to this PR: #549 to see if the reduced allocation helps your deployment? We have seem other scenarios where the thread allocated to a certain partition runs OOM and leads to this scenario. |
What happened?
Several of the partition data were not uploaded to the S3 when the partition num of topic > 7
What did you expect to happen?
All partition data was successfully uploaded to the S3
What else do we need to know?
diff of two paritions as follow
The tieredTopic01173-13 partition had not logs like "Copied 00000000000000000000.log...." found
The text was updated successfully, but these errors were encountered: