]
Dan Berindei updated ISPN-11204:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Response Collector addResponse value can be ignored
---------------------------------------------------
Key: ISPN-11204
URL:
https://issues.redhat.com/browse/ISPN-11204
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Alpha1
A ResponseCollector can return a non value from `addResponse` that is a sign that the
response is complete. However it is possible to get a non null value from one response and
get another response that has null and the `finish` value is used instead. We should make
sure that when a non null value is returned via `addResponse` that its value is always
used.