You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/10/08 12:35:30 UTC

[GitHub] [ozone] JacksonYao287 commented on a change in pull request #2685: HDDS-5734. add a command to trigger datanode executing du immediately

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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org