]
Tristan Tarrant updated ISPN-9080:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Distributed cache stream should wait for new topology when segments
aren't complete
-----------------------------------------------------------------------------------
Key: ISPN-9080
URL:
https://issues.jboss.org/browse/ISPN-9080
Project: Infinispan
Issue Type: Bug
Components: Streams
Affects Versions: 9.2.1.Final, 9.1.7.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.2.Final, 9.3.0.Alpha1
Distributed streams can get stuck in infinite loop, wasting CPU if a new toplogy is never
installed. This affects all cache modes (scattered, dist and repl).
We should add a wait for the next topology when we complete a loop and not all segments
are completed.