[GitHub] geode-native pull request #105: GEODE-2891 connect-timeout violation in C++ ...

2017-07-02 Thread gregt5259
GitHub user gregt5259 opened a pull request: https://github.com/apache/geode-native/pull/105 GEODE-2891 connect-timeout violation in C++ Native Client THe fix enables to interpret the time measure unit in handshake as milliseconds rather than seconds. You can merge this pull

[GitHub] geode-native issue #105: GEODE-2891 connect-timeout violation in C++ Native ...

2017-07-03 Thread gregt5259
Github user gregt5259 commented on the issue: https://github.com/apache/geode-native/pull/105 I suggest to fix the issue by defining handshake pseudo message within the range probably defined for such pseudo messages by original design i.e.: typedef enum { /* Server

[GitHub] geode-native pull request #106: GEODE-2891 connect-timeout violation in C++ ...

2017-07-05 Thread gregt5259
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

[GitHub] geode-native issue #106: GEODE-2891 connect-timeout violation in C++ Native ...

2017-07-06 Thread gregt5259
Github user gregt5259 commented on the issue: https://github.com/apache/geode-native/pull/106 Did I understood correct that there are no issues found during the code review in the reviewed code? Probably the decision regarding the accepting of the pull request doesn’t depend in

[GitHub] geode-native issue #106: GEODE-2891 connect-timeout violation in C++ Native ...

2017-07-06 Thread gregt5259
Github user gregt5259 commented on the issue: https://github.com/apache/geode-native/pull/106 In my mind we talk about the some kind of redesign rather than about correct change: the original design is based de-facto exactly on using ‘magic numbers’; configurable measurements

[GitHub] geode-native pull request #105: GEODE-2891 connect-timeout violation in C++ ...

2017-07-07 Thread gregt5259
Github user gregt5259 closed the pull request at: https://github.com/apache/geode-native/pull/105 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] geode-native issue #105: GEODE-2891 connect-timeout violation in C++ Native ...

2017-07-07 Thread gregt5259
Github user gregt5259 commented on the issue: https://github.com/apache/geode-native/pull/105 Closed by Ernie Burghardt request as duplicated #106 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] geode-native pull request #106: GEODE-2891 connect-timeout violation in C++ ...

2017-07-08 Thread gregt5259
Github user gregt5259 closed the pull request at: https://github.com/apache/geode-native/pull/106 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] geode-native issue #106: GEODE-2891 connect-timeout violation in C++ Native ...

2017-07-08 Thread gregt5259
Github user gregt5259 commented on the issue: https://github.com/apache/geode-native/pull/106 Pull request is closed after passing of all checks and marked as resolved in Jira GEODE-2891 with resolution "Won't fix" as following: GEODE-2891 - connect-timeout violatio