]
Tristan Tarrant updated ISPN-6556:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.1.4.Final
8.2.2.Final
9.0.0.Final
Resolution: Done
SegmentListenerNotifier.completeSegmentsNoResults is not called for
batches without values
------------------------------------------------------------------------------------------
Key: ISPN-6556
URL:
https://issues.jboss.org/browse/ISPN-6556
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.Alpha1
Reporter: Dan Berindei
Assignee: William Burns
Fix For: 9.0.0.Alpha2, 8.1.4.Final, 8.2.2.Final, 9.0.0.Final
{{AbstractCacheStream.onCompletion()}} should invoke
{{listenerNotifier.completeSegmentsNoResults()}} for segments that don't have values,
but that doesn't happen unless there is at least one value in the
{{StreamResponseCommand}}.