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

Hudson commented on HDDS-2148:
------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17332 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17332/])
HDDS-2148. Remove redundant code in CreateBucketHandler.java (elek: rev 
28913f733e53c75e97397953a71f06191308c9b8)
* (edit) 
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/bucket/CreateBucketHandler.java


> Remove redundant code in CreateBucketHandler.java
> -------------------------------------------------
>
>                 Key: HDDS-2148
>                 URL: https://issues.apache.org/jira/browse/HDDS-2148
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone CLI
>            Reporter: Dinesh Chitlangia
>            Assignee: Dinesh Chitlangia
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {code:java}
> if (isVerbose()) {
>       System.out.printf("Volume Name : %s%n", volumeName);
>       System.out.printf("Bucket Name : %s%n", bucketName);
>       if (bekName != null) {
>         bb.setBucketEncryptionKey(bekName);
>         System.out.printf("Bucket Encryption enabled with Key Name: %s%n",
>             bekName);
>       }
>     }
> {code}
> This jira aims to remove the redundant line 
> {{bb.setBucketEncryptionKey(bekName);}} as the same operation is performed in 
> the preceding code block. This code block is to print additional details if 
> verbose option was specified.



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

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

Reply via email to