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

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

                Author: ASF GitHub Bot
            Created on: 21/Sep/21 12:29
            Start Date: 21/Sep/21 12:29
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3462:
URL: https://github.com/apache/hadoop/pull/3462#issuecomment-923938577


   
   and the news is the method `propagateBucketOptions()` will promote a 
per-bucket deprecated property to be the new value, because 
`Configuration.set()` does the remapping, and thats what the propagation 
algorithm uses.
   
   So: for encryption options not in jceks files, 
`fs.bucket.BUCKET.fs.s3a.server-side-encryption-algorithm` beats the global 
value of `fs.bucket.s3a.encryption.algorithm"`
   
   
   We don't get this for jceks files as there is no propagation, just lookup.
   
   I'm not going to worry about this, except to say "don't...I will add 
something in my patch which mentions this."


-- 
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: 653518)
    Time Spent: 1h 50m  (was: 1h 40m)

> Lookup old S3 encryption configs for JCEKS
> ------------------------------------------
>
>                 Key: HADOOP-17922
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17922
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 3.4.0
>            Reporter: Mehakmeet Singh
>            Assignee: Mehakmeet Singh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> HADOOP-17871 introduces new set of S3 encryption configs which are replaced 
> by old property names during look-up. We need to look-up for both the 
> properties since either could be set in a JCEKS file.



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