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

kadir pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit eb02a0ce6eb0168b134676c6d9e929bf4ce91c0e
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 6651921..a45448f 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
@@ -973,9 +973,6 @@ public class ConnectionQueryServicesImpl extends 
DelegateQueryServices implement
                             opts.put(NonTxIndexBuilder.CODEC_CLASS_NAME_KEY, 
PhoenixIndexCodec.class.getName());
                             Indexer.enableIndexing(builder, 
PhoenixIndexBuilder.class, opts, priority);
                         }
-                        if 
(newDesc.hasCoprocessor(IndexRegionObserver.class.getName())) {
-                            
builder.removeCoprocessor(IndexRegionObserver.class.getName());
-                        }
                     }
                 }
             }

Reply via email to