-
Bug
-
Resolution: Done
-
Major
-
9.2.0.Final
-
None
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.