jiajunwang commented on a change in pull request #1514:
URL: https://github.com/apache/helix/pull/1514#discussion_r520822104
##########
File path:
helix-core/src/main/java/org/apache/helix/messaging/handling/HelixTaskExecutor.java
##########
@@ -1288,6 +1308,19 @@ private void removeMessageFromZK(HelixDataAccessor
accessor, Message message,
}
}
+ private void sendNopMessage(HelixDataAccessor accessor, String instanceName)
{
Review comment:
Oh yeah, good catch. I changed the design since during the test I find
that would be a very bad way if we leave the message there and pray for some
new messages coming.
The PR description is about what has been fixed. Let me make it more clear.
----------------------------------------------------------------
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]