mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@606022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01215e240d
commit
9f94b6c509
|
@ -270,6 +270,7 @@ class HashBin {
|
||||||
HashPageInfo info = hashPages.get(pageNo);
|
HashPageInfo info = hashPages.get(pageNo);
|
||||||
if (info.size() > maximumEntries) {
|
if (info.size() > maximumEntries) {
|
||||||
// overflowed
|
// overflowed
|
||||||
|
info.begin();
|
||||||
HashEntry entry = info.removeHashEntry(info.size() - 1);
|
HashEntry entry = info.removeHashEntry(info.size() - 1);
|
||||||
doOverFlow(pageNo + 1, entry);
|
doOverFlow(pageNo + 1, entry);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue