symious commented on PR #3818:
URL: https://github.com/apache/ozone/pull/3818#issuecomment-1408139023

   @DaveTeng0 Sure, the correct logs should as follows:
   ```
   Start to delete container blocks, TXIDs=[1(1),2(1),3(0),4(0)], 
numOfContainers=4, numOfBlocks=4
   2023-01-30 15:44:28,365 
   Start to delete container blocks, TXIDs=[1(2),2(2),3(1),4(1),5(0)], 
numOfContainers=5, numOfBlocks=5
   Start to delete container blocks, TXIDs=[1(3),2(3),3(2),4(2),5(1),6(0)], 
numOfContainers=6, numOfBlocks=6
   Start to delete container blocks, TXIDs=[1(4),2(4),3(3),4(3),5(2),6(1)], 
numOfContainers=6, numOfBlocks=6
   Start to delete container blocks, TXIDs=[1(5),2(5),3(4),4(4),5(3),6(2)], 
numOfContainers=6, numOfBlocks=6
   Start to delete container blocks, TXIDs=[1(6),2(6),3(5),4(5),5(4),6(3)], 
numOfContainers=6, numOfBlocks=6
   ```
   The retry count number is sequential for each transaction, while the 
incorrect logs are not as follows:
   ```
   Start to delete container blocks, TXIDs=[1(0)], numOfContainers=1, 
numOfBlocks=1
   Start to delete container blocks, TXIDs=[1(3),2(0)], numOfContainers=2, 
numOfBlocks=2
   Start to delete container blocks, TXIDs=[1(6),2(3),3(0),4(0)], 
numOfContainers=4, numOfBlocks=4
   Start to delete container blocks, TXIDs=[1(9),2(6),3(3),4(3),5(0),6(0)], 
numOfContainers=6, numOfBlocks=6
   Start to delete container blocks, TXIDs=[1(9),2(6),3(3),4(3),5(0),6(0)], 
numOfContainers=6, numOfBlocks=6
   Start to delete container blocks, TXIDs=[1(15),2(12),3(9),4(9),5(6),6(6)], 
numOfContainers=6, numOfBlocks=6
   ```
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to