You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/12/11 08:19:32 UTC

[GitHub] [hadoop] liuml07 commented on issue #1752: HADOOP-16732. S3Guard to support encrypted DynamoDB table

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org