liuml07 commented on issue #1752: HADOOP-16732. S3Guard to support encrypted DynamoDB table URL: https://github.com/apache/hadoop/pull/1752#issuecomment-564430080 I tested against us-west-2 region, and did not have all tests passing. The most relevant test `ITestDynamoDBMetadataStore` passed with different config settings in `auth-keys.xml` including default SSE config (AWS owned CMK), AWS managed CMK and customer managed AWS key. Specially, with customer managed CMK, the timeout of the test rule should be up to 60s. Does this imply performance degradation when using customer managed CMK? The failing ones include: - `TestStagingCommitter` is compaining about method not found `java.lang.NoSuchMethodError: org.eclipse.jetty.server.session.SessionHandler.getSessionManager()Lorg/eclipse/jetty/server/SessionManager;` - `ITestDelegatedMRJob`, `ITestS3AMiniYarnCluster` and `ITestTerasortOnS3A` are timing out w or w/o this change on my side. Not sure if this is related to the above method not found exception. I will have a look at those failures before claiming this is tested.
---------------------------------------------------------------- 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]
