YutaLin commented on PR #9061:
URL: https://github.com/apache/ozone/pull/9061#issuecomment-3344094792

   Hi @szetszwo, thanks for you suggestion
   According to discussion `The correct way to do decode is to search for 
delimiter but it becomes inefficient. So, let's don't support decoding 
keyPrefixOnly and keyPrefixAndVersion as before`. I changed the assumption so 
that all fields are present and updated the code. However, 
`TestReconContainerMetadataManagerImpl#testGetContainersWithPrevContainer and 
#testGetContainersWithPrevContainer` are still failing.
   
   I reverted to using delimiter search, and the tests now pass. I’m not sure 
if this is a test setup/cache issue or if our assumption is actually incorrect. 
Do you have any thoughts? You can check the last diff.
   
   Test failure reference: 
https://github.com/YutaLin/ozone/actions/runs/18075376559/job/51431533964


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