You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Xiaojian Zhou (Jira)" <ji...@apache.org> on 2021/01/29 22:00:02 UTC

[jira] [Created] (GEODE-8895) processChunkResponse encountering broken socket should throw IOException to retrty

Xiaojian Zhou created GEODE-8895:
------------------------------------

             Summary: processChunkResponse encountering broken socket should throw IOException to retrty
                 Key: GEODE-8895
                 URL: https://issues.apache.org/jira/browse/GEODE-8895
             Project: Geode
          Issue Type: Bug
            Reporter: Xiaojian Zhou


When primary subscription crashed, it will aggressively close the connection, which could cause the socket to break with unflushed buffer. 

The read header at client side's call to processChunkResponse should throw IOException to retry, not to throw InternalGemfireException to the user. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)