gianm commented on a change in pull request #10631:
URL: https://github.com/apache/druid/pull/10631#discussion_r535855400
##########
File path: integration-tests/docker/environment-configs/coordinator
##########
@@ -32,7 +32,11 @@ druid_coordinator_startDelay=PT5S
druid_manager_lookups_hostUpdateTimeout=PT30S
druid_manager_lookups_period=10000
druid_manager_lookups_threadPoolSize=2
+druid_manager_config_pollDuration=PT10S
+druid_manager_rules_pollDuration=PT10S
+druid_manager_segments_pollDuration=PT2S
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
\ No newline at end of file
+druid_coordinator_period_indexingPeriod=PT180000S
+druid_coordinator_period=PT1S
Review comment:
Ha ha 🙂
I think it's OK — there are going to be very few segments in the integration
tests, so a coordinator run should be able to finish very quickly. This change
was meant to speed up the tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]