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

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Nov 26 09:50:05 EST 2013


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

RH Bugzilla Integration commented on ISPN-3613:
-----------------------------------------------

Vitalii Chepeliuk <vchepeli at redhat.com> changed the Status of [bug 989927|https://bugzilla.redhat.com/show_bug.cgi?id=989927] from ON_QA to VERIFIED
                
> 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: 620
>             Fix For: 6.0.0.Final
>
>
> 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