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 9b162f5  Revert "GEM-2250 Misspelling in info level log message "Done 
wating for remove index...""
9b162f5 is described below

commit 9b162f5de7a12e1afc48e6b3da12f0d5236e9cd4
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Fri Oct 26 15:20:33 2018 -0700

    Revert "GEM-2250 Misspelling in info level log message "Done wating for 
remove index...""
    
    This reverts commit 93e27d1ded29f3d20a7a42d9c4b04ae30fbba8a4.
---
 .../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 517ae70..9053b63 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 waiting for index removal...");
+          logger.info("Done wating for remove index...");
           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 waiting for index removal...");
+        logger.info("Done wating for remove index...");
         if (logger.isDebugEnabled()) {
           logger.debug(
               "Total number of buckets which removed indexs , locally : {} and 
remotely removed : {} and the total number of remote buckets : {}",

Reply via email to