You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "boglesby (GitHub)" <gi...@apache.org> on 2019/01/22 20:35:44 UTC

[GitHub] [geode] boglesby commented on pull request #3084: GEODE-6267: Logged out subject

Yes, the transient fields should be closed (or cleaned up) when the CacheClientProxy closes.

They are mostly related to the socket. Transient fields are:

- _socket
- _commBuffer - ByteBuffer on the socket
- releaseResourcesForAddress - removes the asyncCloseExecutors for the proxy's _remoteHostAddress
- clearClientInterestList and closeNonDurableCqs - remove interests and CQs


[ Full content available at: https://github.com/apache/geode/pull/3084 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org