[infinispan-issues] [JBoss JIRA] (ISPN-8792) EntryWrappingInterceptorDoesNotBlockTest random failures
Radim Vansa (JIRA)
issues at jboss.org
Mon Feb 12 07:18:01 EST 2018
[ https://issues.jboss.org/browse/ISPN-8792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Vansa updated ISPN-8792:
------------------------------
Description:
PrepareExpectingInterceptor (at the top of the stack) expects that the invocationstage is receives is not complete. When a remote get is completed before the interceptor gets the stage, the stage can get completed, too, and an assertion fires.
Subsequently the latch in the interceptor is not decremented and {{await}} throws a TimeoutException, failing the test.
> EntryWrappingInterceptorDoesNotBlockTest random failures
> --------------------------------------------------------
>
> Key: ISPN-8792
> URL: https://issues.jboss.org/browse/ISPN-8792
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.2.0.CR2
> Reporter: Radim Vansa
> Assignee: Radim Vansa
>
> PrepareExpectingInterceptor (at the top of the stack) expects that the invocationstage is receives is not complete. When a remote get is completed before the interceptor gets the stage, the stage can get completed, too, and an assertion fires.
> Subsequently the latch in the interceptor is not decremented and {{await}} throws a TimeoutException, failing the test.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list