From 61d130b6aed4c1dc422daafdf96ba8a8a7e8e855 Mon Sep 17 00:00:00 2001 From: rishabh singh Date: Mon, 16 Oct 2023 17:34:44 +0530 Subject: [PATCH] revert temporary changes to run ITs with this feature --- .../cases/cluster/Common/environment-configs/broker.env | 3 +-- .../cases/cluster/Common/environment-configs/coordinator.env | 5 +---- integration-tests/docker/environment-configs/broker | 3 +-- integration-tests/docker/environment-configs/coordinator | 4 ---- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/integration-tests-ex/cases/cluster/Common/environment-configs/broker.env b/integration-tests-ex/cases/cluster/Common/environment-configs/broker.env index 0ba78545d1d3..652bbaf69df5 100644 --- a/integration-tests-ex/cases/cluster/Common/environment-configs/broker.env +++ b/integration-tests-ex/cases/cluster/Common/environment-configs/broker.env @@ -50,5 +50,4 @@ druid_query_scheduler_laning_strategy=manual druid_query_scheduler_laning_lanes_one=1 druid_segmentCache_locations=[{"path":"/shared/druid/brokerIndexCache","maxSize":1000000000}] druid_server_maxSize=1000000000 -druid_sql_planner_metadataRefreshPeriod=PT20S -druid_sql_planner_disableSegmentMetadataQueries=true +druid_sql_planner_metadataRefreshPeriod=PT15S diff --git a/integration-tests-ex/cases/cluster/Common/environment-configs/coordinator.env b/integration-tests-ex/cases/cluster/Common/environment-configs/coordinator.env index 3631b32d4396..7a0b2ae3995f 100644 --- a/integration-tests-ex/cases/cluster/Common/environment-configs/coordinator.env +++ b/integration-tests-ex/cases/cluster/Common/environment-configs/coordinator.env @@ -33,6 +33,7 @@ druid_auth_basic_common_cacheDirectory=/tmp/authCache/coordinator druid_auth_unsecuredPaths=["/druid/coordinator/v1/loadqueue"] druid_server_https_crlPath=/tls/revocations.crl druid_coordinator_period_indexingPeriod=PT180000S + # 2x indexing period so that kill period is valid druid_coordinator_kill_period=PT360000S druid_coordinator_period=PT1S @@ -42,7 +43,3 @@ druid_coordinator_period=PT1S # long for the coordinator to notice changes. druid_manager_segments_pollDuration=PT5S druid_coordinator_period=PT10S - -# temp change to test table schema building on coordinator, to be reverted -druid_coordinator_centralizedSchemaManagement_enabled=true -druid_query_segmentMetadata_metadataRefreshPeriod=PT15S \ No newline at end of file diff --git a/integration-tests/docker/environment-configs/broker b/integration-tests/docker/environment-configs/broker index e8e282a74157..b8d1849574b1 100644 --- a/integration-tests/docker/environment-configs/broker +++ b/integration-tests/docker/environment-configs/broker @@ -42,5 +42,4 @@ druid_query_scheduler_laning_strategy=manual druid_query_scheduler_laning_lanes_one=1 druid_segmentCache_locations=[{"path":"/shared/druid/brokerIndexCache","maxSize":1000000000}] druid_server_maxSize=1000000000 -druid_sql_planner_metadataRefreshPeriod=PT20S -druid_sql_planner_disableSegmentMetadataQueries=true \ No newline at end of file +druid_sql_planner_metadataRefreshPeriod=PT15S \ No newline at end of file diff --git a/integration-tests/docker/environment-configs/coordinator b/integration-tests/docker/environment-configs/coordinator index 14a99ef12a9b..c9226e1da69f 100644 --- a/integration-tests/docker/environment-configs/coordinator +++ b/integration-tests/docker/environment-configs/coordinator @@ -43,7 +43,3 @@ druid_coordinator_period_indexingPeriod=PT180000S # 2x indexing period so that kill period is valid druid_coordinator_kill_period=PT360000S druid_coordinator_period=PT1S - -# temp change to test table schema building on coordinator, to be reverted -druid_coordinator_centralizedSchemaManagement_enabled=true -druid_query_segmentMetadata_metadataRefreshPeriod=PT15S