Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AC6E7200CF3 for ; Wed, 13 Sep 2017 20:58:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB0B51609CB; Wed, 13 Sep 2017 18:58:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F0FCE1609C3 for ; Wed, 13 Sep 2017 20:58:14 +0200 (CEST) Received: (qmail 15706 invoked by uid 500); 13 Sep 2017 18:58:13 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 15696 invoked by uid 99); 13 Sep 2017 18:58:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2017 18:58:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B9AB9817E9; Wed, 13 Sep 2017 18:58:12 +0000 (UTC) Date: Wed, 13 Sep 2017 18:58:11 +0000 To: , "' commits@geode.apache.org" , '@gitbox.apache.org, Subject: [geode] branch feature/GEODE-3083 updated (0c6f2ef -> b5829b4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150532909167.6018.12018447584155031561@gitbox.apache.org> From: bschuchardt@apache.org Reply-To: "commits@geode.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-3083 X-Git-Reftype: branch X-Git-Oldrev: 0c6f2ef55b50c20e7f5cbf63681836c15fb2d5c5 X-Git-Newrev: b5829b43be748ee9d809510e82752d7ca464218b X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 13 Sep 2017 18:58:15 -0000 This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch feature/GEODE-3083 in repository https://gitbox.apache.org/repos/asf/geode.git. discard 0c6f2ef GEODE-3083: New protocol should record statistics new b5829b4 GEODE-3083: New protocol should record statistics This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (0c6f2ef) \ N -- N -- N refs/heads/feature/GEODE-3083 (b5829b4) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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: .../distributed/internal/InternalLocator.java | 7 ++ .../distributed/internal/tcpserver/TcpServer.java | 8 ++ .../apache/geode/internal/cache/tier/Acceptor.java | 4 +- .../cache/tier/sockets/CacheServerStats.java | 118 +++++++++++---------- .../tier/sockets/ClientProtocolStatistics.java | 4 +- .../sockets/GenericProtocolServerConnection.java | 21 ++-- .../tier/sockets/MessageExecutionContext.java | 19 +++- .../sockets/NoOpStatistics.java} | 13 ++- .../tier/sockets/ServerConnectionFactory.java | 19 ++-- .../cache/tier/sockets/ServerConnectionTest.java | 7 +- .../protocol/protobuf/ProtobufOpsProcessor.java | 7 ++ .../protocol/protobuf/ProtobufStreamProcessor.java | 4 +- .../ProtobufClientStatisticsImpl.java} | 49 +++++++-- .../GenericProtocolServerConnectionTest.java | 2 + .../RoundTripCacheConnectionJUnitTest.java | 57 +++++++++- .../protobuf/ProtobufStreamProcessorTest.java | 5 +- .../GetAllRequestOperationHandlerJUnitTest.java | 22 ++-- ...egionNamesRequestOperationHandlerJUnitTest.java | 10 +- .../GetRegionRequestOperationHandlerJUnitTest.java | 30 +++--- .../GetRequestOperationHandlerJUnitTest.java | 37 ++++--- .../PutAllRequestOperationHandlerJUnitTest.java | 48 +++++---- .../PutRequestOperationHandlerJUnitTest.java | 44 ++++---- .../RemoveRequestOperationHandlerJUnitTest.java | 40 ++++--- 23 files changed, 364 insertions(+), 211 deletions(-) copy geode-core/src/main/java/org/apache/geode/internal/cache/{persistence/query/IdentityExtractor.java => tier/sockets/NoOpStatistics.java} (79%) rename geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/{ProtobufClientStatistics.java => statistics/ProtobufClientStatisticsImpl.java} (62%) rename {geode-core => geode-protobuf}/src/test/java/org/apache/geode/internal/cache/tier/sockets/GenericProtocolServerConnectionTest.java (94%) -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].