sadanand48 commented on code in PR #9132:
URL: https://github.com/apache/ozone/pull/9132#discussion_r2594457598
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/RDBSnapshotProvider.java:
##########
@@ -183,7 +184,7 @@ public String getSnapshotFileName(String leaderNodeID) {
* @return {@link RocksDBCheckpoint}
* @throws IOException
*/
- public RocksDBCheckpoint getCheckpointFromSnapshotFile(File snapshot,
+ public Path untarContentsOfTarball(File snapshot,
Review Comment:
This method only has a single usage to check if the tar had the
RATIS_SNAPSHOT_COMPLETE file which did't require any DbCheckpoint Object so
removed and created a simple method that simply untars and places it.
--
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]