diff --git a/me/cache/GridStorageCache.java b/me/cache/GridStorageCache.java index 5802bb2cb..34c842ef3 100644 --- a/me/cache/GridStorageCache.java +++ b/me/cache/GridStorageCache.java @@ -80,7 +80,7 @@ public class GridStorageCache implements IStorageGrid private void rmvCell(IGridNode node, ICellContainer cc) { - if ( node.isActive() && activeCellContainers.contains( cc ) ) + if ( activeCellContainers.contains( cc ) ) { inactiveCellContainers.add( cc ); activeCellContainers.remove( cc );