[infinispan-dev] 5.1.0.BETA2 - reminder

2011-10-10 Thread Galder Zamarreño
Hi guys,

BETA2 should be out next Monday, 17th October.

How are things looking on your corresponding JIRAs?

Couple of my JIRAs (https://issues.jboss.org/browse/ISPN-1396 and 
https://issues.jboss.org/browse/ISPN-509) are waiting for further input from 
several lists and both related to configuration, so I probably synch up with 
Pete on his configuration changes. Btw Pete, it'd be interesting to hear your 
thoughts on these two threads since you're the config guru :)

Cheers,
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev


Re: [infinispan-dev] Why no use async listener executor?

2011-10-10 Thread Mircea Markus
 
 Hey guys,
 
 Re: https://issues.jboss.org/browse/ISPN-1396
 
 While looking into this, I've discovered that we have been creating 
 executors in cache level components, where we're calling submit from 
 @Listener implementations.
 
 For example, BaseStateTransferManagerImpl.ViewChangeListener submits a 
 rehash task and TransactionTable.StaleTransactionCleanup submits a tasks 
 to break locks.
 
 Did the people that wrote these listeners (Dan  Mircea respectively) 
 consider defining listeners to be called asynchronously? i.e. 
 @Listener(sync = false)
 this can work indeed for BaseStateTransferManagerImpl.ViewChangeListener? 
 This seems like a small change - can you modify that in the scope of 
 ISPN-1396 or do you want me to look into it?
 
 BaseStateTransferManagerImpl.ViewChangeListener? Dan seems to disagree. You 
 meant TransactionTable.StaleTransactionCleanup instead?
 yes indeed :-)
 
 Ok. I'll get this changed as part of ISPN-1396.
Thank you.
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev


[infinispan-dev] Update IRC chat of 10th October

2011-10-10 Thread Galder Zamarreño
Hi,

Please find the minutes of the Infinispan weekly update IRC chat:
http://transcripts.jboss.org/meeting/irc.freenode.org/infinispan/2011/infinispan.2011-10-10-14.11.html

Cheers,
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev


[infinispan-dev] Fwd: [jboss-as7-dev] Serializing Data in the Modular World

2011-10-10 Thread Galder Zamarreño
Pete et al, for your interest. This is related to the chat we had in Lisbon 
about adding deployment info to the marshalling payload.

Begin forwarded message:

 From: Jason T. Greene jason.gre...@redhat.com
 Subject: Re: [jboss-as7-dev] Serializing Data in the Modular World
 Date: October 10, 2011 5:07:24 PM GMT+02:00
 To: Galder Zamarreño gal...@jboss.org
 Cc: jboss-as7-...@lists.jboss.org jboss-as7-...@lists.jboss.org
 
 On 10/10/11 9:33 AM, Galder Zamarreño wrote:
 Interesting article Jason.
 
 This might be handy for Infinispan because in the discussions we had
 in Lisbon, we're talking about being able to have the module
 identifier included in the payload for AS envs. Your solution would
 make our lifes easier.
 
 Couple of questions:
 
 - Is ModularClassResolver a class of JBoss Marshalling or AS?
 
 It's in JBoss Marshalling.
 
 
 - What happens if you use ModularClassResolver in a non-AS
 environment? Could it delegate to a backup class resolver? I think
 this could be useful.
 
 It currently requires that both communication peers use JBoss Modules, not 
 necessarily both be AS7. For EJB3 we were going to write a variant that 
 filtered the module information and loaded classes on the classpath to 
 support embedded client usage in a non-modularized client. Not sure if that 
 was done yet or not, its not much work though.
 
 
 Cheers,
 
 On Sep 27, 2011, at 11:03 PM, Jason T. Greene wrote:
 
 Hi Everyone,
 
 I wrote up an article today that talks about the issues (and
 solutions) of serializing in a modular (or any multi-classloader)
 environment:
 
 http://community.jboss.org/wiki/ModularSerialization
 
 If you are developing any kind of component that sends data on AS7,
 then please give this a read.
 
 As an example of the application of this information, ejb3 remote
 communication is being developed to follow solution 3.
 
 -- Jason T. Greene JBoss AS Lead / EAP Platform Architect JBoss, a
 division of Red Hat
 ___ jboss-as7-dev
 mailing list jboss-as7-...@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
 
 -- Galder Zamarreño Sr. Software Engineer Infinispan, JBoss Cache
 
 
 
 -- 
 Jason T. Greene
 JBoss AS Lead / EAP Platform Architect
 JBoss, a division of Red Hat

--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev


Re: [infinispan-dev] FileCacheStore monitor exception

2011-10-10 Thread Galder Zamarreño
Could you please open a user forum post in 
http://community.jboss.org/en/infinispan?view=discussions

That's the best place to discuss issues in Infinispan itself.

On Oct 8, 2011, at 8:50 PM, Penumbra wrote:

 I see that there was a jira INSP-1418 for an IllegalMonitorStateException on 
 line 244 of loader/file/FileCacheStore.java
 
 I'm getting a similar, if not exactly the same, exception about 30 seconds 
 after Infinispan fires up within my TorqueBox 2.x build 504 app server.  
 https://gist.github.com/1272662
 
 This particular Sinatra app is here:
 https://github.com/lance/beer
 
 TB 2.x build 504 is using Infinispan 5.1.0 Alpha.   Substituting in 5.1.0 
 Beta had no effect.
 
 Thanks!
 --penumbra
 
 
 
 ___
 infinispan-dev mailing list
 infinispan-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev


Re: [infinispan-dev] FileCacheStore thread monitoring exception

2011-10-10 Thread Galder Zamarreño
Same story…

On Oct 9, 2011, at 2:51 AM, Penumbra wrote:

 I accidentally posted a NumberFormatException earlier.
 
 https://gist.github.com/1273119
 
 Thanks,
 --penumbra
 ___
 infinispan-dev mailing list
 infinispan-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev