clebertsuconic commented on code in PR #5110:
URL: https://github.com/apache/activemq-artemis/pull/5110#discussion_r1688352434


##########
artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/nio/NIOSequentialFile.java:
##########
@@ -387,7 +396,7 @@ public void blockingWriteDirect(ByteBuffer bytes, boolean 
sync, boolean releaseB
       internalWrite(bytes, sync, null, releaseBuffer);
    }
 
-   private synchronized void internalWrite(final ByteBuffer bytes,
+   private void internalWrite(final ByteBuffer bytes,

Review Comment:
   I didn't mean to remove this synchronized. adding it back.



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

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to