clebertsuconic commented on a change in pull request #2683: NO-JIRA typo on
logger
URL: https://github.com/apache/activemq-artemis/pull/2683#discussion_r305348896
##########
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:
the typo is not on the logger, it's on the await.
otherwise initialReplicationTimeout is not used anywhere and it could go
away.
----------------------------------------------------------------
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