[ 
https://issues.apache.org/jira/browse/HADOOP-17817?focusedWorklogId=628638&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-628638
 ]

ASF GitHub Bot logged work on HADOOP-17817:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Jul/21 17:44
            Start Date: 27/Jul/21 17:44
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on a change in pull request 
#3239:
URL: https://github.com/apache/hadoop/pull/3239#discussion_r677667371



##########
File path: 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
##########
@@ -539,6 +539,9 @@ public void initialize(URI name, Configuration originalConf)
       if (hasMetadataStore()) {
         LOG.debug("Using metadata store {}, authoritative store={}, 
authoritative path={}",
             getMetadataStore(), allowAuthoritativeMetadataStore, 
allowAuthoritativePaths);
+        if (isCSEEnabled) {

Review comment:
       Initialize is allowed to throw an IOE; our code tends to expect it.
   
   Can you throw a PathIOE(uri, "S3-CSE cannot be used with S3Guard")
   
   i.e give bucket and problem, but don't propose a solution...leave that to 
the docs as disabling s3guard is probably the better one, depending on what the 
user wants




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 628638)
    Time Spent: 40m  (was: 0.5h)

> Throw an exception if S3 client-side encryption is enabled on S3Guard enabled 
> bucket
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17817
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17817
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Mehakmeet Singh
>            Assignee: Mehakmeet Singh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Throw an exception if S3Guard and S3 Client-side encryption are enabled on a 
> bucket. Follow-up to HADOOP-13887. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to