zhangmeng916 commented on a change in pull request #1124:
URL: https://github.com/apache/helix/pull/1124#discussion_r457755632
##########
File path:
helix-core/src/main/java/org/apache/helix/controller/stages/CurrentStateOutput.java
##########
@@ -165,6 +168,19 @@ public void setPendingRelayMessage(String resourceName,
Partition partition, Str
setStateMessage(resourceName, partition, instanceName, message,
_pendingRelayMessageMap);
}
+ public Map<String, Map<String, Message>> getStaleMessageMap() {
+ return _staleMessageMap;
+ }
+
+ public void setStaleMessageMap(Map<String, Map<String, Message>>
staleMessageMap) {
+ _staleMessageMap = staleMessageMap;
Review comment:
The this one should also be changed?
cache.setStaleMessages(existingStaleMessages);
Is this a rule we have?
----------------------------------------------------------------
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]