You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ya...@apache.org on 2021/01/23 01:31:20 UTC

[phoenix] branch 4.x updated: PHOENIX-6250 Fix ViewMetadataIT test flapper (addendum)

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

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


The following commit(s) were added to refs/heads/4.x by this push:
     new 88f4362  PHOENIX-6250 Fix ViewMetadataIT test flapper (addendum)
88f4362 is described below

commit 88f43626878e667388de8c2777a0c3095d4f30ac
Author: Xinyi Yan <ya...@apache.org>
AuthorDate: Fri Jan 22 17:31:08 2021 -0800

    PHOENIX-6250 Fix ViewMetadataIT test flapper (addendum)
---
 .../src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java        | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java
index 82d8d70..c7ffdb2 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java
@@ -134,6 +134,10 @@ public class ViewMetadataIT extends SplitSystemCatalogIT {
         serverProps.put(PHOENIX_META_DATA_COPROCESSOR_CONF_KEY,
                 ViewConcurrencyAndFailureIT.TestMetaDataRegionObserver.class
                         .getName());
+        serverProps.put(QueryServices.TASK_HANDLING_INTERVAL_MS_ATTRIB,
+                Long.toString(Long.MAX_VALUE));
+        serverProps.put(QueryServices.TASK_HANDLING_INITIAL_DELAY_MS_ATTRIB,
+                Long.toString(Long.MAX_VALUE));
         serverProps.put("hbase.coprocessor.abortonerror", "false");
         // Set this in server properties too since we get a connection on the
         // server and pass in server-side properties when running the drop