When a groupby node is created, whatever was in the
cache previously with its key is evicted. This fixes a bug introduced with null node caching.
This commit is contained in:
parent
b4e8ff87fe
commit
485c9572d7
1 changed files with 1 additions and 0 deletions
|
@ -920,6 +920,7 @@ public class Node implements INode, Serializable {
|
|||
setNode (sid, node);
|
||||
subnodes.addElement (node.getID ());
|
||||
}
|
||||
nmgr.evictKey (node.getKey ());
|
||||
return node;
|
||||
}
|
||||
} catch (Exception noluck) {
|
||||
|
|
Loading…
Add table
Reference in a new issue