[
https://issues.apache.org/jira/browse/GEODE-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074718#comment-16074718
]
ASF GitHub Bot commented on GEODE-2891:
---------------------------------------
GitHub user gregt5259 opened a pull request:
https://github.com/apache/geode-native/pull/106
GEODE-2891 connect-timeout violation in C++ Native Client
Pseudo message ID is added to recognize handshake message and use the
correct time unit depending on the appropriate configuration parameter.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gregt5259/geode-native develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/106.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #106
----
commit 28b6536d85990aef41575d44ef11768dbefdb4f0
Author: gregt5259 <[email protected]>
Date: 2017-07-05T10:28:53Z
GEODE-2891 connect-timeout violation in C++ Native Client: fix
Pseudo message ID is added to recognize handshake message and use the
correct time unit depending on the appropriate configuration parameter.
commit be95892927b35e66d5c507f136e394aa4b1b0730
Author: gregt5259 <[email protected]>
Date: 2017-07-05T10:35:28Z
Remove the file added by mistake
commit 36b5cbb615fca0d337e7902f2d74f6f994d09585
Author: gregt5259 <[email protected]>
Date: 2017-07-05T11:13:54Z
Revert "Remove the file added by mistake"
This reverts commit be95892927b35e66d5c507f136e394aa4b1b0730.
commit ad7113401fbe2c2f35ec52d96421dd396d8b6b01
Author: gregt5259 <[email protected]>
Date: 2017-07-05T11:14:07Z
Revert "GEODE-2891 connect-timeout violation in C++ Native Client: fix"
This reverts commit 28b6536d85990aef41575d44ef11768dbefdb4f0.
commit f24ad29356488f9b8561a6af144f582a83367c96
Author: gregt5259 <[email protected]>
Date: 2017-07-05T11:23:54Z
GEODE-2891 connect-timeout violation in C++ Native Client: fix
Pseudo message ID is added to recognize handshake message and use the
correct time unit depending on the appropriate configuration parameter.
----
> connect-timeout violation in C++ Native Client
> ----------------------------------------------
>
> Key: GEODE-2891
> URL: https://issues.apache.org/jira/browse/GEODE-2891
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Gregory Vortman
> Attachments: GEODE-connect-timeout-violation.docx
>
>
> 1. C++ native client doesn’t honour read-timeout-milli-sec in a consistent
> way while connecting to a server
> 2. The lock on the connection pool has a very high granularity. Even if
> the client can’t connect to one server, all other threads which are working
> with totally different servers get affected by it
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)