I think I found a bug: Basically, because of failSilently==true putForExternalRead ends up adding Node to MVCCInvocationContext.lookedUpNodes but subsequent evictNode() uses MVCCInvocationContext.mvccTCtx to look up the same node (and fails to find it). See details here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=151904 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216350#4216350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216350 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
