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/06/22 16:51:18 UTC

[GitHub] [ozone] errose28 commented on a change in pull request #2354: HDDS-5337. Apply container space check to Ratis factor one pipelines

errose28 commented on a change in pull request #2354:
URL: https://github.com/apache/ozone/pull/2354#discussion_r656407862



##########
File path: hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineProvider.java
##########
@@ -26,16 +26,20 @@
 
 import org.apache.hadoop.hdds.client.ReplicationConfig;
 import org.apache.hadoop.hdds.protocol.DatanodeDetails;
+import org.apache.hadoop.hdds.scm.SCMCommonPlacementPolicy;
 import org.apache.hadoop.hdds.scm.exceptions.SCMException;
 import org.apache.hadoop.hdds.scm.node.NodeManager;
 import org.apache.hadoop.hdds.scm.node.NodeStatus;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 /**
  * Interface for creating pipelines.
  */
 public abstract class PipelineProvider<REPLICATION_CONFIG
     extends ReplicationConfig> {
-
+  private static final Logger LOG =
+      LoggerFactory.getLogger(SCMCommonPlacementPolicy.class);

Review comment:
       Oops yes I make this mistake all the time. Thanks.




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