JacksonYao287 commented on a change in pull request #2685:
URL: https://github.com/apache/ozone/pull/2685#discussion_r724971720



##########
File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/VolumeUsage.java
##########
@@ -76,15 +76,18 @@ private long getRemainingReserved() {
     return Math.max(reservedInBytes - getOtherUsed(), 0L);
   }
 
-  public synchronized void start() {

Review comment:
       yea,sorry for this. i used `wait` in earlier commit of this PR, and add 
a `synchronized` with it, so i removed the one here and forget to add it back 
in the latest commit. i will add it back in a new commit.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to