From commits-return-28968-archive-asf-public=cust-asf.ponee.io@geode.apache.org Sat Oct 27 00:19:45 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 50BE9180647 for ; Sat, 27 Oct 2018 00:19:45 +0200 (CEST) Received: (qmail 86352 invoked by uid 500); 26 Oct 2018 22:19:44 -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 86343 invoked by uid 99); 26 Oct 2018 22:19:44 -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, 26 Oct 2018 22:19:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BD95D870BC; Fri, 26 Oct 2018 22:19:43 +0000 (UTC) Date: Fri, 26 Oct 2018 22:19:43 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: GEM-2250 Misspelling in info level log message "Done wating for remove index..." MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154059238229.20146.16173581136995672879@gitbox.apache.org> From: bschuchardt@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 898a649f5f834ab7406f1486838da94ae468e2e6 X-Git-Newrev: 93e27d1ded29f3d20a7a42d9c4b04ae30fbba8a4 X-Git-Rev: 93e27d1ded29f3d20a7a42d9c4b04ae30fbba8a4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 93e27d1 GEM-2250 Misspelling in info level log message "Done wating for remove index..." 93e27d1 is described below commit 93e27d1ded29f3d20a7a42d9c4b04ae30fbba8a4 Author: Bruce Schuchardt AuthorDate: Fri Oct 26 15:18:37 2018 -0700 GEM-2250 Misspelling in info level log message "Done wating for remove index..." Reworded to "Done waiting for index removal" --- .../main/java/org/apache/geode/internal/cache/PartitionedRegion.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java index 9053b63..517ae70 100755 --- a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java +++ b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java @@ -8648,7 +8648,7 @@ public class PartitionedRegion extends LocalRegion if (null != response) { response.waitForResults(); - logger.info("Done wating for remove index..."); + logger.info("Done waiting for index removal..."); if (logger.isDebugEnabled()) { logger.debug( "Total number of buckets which removed indexes , locally : {} and remotely removed : {} and the total number of remote buckets : {}", @@ -8748,7 +8748,7 @@ public class PartitionedRegion extends LocalRegion if (response != null) { response.waitForResults(); - logger.info("Done wating for remove index..."); + logger.info("Done waiting for index removal..."); if (logger.isDebugEnabled()) { logger.debug( "Total number of buckets which removed indexs , locally : {} and remotely removed : {} and the total number of remote buckets : {}",