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/02/15 05:03:56 UTC

[GitHub] [hadoop-ozone] swagle commented on a change in pull request #546: HDDS-2847. Recon should track containers that are missing along with …

swagle commented on a change in pull request #546: HDDS-2847. Recon should track containers that are missing along with …
URL: https://github.com/apache/hadoop-ozone/pull/546#discussion_r379733965
 
 

 ##########
 File path: hadoop-ozone/recon-codegen/src/main/java/org/hadoop/ozone/recon/schema/UtilizationSchemaDefinition.java
 ##########
 @@ -77,4 +81,13 @@ void createFileSizeCount(Connection conn) {
             .primaryKey("file_size"))
         .execute();
   }
+
+  void createMissingContainersTable(Connection conn) {
 
 Review comment:
   Minor cor org nit: Possibly doesn't belong in this class.

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