[jboss-jira] [JBoss JIRA] Commented: (AS7-1385) make storeAsBinary configurable

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Mon Jul 25 15:59:23 EDT 2011


    [ https://issues.jboss.org/browse/AS7-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616332#comment-12616332 ] 

Paul Ferraro commented on AS7-1385:
-----------------------------------

You cannot disable this in AS7.  Modular classloading will cause NoClassDefFoundErrors or ClassNotFoundException if the infinispan module attempts to serialize or deserialize user objects.  The current storeAsBinary settings ensure that user objects are only serialized/deserialized when the TCCL of the application is available.  Note that the default storeAsBinary settings are cache mode dependent.  See here:
https://github.com/jbossas/jboss-as/blob/master/clustering/infinispan/src/main/resources/infinispan-defaults.xml

Unless there is sufficient objection, I'm going to reject this jira.

> make storeAsBinary configurable
> -------------------------------
>
>                 Key: AS7-1385
>                 URL: https://issues.jboss.org/browse/AS7-1385
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 7.0.0.Final
>            Reporter: Michal Linhard
>            Assignee: Paul Ferraro
>
> we need be able to turn on/off these infinispan config options
> infinispan.configuration.storeAsBinary.enabled
> infinispan.configuration.lazyDeserialization.enabled
> it's not yet known what causes performance degradation in JBPAPP-6865,
> but we need to be able to eliminate effect of these params

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list