Github user jdanekrh commented on the pull request:
https://github.com/apache/activemq-artemis/commit/63e0c0d310850fb59f800d2cc5cf9c5cfc0060ec#commitcomment-27458675
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PagedReferenceImpl.java:
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PagedReferenceImpl.java
on line 282:
>>> CID 1465080: Concurrent data access violations
(GUARDED_BY_VIOLATION)
>>> Accessing "message" without holding lock "PagedReferenceImpl.this".
Elsewhere,
"org.apache.activemq.artemis.core.paging.cursor.PagedReferenceImpl.message" is
accessed with "PagedReferenceImpl.this" held 3 out of 4 times.
https://scan.coverity.com/projects/apacheactivemqartemis
---