devabhishekpal opened a new pull request, #7199:
URL: https://github.com/apache/ozone/pull/7199
## What changes were proposed in this pull request?
Currently the waitForCheckpointDirectoryExist helper method prints the log
message in reversed order.
Please describe your PR in detail:
* As a part of this PR we are fixing this error message to properly reflect
the fields it is logging
* Currently in the message `Checkpoint directory: {} didn't get created in
{} secs` the ordering is reversed i.e Checkpoint directory `time` didn't get
created in `directoryPath` seconds i.e the fields are flipped
* After this change the message will be proper
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-11419
## How was this patch tested?
This patch was tested via Unit tests
--
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]