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 > 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.

Re: [infinispan-dev] Transaction table cleanup

2012-10-29 Thread Manik Surtani
On 19 Oct 2012, at 17:40, Mircea Markus 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 on the Dumm

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 per

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? Ye

Re: [infinispan-dev] Transaction table cleanup

2012-10-19 Thread Manik Surtani
On 19 Oct 2012, at 02:44, Mircea Markus wrote: > > On 18 Oct 2012, at 18:21, Manik Surtani wrote: > >> On 19 Oct 2012, at 02:19, Mircea Markus wrote: >> >>> >>> On 18 Oct 2012, at 16:41, Manik Surtani wrote: >>> On 18 Oct 2012, at 17:45, Vladimir Blagojevic wrote: > H

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 wrote: > >> >> On 18 Oct 2012, at 16:41, Manik Surtani wrote: >> >>> >>> On 18 Oct 2012, at 17:45, Vladimir Blagojevic wrote: >>> Hey guys, Investigating why EmbeddedCacheManager#cacheR

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Manik Surtani
On 19 Oct 2012, at 02:19, Mircea Markus wrote: > > On 18 Oct 2012, at 16:41, Manik Surtani wrote: > >> >> On 18 Oct 2012, at 17:45, Vladimir Blagojevic wrote: >> >>> Hey guys, >>> >>> Investigating why EmbeddedCacheManager#cacheRemove hiccups >>> DistributedTwoNodesMapReduceTest. As you m

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 wrote: > >> Hey guys, >> >> Investigating why EmbeddedCacheManager#cacheRemove hiccups >> DistributedTwoNodesMapReduceTest. As you might recall upon end of >> MapReduceTask there is EmbeddedCach

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Manik Surtani
On 18 Oct 2012, at 17:45, Vladimir Blagojevic wrote: > 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 a

Re: [infinispan-dev] Transaction table cleanup

2012-10-18 Thread Vladimir Blagojevic
Thanks bro! Good to know! On 12-10-18 1:09 PM, Dan Berindei wrote: 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 pr

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, Oct

[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