avijayanhwx commented on a change in pull request #2942:
URL: https://github.com/apache/ozone/pull/2942#discussion_r780471931



##########
File path: 
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/scm/ReconStorageContainerManagerFacade.java
##########
@@ -329,15 +329,17 @@ private void initializePipelinesFromScm() {
 
   private void initializeSCMDB() {
     try {
-      long scmContainersCount = scmServiceProvider.getSCMContainersCount();
+      long scmContainersCount = scmServiceProvider.getContainerCount();

Review comment:
       We should decide on a defined behavior if SCM is down when Recon starts 
up.




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