[GitHub] geode-native pull request #104: GEODE-3143 : close socket before deteting

2017-07-02 Thread fdaniel7
Github user fdaniel7 closed the pull request at: https://github.com/apache/geode-native/pull/104 --- 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 feature

[GitHub] geode-native issue #104: GEODE-3143 : close socket before deteting

2017-07-02 Thread echobravopapa
Github user echobravopapa commented on the issue: https://github.com/apache/geode-native/pull/104 @fdaniel7 please close this PR, thx --- 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 feat

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #604 was SUCCESSFUL (with 1908 tests)

2017-07-02 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #604 was successful. --- Scheduled 1910 tests in total. https://build.spring.io/browse/SGF-NAG-604/ -- This

Build failed in Jenkins: Geode-nightly-flaky #53

2017-07-02 Thread Apache Jenkins Server
See -- [...truncated 98.99 KB...] Download https://repo1.maven.org/maven2/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.pom Download http

Build failed in Jenkins: Geode-nightly #884

2017-07-02 Thread Apache Jenkins Server
See -- [...truncated 116.68 KB...] :geode-json:compileTestJava UP-TO-DATE :geode-json:processTestResources :geode-json:testClasses :geode-json:checkMissedTests UP-TO-DATE :geode-json:spotless

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

2017-07-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184798 --- Diff: src/cppcache/src/TcrConnection.cpp --- @@ -318,7 +318,9 @@ bool TcrConnection::InitTcrConnection( LOGFINE("Attempting handshak

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

2017-07-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184790 --- Diff: src/cppcache/src/TcrConnection.cpp --- @@ -318,7 +318,9 @@ bool TcrConnection::InitTcrConnection( LOGFINE("Attempting handshak

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

2017-07-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184917 --- Diff: src/cppcache/src/TcrConnection.cpp --- @@ -703,15 +717,21 @@ inline ConnErrType TcrConnection::sendData(uint32_t& timeSpent,

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

2017-07-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184965 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -44,6 +44,8 @@ #include #include +// --- End diff -- Clean

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

2017-07-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/105#discussion_r125184959 --- Diff: src/cppcache/src/TcrMessage.hpp --- @@ -171,7 +173,8 @@ class CPPCACHE_EXPORT TcrMessage { GET_DURABLE_CQS_DATA_ERROR = 106,

[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 reques