From commits-return-27224-archive-asf-public=cust-asf.ponee.io@geode.apache.org Fri Jun 8 19:50:22 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 01D50180608 for ; Fri, 8 Jun 2018 19:50:21 +0200 (CEST) Received: (qmail 51688 invoked by uid 500); 8 Jun 2018 17:50:21 -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 51677 invoked by uid 99); 8 Jun 2018 17:50:21 -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; Fri, 08 Jun 2018 17:50:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7C5E88078D; Fri, 8 Jun 2018 17:50:20 +0000 (UTC) Date: Fri, 08 Jun 2018 17:50:19 +0000 To: , "' commits@geode.apache.org" , '@gitbox.apache.org, Subject: [geode] branch GEM-1722-1629 updated (116e747 -> 03d53b8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152848021892.1800.3327751336318146553@gitbox.apache.org> From: klund@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/GEM-1722-1629 X-Git-Reftype: branch X-Git-Oldrev: 116e747f7252e5f82cbd4c90e21ee3a8638f950c X-Git-Newrev: 03d53b8003b8e50770899904a7438f3033371418 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. klund pushed a change to branch GEM-1722-1629 in repository https://gitbox.apache.org/repos/asf/geode.git. discard 116e747 Improve debugging info in verifyTombstoneCount discard e45e441 WIP new 38c92e7 Improve debug messages new 03d53b8 Fix spotless format 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 (116e747) \ N -- N -- N refs/heads/GEM-1722-1629 (03d53b8) 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 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: .../geode/internal/cache/AbstractRegionMap.java | 9 +- .../apache/geode/internal/cache/LocalRegion.java | 12 +- .../geode/internal/cache/LocalRegionDataView.java | 2 +- .../geode/internal/cache/PartitionedRegion.java | 42 ++--- .../internal/cache/PartitionedRegionDataStore.java | 6 +- .../PartitionedRegionTombstoneRegressionTest.java | 173 --------------------- 6 files changed, 24 insertions(+), 220 deletions(-) delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/PartitionedRegionTombstoneRegressionTest.java -- To stop receiving notification emails like this one, please contact klund@apache.org.