jiafu1115 commented on PR #20913:
URL: https://github.com/apache/kafka/pull/20913#issuecomment-3547156286

   Attach test result:
   [Precondition]
   Create one topic enable remote stroage in Kafka (3 brokers + 3 controller)
   ```
   local storage time: 20 minutes
   remote stroage time: 40 minutes
   partition:  3
   segement.bytes: 10M
   ```
   <img width="698" height="468" alt="image" 
src="https://github.com/user-attachments/assets/eaa5b108-2be0-4921-ab46-a9338bb35fb0";
 />
   
   [Steps]
   1. Deploy the code into one broker only and restart the broker
   2. Keep sending a lot of messages to the topic
   3. Check the disk sizes on both local and remote storage at two points in 
time: 20 minutes before and 1 hour after.
   
   [Result]
   
   Before 20 minutes:
   1. only 2 partition upload the local to remote.
   
   After 1 hour:
   1. The remote storage size for one partition (on the broker with the code 
change) is much smaller than the other two.
   <img width="863" height="401" alt="image" 
src="https://github.com/user-attachments/assets/c534f579-c3e9-4e92-8362-23d8b51ab072";
 />
   2. The sizes of the local disks are similar.
   <img width="1271" height="308" alt="image" 
src="https://github.com/user-attachments/assets/bd58ec55-283d-4d0b-8798-55ecb34343af";
 />
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to