I don't see an obvious path of causation from the redeploy to the big eviction queue,
not if your dependencies were as described. The cache would be fully started before the
session factories were started; i.e. the cache should not have been exposed to requests
while it was starting.
A possibility is the way your app responded when it came back online -- tried to cache a
lot of data in a big spurt rather than the more normal steady state. That would result in
a temporary spike in the number of items in the eviction queue.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224417#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...