[infinispan-issues] [JBoss JIRA] (ISPN-3613) Stored entries are deleted from table in rebalance

William Burns (JIRA) jira-events at lists.jboss.org
Wed Oct 9 12:17:02 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ISPN-3613 started by William Burns.

> Stored entries are deleted from table in rebalance
> --------------------------------------------------
>
>                 Key: ISPN-3613
>                 URL: https://issues.jboss.org/browse/ISPN-3613
>             Project: Infinispan
>          Issue Type: Bug
>            Reporter: Mircea Markus
>            Assignee: William Burns
>              Labels: jdg62GAblocker
>
> Description of problem:
> When passivation value is false, stored entries are deleted from table in rebalance.
> clustered.xml
> ------------
> <distributed-cache name="myCache" mode="SYNC" start="EAGER">
> <locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
> <transaction mode="NONE"/>
> <eviction strategy="LIRS" max-entries="10000"/>
> <string-keyed-jdbc-store datasource="java:jboss/datasources/InfinispanDS" passivation="false" preload="true" purge="false" shared="true" fetch-state="false">                
> ...
> Version-Release number of selected component (if applicable):
> JDG 6.1
> How reproducible:
> I will attache the clustered.xml and trace logs.
> Steps to Reproduce:
> 1.start node1 
> 2.put 300 entries 
> 3.start node2
>   check entries:
>   select count(*) from table;
>   300
> 4.start node3
>   check entries:
>   select count(*) from table;
>   0
> Actual results:
> In step 4, number of entries are 0 in DB table.
> Expected results:
> In step 4, number of entries are 300 in DB table.

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