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:
parent
0ad9b46bce
commit
86bdbd1134
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue