clebertsuconic commented on a change in pull request #2683: NO-JIRA typo on
logger
URL: https://github.com/apache/activemq-artemis/pull/2683#discussion_r288556514
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java
##########
@@ -613,7 +613,7 @@ private void flushReplicationStream(FlushAction action)
throws Exception {
action.reset();
replicationStream.execute(action);
if (!action.await(this.timeout, TimeUnit.MILLISECONDS)) {
Review comment:
I think the typo was the other way around?
actiona.await(initialReplicationSynctimeout?)
----------------------------------------------------------------
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]
With regards,
Apache Git Services