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/04/01 06:18:29 UTC

[GitHub] [ozone] GlenGeng commented on a change in pull request #2101: HDDS-4828. SCM should go into "safe mode" until there is at least 1 pipeline to work with after finalization.

GlenGeng commented on a change in pull request #2101:
URL: https://github.com/apache/ozone/pull/2101#discussion_r605401539



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/BackgroundPipelineCreator.java
##########
@@ -32,6 +32,8 @@
 import java.util.concurrent.ScheduledFuture;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.atomic.AtomicBoolean;
+import java.util.concurrent.locks.Lock;
+import java.util.concurrent.locks.ReentrantLock;

Review comment:
       Just a kind reminder, since SCM HA is merged back to master, `BackgroundPipelineCreator.java` is deprecated and replaced by `BackgroundPipelineCreatorV2.java`. 




-- 
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:
users@infra.apache.org



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