reddycharan commented on a change in pull request #1902: (WIP) Metadata checker
validating EnsemblePlacementpolicy
URL: https://github.com/apache/bookkeeper/pull/1902#discussion_r248793577
##########
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:
added new line
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services