[infinispan-issues] [JBoss JIRA] (ISPN-2255) FineGrainedAtomicMap missing key, value pairs in some cluster nodes in distributed mode, embedded infinispan cache

Zdenek Henek (JIRA) jira-events at lists.jboss.org
Sat Dec 22 03:46:08 EST 2012


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

Zdenek Henek edited comment on ISPN-2255 at 12/22/12 3:44 AM:
--------------------------------------------------------------

logs and configuration I used in test 2.

No NPE, but the state of the cache item was different on each node. Number of cache items was correct - 2 as I store session metadata and session data separately.

Everything was ok when I changed numOwners  to be same as number of cluster nodes.
                
      was (Author: zvrablik79):
    logs and configuration I used in test 2.

No NPE, but the state on each node was different. Everything was ok when I changed number of backups to be same as number of cluster nodes.
                  
> FineGrainedAtomicMap missing key,value pairs in some cluster nodes in distributed mode, embedded infinispan cache
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: ISPN-2255
>                 URL: https://issues.jboss.org/browse/ISPN-2255
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Fine-grained API
>    Affects Versions: 5.1.5.FINAL
>         Environment: Details about cluster:
> 1. Infinispan 5.1.5
> 2. java 7u5 64bit
> 3. linux 64bit (two nodes debian and one node ubuntu)
> 4. tomcat 7.0.28
> 5. jbossTM 4.16.0 JTA only
> Tomcat integration code is here:
> https://github.com/zvrablik/tomcatInfinispanSessionManager/tree/master/tomcatJBossTM
> 6. all machines are on real hw ( no virtual machines), date and time is synchronized and shouldn't vary more than 1 second
>            Reporter: Zdenek Henek
>            Assignee: Vladimir Blagojevic
>             Fix For: 5.2.0.CR1
>
>         Attachments: fgamissueTest2.zip, jgroupsConfig.xml, sessionInfinispanConfigtestLB.xml
>
>
> I am using FineGrainedAtomicMap to store data into clustering distributed cache. When clustering set to replicated  doesn't cause any issues or at least I haven't run
> into any. When I switch to distributed mode I don't see some key,value pairs in some nodes. This happens randomly. The numOwners is set to two and I have cluster of three nodes.
> more details:
> https://community.jboss.org/thread/203420?tstart=60

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list