Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1530#discussion_r138404539
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java
---
@@ -267,25 +293,27 @@ public final SimpleString readNodeId() throws
ActiveMQIllegalStateException, IOE
return getNodeId();
}
- protected FileLock tryLock(final int lockPos) throws Exception {
+ protected FileLock tryLock(final long lockPos) throws IOException {
--- End diff --
thanks for explanation, and +1 for consistency cheers.
---