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

ASF GitHub Bot logged work on HDFS-16082:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jun/21 15:06
            Start Date: 21/Jun/21 15:06
    Worklog Time Spent: 10m 
      Work Description: virajjasani commented on pull request #3127:
URL: https://github.com/apache/hadoop/pull/3127#issuecomment-865109655


   @aajisaka @tasanuma Could you please take a look?


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 612705)
    Time Spent: 0.5h  (was: 20m)

> Avoid non-atomic operations on exceptionsSinceLastBalance and 
> failedTimesSinceLastSuccessfulBalance in Balancer
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-16082
>                 URL: https://issues.apache.org/jira/browse/HDFS-16082
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Balancer has introduced 2 volatile int as part of HDFS-13783 namely: 
> exceptionsSinceLastBalance and failedTimesSinceLastSuccessfulBalance. 
> However, we are performing non-atomic operations on it. Since non-atomic 
> operations done here mostly depend on their previous values, we should use 
> AtomicInteger for both.



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