[ 
https://issues.apache.org/jira/browse/HADOOP-18565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714248#comment-17714248
 ] 

ASF GitHub Bot commented on HADOOP-18565:
-----------------------------------------

steveloughran commented on PR #5421:
URL: https://github.com/apache/hadoop/pull/5421#issuecomment-1515158123

   it looks exactly the same as the one above, doesn't it?
   
   Sometimes with findbugs is simplest to just surrender: create some setter 
which is synchronized and set it through that. If you look at `MeanStatistic` 
you can see how I had to sync everything to get it to STFU, even the equals() 
method.
   
   BTW, if you don't know already, it is possible to run the findbugs on the 
command line. I normally only do this and the checkstyle calls when trying to 
fix things they've reported through yetus
   
   ```
   mvn findbugs:findbugs
   ```
   
   




> AWS SDK V2 - Complete outstanding items
> ---------------------------------------
>
>                 Key: HADOOP-18565
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18565
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.4.0
>            Reporter: Ahmar Suhail
>            Priority: Major
>              Labels: pull-request-available
>
> The following work remains to complete the SDK upgrade work:
>  * S3A allows users configure to custom signers, add in support for this.
>  * Remove SDK V1 bundle dependency
>  * Update `getRegion()` logic to use retries. 
>  * Add in progress listeners for `S3ABlockOutputStream`
>  * Fix any failing tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to