JacksonYao287 commented on a change in pull request #2182:
URL: https://github.com/apache/ozone/pull/2182#discussion_r644555673



##########
File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/StateContext.java
##########
@@ -116,6 +113,11 @@
   private boolean shutdownOnError = false;
   private boolean shutdownGracefully = false;
   private final AtomicLong threadPoolNotAvailableCount;
+  private Map<InetSocketAddress,
+      Map<String, AtomicBoolean>> fullReportSendIndicator;
+
+  private List<String> fullReportTypeList;
+  private Map<String, AtomicReference<GeneratedMessage>> type2Reports;

Review comment:
       Thanks @smengcl very much for  the review!  your notes are exactly 
correct. will commit this




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

Reply via email to