clebertsuconic commented on a change in pull request #2683: NO-JIRA typo on 
logger
URL: https://github.com/apache/activemq-artemis/pull/2683#discussion_r305348770
 
 

 ##########
 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:
   @wy96f / @michaelandrepearce from what I looked, the correct fix would be:
   
   ```java
        if (!action.await(this.initialReplicationTimeout, 
TimeUnit.MILLISECONDS))
   ```

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

Reply via email to