Skip to content

Commit 31aff54

Browse files
author
Gabor Bota
committed
HADOOP-16423. S3Guard fsck: Check metadata consistency between S3 and metadatastore (log) (apache#1208). Contributed by Gabor Bota.
Change-Id: I6bbb331b6c0a41c61043e482b95504fda8a50596 (cherry picked from commit 4e273a3)
1 parent ffd29ac commit 31aff54

File tree

9 files changed

+1500
-9
lines changed

9 files changed

+1500
-9
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ public boolean hasMetadataStore() {
15011501
* is set for this filesystem.
15021502
*/
15031503
@VisibleForTesting
1504-
boolean hasAuthoritativeMetadataStore() {
1504+
public boolean hasAuthoritativeMetadataStore() {
15051505
return hasMetadataStore() && allowAuthoritativeMetadataStore;
15061506
}
15071507

0 commit comments

Comments
 (0)