You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ka...@apache.org on 2019/07/01 21:26:56 UTC

[phoenix] branch 4.14-HBase-1.3 updated: PHOENIX-5373 GlobalIndexChecker should treat the rows created by the previous design as unverified (addendum)

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

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


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

commit 99066b8cc42253728e76dd5e019518b0d51c9a28
Author: Kadir <ko...@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());
-                        }
                     }
                 }
             }