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

Hudson commented on HDFS-14880:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17613 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17613/])
HDFS-14880. Correct the sequence of statistics & exit message in (ayushsaxena: 
rev dcf55838ae41aecfa8a7b37d9b95478ce6acf0a7)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/Balancer.java


> Correct the sequence of statistics & exit message in balencer
> -------------------------------------------------------------
>
>                 Key: HDFS-14880
>                 URL: https://issues.apache.org/jira/browse/HDFS-14880
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: balancer & mover
>    Affects Versions: 3.1.1, 3.2.1
>         Environment: Run the balancer tool in cluster.
>            Reporter: Renukaprasad C
>            Assignee: Renukaprasad C
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HDFS-14880.0001.patch, HDFS-14880.0002.patch, 
> HDFS-14880.0003.patch
>
>
> Actual:
> Time Stamp Iteration# Bytes Already Moved Bytes Left To Move Bytes Being Moved
> The cluster is balanced. Exiting...
> Sep 27, 2019 5:13:15 PM   0   0 B                              0 B            
>               0 B
> Sep 27, 2019 5:13:15 PM Balancing took 1.726 seconds
> Done!
> Expected: Exit message should be after loggin all the balancer movement 
> statistics data.
> Time Stamp Iteration# Bytes Already Moved Bytes Left To Move Bytes Being Moved
> Sep 27, 2019 5:13:15 PM   0   0 B                              0 B            
>               0 B
> The cluster is balanced. Exiting...
> Sep 27, 2019 5:13:15 PM Balancing took 1.726 seconds
> Done!



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