neils-dev commented on code in PR #4002:
URL: https://github.com/apache/ozone/pull/4002#discussion_r1038588499


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/RatisPipelineProvider.java:
##########
@@ -59,7 +63,8 @@
 
   private final ConfigurationSource conf;
   private final EventPublisher eventPublisher;
-  private final PipelinePlacementPolicy placementPolicy;
+  //private final PipelinePlacementPolicy placementPolicy;
+  private PlacementPolicy placementPolicy = null;

Review Comment:
   Made the change with,
   `private PlacementPolicy placementPolicy = null;`
   replaced with,
   `private final PlacementPolicy placementPolicy;`



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