steveloughran commented on a change in pull request #1851: HADOOP-16858. 
S3Guard fsck: Add option to remove orphaned entries - WIP!!
URL: https://github.com/apache/hadoop/pull/1851#discussion_r380378809
 
 

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardFsckViolationHandler.java
 ##########
 @@ -152,6 +184,12 @@ public NoMetadataEntry(S3GuardFsck.ComparePair 
comparePair) {
     public String getError() {
       return "No PathMetadata for this path in the MS.";
     }
+
+    @Override
+    public String fixViolation(S3AFileSystem fs, DynamoDBMetadataStore ddbms) {
 
 Review comment:
   you could probably do this in the base class for now

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to