[ https://issues.apache.org/jira/browse/GEODE-9865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454300#comment-17454300 ]
ASF subversion and git services commented on GEODE-9865: -------------------------------------------------------- Commit 20242c6427657749d227c8b5b737b8380bba4982 in geode's branch refs/heads/develop from Barry Oglesby [ https://gitbox.apache.org/repos/asf?p=geode.git;h=20242c6 ] GEODE-9865: Decrement the count if the connection is unsuccessful (#7159) > ConnectionManagerImpl forceCreateConnection to a specific server increments > the count regardless whether the connection is successful > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-9865 > URL: https://issues.apache.org/jira/browse/GEODE-9865 > Project: Geode > Issue Type: Bug > Components: client/server > Affects Versions: 1.14.0 > Reporter: Barrett Oglesby > Assignee: Barrett Oglesby > Priority: Major > Labels: pull-request-available > > *ConnectionManagerImpl forceCreateConnection* does: > {noformat} > private PooledConnection forceCreateConnection(ServerLocation serverLocation) > throws ServerRefusedConnectionException, ServerOperationException { > connectionAccounting.create(); > try { > return createPooledConnection(serverLocation); > } catch (GemFireSecurityException e) { > throw new ServerOperationException(e); > } > }{noformat} > The call to *connectionAccounting.create()* increments the count. If > *createPooledConnection* is unsuccessful, the count is not decremented. This > causes the client to think there are more connections than there actually are. -- This message was sent by Atlassian Jira (v8.20.1#820001)