Skip to content

Commit

Permalink
revert temporary changes to run ITs with this feature
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Oct 16, 2023
1 parent e88ad00 commit 61d130b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 1 addition & 2 deletions integration-tests/docker/environment-configs/broker
Original file line number Diff line number Diff line change
Expand Up @@ -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
druid_sql_planner_metadataRefreshPeriod=PT15S
4 changes: 0 additions & 4 deletions integration-tests/docker/environment-configs/coordinator
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61d130b

Please sign in to comment.