mumrah commented on PR #13180:
URL: https://github.com/apache/kafka/pull/13180#issuecomment-1414048688

   @cmccabe, here's the new metadata summary format:
   
   
   > [2023-02-02 11:21:52,175] TRACE Sending RPCs to broker before moving to 
dual-write mode. Metadata at offset 122 and epoch 1 includes 3 brokers (0 
changed), 3 topics (0 changed), 0 features (0 changed), 10 configs (0 changed), 
1 producer id (0 changed) 
(org.apache.kafka.metadata.migration.KRaftMigrationDriver:461)
   
   The migration manifest format is the same as before:
   
   > [2023-02-02 11:38:01,569] INFO Completed migration of metadata from 
ZooKeeper to KRaft. 71 records were generated in 342 ms across 4 batches. The 
record types were {TOPIC_RECORD=2, PARTITION_RECORD=2, CONFIG_RECORD=2, 
PRODUCER_IDS_RECORD=1}. The current metadata offset is now 121 with an epoch of 
1. Saw 3 brokers in the migrated metadata [0, 1, 2]. 
(org.apache.kafka.metadata.migration.KRaftMigrationDriver:428)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to