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

burcham pushed a change to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0a33ffb  GEODE-9180: warn when heartbeat thread oversleeps (#6360)
     new 41a1f14  GEODE-9141: (1 of 2) rename ByteBufferSharingImpl to 
ByteBuferVendor
     new 924a610  GEODE-9141: (2 of 2) Handle in-buffer concurrency * 
Connection uses a ByteBufferVendor to mediate access to inputBuffer * Prevent 
return to pool before socket closer is finished

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...LSocketHostNameVerificationIntegrationTest.java |   6 +-
 .../internal/net/SSLSocketIntegrationTest.java     |   3 +-
 .../apache/geode/codeAnalysis/excludedClasses.txt  |   2 +-
 .../geode/internal/net/ByteBufferSharing.java      |  15 +
 .../geode/internal/net/ByteBufferSharingNoOp.java  |   7 +-
 ...ufferSharingImpl.java => ByteBufferVendor.java} | 144 ++++++---
 .../apache/geode/internal/net/NioSslEngine.java    |  56 ++--
 .../apache/geode/internal/net/SocketCreator.java   |   9 +-
 .../org/apache/geode/internal/tcp/Connection.java  | 334 +++++++++++----------
 .../internal/net/ByteBufferConcurrencyTest.java    |  16 +-
 ...ringImplTest.java => ByteBufferVendorTest.java} |  40 +--
 .../geode/internal/net/NioSslEngineTest.java       |  41 +--
 .../apache/geode/internal/tcp/ConnectionTest.java  |   1 +
 13 files changed, 375 insertions(+), 299 deletions(-)
 rename 
geode-core/src/main/java/org/apache/geode/internal/net/{ByteBufferSharingImpl.java
 => ByteBufferVendor.java} (53%)
 rename 
geode-core/src/test/java/org/apache/geode/internal/net/{ByteBufferSharingImplTest.java
 => ByteBufferVendorTest.java} (84%)

Reply via email to