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

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


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

commit 6f723812c98f231574f24e20e5ab61358fd4f237
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 fe64bce..86f0cf4 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
@@ -922,9 +922,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