runzhiwang commented on a change in pull request #1601:
URL: https://github.com/apache/ozone/pull/1601#discussion_r528494451
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##########
@@ -72,6 +76,11 @@
private final AtomicLong stateExecutionCount;
private final ConfigurationSource conf;
private final Set<InetSocketAddress> endpoints;
+ // Only keeps the latest Container, Node and Pipeline report
+ private GeneratedMessage containerReports;
Review comment:
containerReports -> containerReport
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]