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 2020/01/27 21:59:54 UTC

[GitHub] [hadoop-ozone] avijayanhwx commented on a change in pull request #481: HDDS-2926. Intermittent failure in TestRecon due to thread timing.

avijayanhwx commented on a change in pull request #481: HDDS-2926. Intermittent failure in TestRecon due to thread timing.
URL: https://github.com/apache/hadoop-ozone/pull/481#discussion_r371506156
 
 

 ##########
 File path: hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/ReconContainerDBProvider.java
 ##########
 @@ -79,8 +81,8 @@ public DBStore get() {
     return dbStore;
   }
 
-  private static DBStore getDBStore(OzoneConfiguration configuration,
-                            ReconUtils reconUtils, String dbName) {
+  static DBStore initializeDBStore(OzoneConfiguration configuration,
 
 Review comment:
   This can be private.

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


With regards,
Apache Git Services

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