steveloughran commented on issue #1576: HADOOP-16520 dynamodb ms version race refactor. URL: https://github.com/apache/hadoop/pull/1576#issuecomment-539616795 One change for this: can we stop telling the user all is good at info? It's the good state. I saw this on a bucket-info command where this is the first message everyone sees. Assuming this is constant for all other commands, it's a distraction ``` bin/hadoop s3guard bucket-info -guarded s3a://landsat-pds/ 2019-10-08 18:14:02,439 [main] INFO s3guard.DynamoDBMetadataStoreTableHandler (DynamoDBMetadataStoreTableHandler.java:verifyVersionCompatibility(423)) - Table s3guard-us-west-2 contains correct version marker TAG and ITEM. Filesystem s3a://landsat-pds Location: us-west-2 Filesystem s3a://landsat-pds is using S3Guard with store DynamoDBMetadataStore{region=us-west-2, tableName=s3guard-us-west-2, tableArn=arn:aws:dynamodb:us-west-2:980678866538:table/s3guard-us-west-2} ```
---------------------------------------------------------------- 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]
