[
https://issues.apache.org/jira/browse/GEODE-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906296#comment-16906296
]
ASF subversion and git services commented on GEODE-7019:
--------------------------------------------------------
Commit 7453395b7f36a58cfa5a0c70610ea91d32435001 in geode-native's branch
refs/heads/develop from Alberto Gomez
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=7453395 ]
GEODE-7019: Fix closing of idle connections in C++ Native client (#504)
- Also clean up a couple of char* variables in internal APIs
> Idle connections are never closed by native C++ client library
> --------------------------------------------------------------
>
> Key: GEODE-7019
> URL: https://issues.apache.org/jira/browse/GEODE-7019
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Alberto Gomez
> Assignee: Alberto Gomez
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> The native client C++ library never closes idle connections even if
> idleTimeout is set to a low value.
> This has been observed on a C++ client that executes some operations on the
> Geode cluster (which provokes the creation of client to server connections),
> then stops to send any operation but all the previously opened the
> connections are never closed.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)