[
https://issues.jboss.org/browse/ISPN-9827?page=com.atlassian.jira.plugin....
]
Radim Vansa commented on ISPN-9827:
-----------------------------------
The problem was that the FTPing operation was already gone from the operations map, held
only in the `operation` field.
So the remove in {{HotRodDecoder:126}} should be changed to get and the remove should be
issued after line {{144}}, or maybe even better the current {{operation}} should be added
to the list returned by {{allCompleteFuture()}}.
The Hot Rod client should apply topology changes after the response
has been processed
--------------------------------------------------------------------------------------
Key: ISPN-9827
URL:
https://issues.jboss.org/browse/ISPN-9827
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.Alpha2, 9.4.4.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
The Hot Rod client applies topology changes to the connection pool while it is processing
the header. This could cause the channel on which it is reading to be closed before the
response has been completely processed. Topology changes should be applied when the
operation completes.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)