Issue #3648 Fix GridParmManager.d2dGridDataPurged() to use deallocateDb.

Change-Id: Id9bb73c54028615c33a61373d7b565a230867c1a

Former-commit-id: 7020daa55a [formerly 8c177752b8e2baa2e739fc69320c4e4b31d972c7]
Former-commit-id: 34df50963e
This commit is contained in:
Ron Anderson 2014-09-25 13:48:11 -05:00
parent 0ad9b46bce
commit 86bdbd1134

View file

@ -1477,10 +1477,7 @@ public class GridParmManager {
iter.remove();
} else {
// remove the database
if (this.dbMap.remove(dbid) != null) {
statusHandler.info("d2dGridDataPurged removing database: "
+ dbid);
}
deallocateDb(dbid, false);
}
}