GS7 SimplePollingContainer transactions
We have an implementation that uses the SimplePollingContainer that calls a listener that we have implemented:
+txManager = new LocalJiniTxManagerConfigurer(configurer.space())+ +.defaultTimeout(2000)+ +.transactionManager();+
+new SimplePollingContainerConfigurer(gigaSpace)+ +.transactionManager(txManager).maxEventsPerTask(4)+ +.template(template).concurrentConsumers(1)+ +.maxConcurrentConsumers(2)+ +.receiveTimeout(1000)+ +.eventListener(<some listener="" we're="" implementing="">).pollingContainer();+
As we are moving from 6.6.4 to 7, we have noticed the number of transactions growing linearly without a limit, with 6.6.4 the same code was able to evict the committed transactions and keep the number of transaction at bay, we have initially seen these statement when we moved to 7 in log (info level):
2010-10-22 10:57:24,823 staging711space.1 [1] INFO [com.gigaspaces.core.lease] - Local transaction [id=351035] timed out, transaction aborted by space staging711space
So we used the space UI (Space Browser tab) and that is where we found the linear growth of transactions,
Any feedback or help is appreciated,
Thank you,
{quote}This thread was imported from the previous forum. For your reference, the original is [available here|http://forum.openspaces.org/thread.jspa?threadID=3518]{quote}