swagle commented on a change in pull request #2874:
URL: https://github.com/apache/ozone/pull/2874#discussion_r759595472
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/spi/impl/ReconDBDefinition.java
##########
@@ -74,6 +74,16 @@ public ReconDBDefinition(String dbName) {
NSSummary.class,
new NSSummaryCodec());
+ // Container Replica History with bcsId tracking.
+ public static final DBColumnFamilyDefinition
+ <Long, ContainerReplicaHistoryList> REPLICA_HISTORY_V2 =
Review comment:
Ok, can you file a jira for this, thanks.
--
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]