mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3159 - Log file offset in addition to file location in checkpointUpdate()
patch applied with thanks. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1063712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62c6c8f8d8
commit
aadd682d09
|
@ -1174,7 +1174,7 @@ public class MessageDatabase extends ServiceSupport implements BrokerServiceAwar
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG.trace("gc candidates after first tx:" + firstTxLocation.getDataFileId() + ", " + gcCandidateSet);
|
LOG.trace("gc candidates after first tx:" + firstTxLocation + ", " + gcCandidateSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Go through all the destinations to see if any of them can remove GC candidates.
|
// Go through all the destinations to see if any of them can remove GC candidates.
|
||||||
|
|
Loading…
Reference in New Issue