ARTEMIS-699 group ID reaper tx bug

This commit is contained in:
jbertram 2016-08-25 16:27:16 -05:00 committed by Clebert Suconic
parent 080397a3bf
commit 68d1e980fc
1 changed files with 1 additions and 1 deletions

View File

@ -444,9 +444,9 @@ public final class LocalGroupingHandler extends GroupHandlingAbstract {
storageManager.deleteGrouping(txID, groupBinding);
if (expiredGroups >= 1000 && txID >= 0) {
storageManager.commitBindings(txID);
expiredGroups = 0;
txID = -1;
storageManager.commitBindings(txID);
}
}
catch (Exception e) {