Re: [infinispan-dev] Transaction table cleanup

2012-10-30 Thread Vladimir Blagojevic
On 12-10-29 8:49 PM, Manik Surtani wrote: On 19 Oct 2012, at 17:40, Mircea Markus mircea.mar...@jboss.com mailto:mircea.mar...@jboss.com wrote: On 19 Oct 2012, at 07:41, Vladimir Blagojevic wrote: On 12-10-19 4:15 AM, Manik Surtani wrote: You're right actually, the temporary cache

Re: [infinispan-dev] Transaction table cleanup

2012-10-29 Thread Manik Surtani
On 19 Oct 2012, at 17:40, Mircea Markus mircea.mar...@jboss.com wrote: On 19 Oct 2012, at 07:41, Vladimir Blagojevic wrote: On 12-10-19 4:15 AM, Manik Surtani wrote: You're right actually, the temporary cache created is transactional. it is built in the CreateCacheCommand and relies

Re: [infinispan-dev] Transaction table cleanup

2012-10-19 Thread Vladimir Blagojevic
On 12-10-19 4:15 AM, Manik Surtani wrote: You're right actually, the temporary cache created is transactional. it is built in the CreateCacheCommand and relies on the DummyTransactionManager, might be better to use batching perhaps? Or even not require for this cache to be transactional?

Re: [infinispan-dev] Transaction table cleanup

2012-10-19 Thread Mircea Markus
On 19 Oct 2012, at 07:41, Vladimir Blagojevic wrote: On 12-10-19 4:15 AM, Manik Surtani wrote: You're right actually, the temporary cache created is transactional. it is built in the CreateCacheCommand and relies on the DummyTransactionManager, might be better to use batching perhaps? Or

[infinispan-dev] Transaction table cleanup

2012-10-18 Thread Vladimir Blagojevic
Hey guys, Investigating why EmbeddedCacheManager#cacheRemove hiccups DistributedTwoNodesMapReduceTest. As you might recall upon end of MapReduceTask there is EmbeddedCacheManager#cacheRemove call to remove intermediate caches across the cluster. Very often, almost every test run, execution of

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Dan Berindei
Hi Vladimir We have noticed these failures as well, I suspect it's related to the fix for ISPN-2081. Mircea's PR for ISPN-2291 ( https://github.com/infinispan/infinispan/pull/1396) fixes the failures for me, but it has other problems for now and we're still discussing it. Cheers Dan On Thu,

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Manik Surtani
On 18 Oct 2012, at 17:45, Vladimir Blagojevic vblag...@redhat.com wrote: Hey guys, Investigating why EmbeddedCacheManager#cacheRemove hiccups DistributedTwoNodesMapReduceTest. As you might recall upon end of MapReduceTask there is EmbeddedCacheManager#cacheRemove call to remove

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Mircea Markus
On 18 Oct 2012, at 16:41, Manik Surtani wrote: On 18 Oct 2012, at 17:45, Vladimir Blagojevic vblag...@redhat.com wrote: Hey guys, Investigating why EmbeddedCacheManager#cacheRemove hiccups DistributedTwoNodesMapReduceTest. As you might recall upon end of MapReduceTask there is

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Manik Surtani
On 19 Oct 2012, at 02:19, Mircea Markus mircea.mar...@jboss.com wrote: On 18 Oct 2012, at 16:41, Manik Surtani wrote: On 18 Oct 2012, at 17:45, Vladimir Blagojevic vblag...@redhat.com wrote: Hey guys, Investigating why EmbeddedCacheManager#cacheRemove hiccups

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Mircea Markus
On 18 Oct 2012, at 18:21, Manik Surtani wrote: On 19 Oct 2012, at 02:19, Mircea Markus mircea.mar...@jboss.com wrote: On 18 Oct 2012, at 16:41, Manik Surtani wrote: On 18 Oct 2012, at 17:45, Vladimir Blagojevic vblag...@redhat.com wrote: Hey guys, Investigating why