You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2022/06/23 17:59:10 UTC

[phoenix] branch 5.1 updated: PHOENIX-6725 : ConcurrentMutationException when adding column to table/view (addendum)

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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new fe4f8bbff8 PHOENIX-6725 : ConcurrentMutationException when adding column to table/view (addendum)
fe4f8bbff8 is described below

commit fe4f8bbff8ab703aacf5c37a5264e93311ec3eac
Author: Geoffrey Jacoby <gj...@salesforce.com>
AuthorDate: Thu Jun 23 13:58:52 2022 -0400

    PHOENIX-6725 : ConcurrentMutationException when adding column to table/view (addendum)
---
 .../main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
index 8756e4ff4c..d0b75442a8 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
@@ -556,8 +556,6 @@ TABLE_FAMILY_BYTES, TABLE_SEQ_NUM_BYTES);
     // before 4.15, so that we can rollback the upgrade to 4.15 if required
     private boolean allowSplittableSystemCatalogRollback;
 
-    private MetricsMetadataSource metricsSource;
-
     public static void setFailConcurrentMutateAddColumnOneTimeForTesting(boolean fail) {
         failConcurrentMutateAddColumnOneTimeForTesting = fail;
     }