You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/01/17 04:37:45 UTC

[GitHub] jvrao commented on a change in pull request #1902: (WIP) Metadata checker validating EnsemblePlacementpolicy

jvrao commented on a change in pull request #1902: (WIP) Metadata checker validating EnsemblePlacementpolicy
URL: https://github.com/apache/bookkeeper/pull/1902#discussion_r248536753
 
 

 ##########
 File path: bookkeeper-proto/src/main/proto/DataFormats.proto
 ##########
 @@ -102,3 +102,10 @@ message AuditorVoteFormat {
 message CheckAllLedgersFormat {
     optional int64 checkAllLedgersCTime = 1;
 }
+
+/**
+ * information of MetadataCheck execution
+ */
+message MetadataCheckFormat {
+    optional int64 metadataCheckCTime = 1;
+}
 
 Review comment:
   Hmm format issue at the end of the curly brace? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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