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

   Attach the test result based on the latest code: 
   ###  Before change, kafka 4.1.0 deployed
   root@ip-10-20-2-36:/var/fujian# grep -c "Rebootstrapping with Cluster" 
/var/log/kafka/server.log 
   **435**
   
   detailed log:
   ```
   [2025-10-22 11:11:52,445] INFO Initializing topic-based RLMM resources 
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   [2025-10-22 11:11:52,490] INFO [AdminClient clientId=adminclient-1] 
Rebootstrapping with Cluster(id = null, nodes = [10.20.2.36:9559 (id: -1 rack: 
null isFenced: false)], partitions = [], controller = null) 
(org.apache.kafka.clients.admin.internals.AdminMetadataManager)
   //total 435 line logs for "Rebootstrapping", ignore them
   [2025-10-22 11:11:55,099] INFO [BrokerServer id=1] Transition from STARTING 
to STARTED (kafka.server.BrokerServer)
   [2025-10-22 11:11:55,570] INFO Topic __remote_log_metadata exists. TopicId: 
GhWhjHXDSKyXS4U1kRnSiw, numPartitions: 50,  
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   [2025-10-22 11:11:55,673] INFO Initialized topic-based RLMM resources 
successfully 
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   ```
   
   ### After change with this branch deployed
   root@ip-10-20-2-36:/var/fujian# grep -c "Rebootstrapping with Cluster" 
/var/log/kafka/server.log 
   **0**
   
   detailed log:
   ```
   [2025-10-22 11:45:16,249] INFO [BrokerLifecycleManager id=1] The broker has 
been unfenced. Transitioning from RECOVERY to RUNNING. 
(kafka.server.BrokerLifecycleManager)
   [2025-10-22 11:45:16,317] INFO Broker is ready for requests, now 
initializing RLMM 
resources(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   [2025-10-22 11:45:16,317] INFO Initializing topic-based RLMM resources 
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   [2025-10-22 11:45:16,317] INFO [BrokerServer id=1] Transition from STARTING 
to STARTED (kafka.server.BrokerServer)
   [2025-10-22 11:45:16,418] INFO Topic __remote_log_metadata exists. TopicId: 
GhWhjHXDSKyXS4U1kRnSiw, numPartitions: 50 
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   [2025-10-22 11:45:16,511] INFO Initialized topic-based RLMM resources 
successfully 
(org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager)
   ```


-- 
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