You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/10/17 15:18:08 UTC

[geode] branch develop updated (66ac201 -> 93138a9)

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 66ac201  GEODE-6989: Cache OQL Authorized Methods (#4136)
     add 93138a9  GEODE-7311: log message is missing arguments

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/internal/tcp/ConnectionTest.java  | 70 ++++++++++++++++++++++
 .../org/apache/geode/internal/tcp/Connection.java  | 18 +++---
 .../org/apache/geode/internal/tcp/TCPConduit.java  |  8 ++-
 3 files changed, 85 insertions(+), 11 deletions(-)
 create mode 100644 geode-assembly/src/test/java/org/apache/geode/internal/tcp/ConnectionTest.java