[infinispan-issues] [JBoss JIRA] (ISPN-3794) Add tests to confirm that L1LastChanceInterceptor doesn't cause issues with ST

William Burns (JIRA) jira-events at lists.jboss.org
Fri Dec 6 13:38:06 EST 2013


William Burns created ISPN-3794:
-----------------------------------

             Summary: Add tests to confirm that L1LastChanceInterceptor doesn't cause issues with ST
                 Key: ISPN-3794
                 URL: https://issues.jboss.org/browse/ISPN-3794
             Project: Infinispan
          Issue Type: Bug
          Components: State transfer
            Reporter: William Burns
            Assignee: William Burns


L1LastChanceInterceptor currently fires it's invalidations asynchronously.  This could cause an issue in that if there was a topology change in between there is nothing to guarantee a retry.  This would be to add some tests to verify this is not an issue.

This should be okay since EntryWrappingInterceptor only adds the updatedKeys if there was a change (shouldn't happen since InvalidateL1Command doesn't update if it is an owner) and ISPN-3780 fixes the issue with no value and a L1 invalidation.

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