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

kadir pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new 6fce9ec  PHOENIX-5373 GlobalIndexChecker should treat the rows created 
by the previous design as unverified (addendum)
6fce9ec is described below

commit 6fce9ec7ed2d090fb753dcc4f239da245a3d19a2
Author: Kadir <kozde...@salesforce.com>
AuthorDate: Mon Jul 1 14:05:45 2019 -0700

    PHOENIX-5373 GlobalIndexChecker should treat the rows created by the 
previous design as unverified (addendum)
---
 .../java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
index 30bbc46..ad22ad5 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
@@ -970,9 +970,6 @@ public class ConnectionQueryServicesImpl extends 
DelegateQueryServices implement
                             opts.put(NonTxIndexBuilder.CODEC_CLASS_NAME_KEY, 
PhoenixIndexCodec.class.getName());
                             Indexer.enableIndexing(descriptor, 
PhoenixIndexBuilder.class, opts, priority);
                         }
-                        if 
(descriptor.hasCoprocessor(IndexRegionObserver.class.getName())) {
-                            
descriptor.removeCoprocessor(IndexRegionObserver.class.getName());
-                        }
                     }
                 }
             }

Reply via email to