mirror of https://github.com/apache/activemq.git
add trace logging to cursor page in
This commit is contained in:
parent
62c20ebdcf
commit
0cf7c0bc47
|
@ -364,6 +364,9 @@ public abstract class AbstractStoreCursor extends AbstractPendingMessageCursor i
|
|||
}
|
||||
|
||||
protected final synchronized void fillBatch() {
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("{} fillBatch", this);
|
||||
}
|
||||
if (batchResetNeeded) {
|
||||
resetSize();
|
||||
setMaxBatchSize(Math.min(regionDestination.getMaxPageSize(), size));
|
||||
|
|
Loading…
Reference in New Issue