This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new df3a307e838 Do not use cachingCost balancer strategy in Docker
environment (#17349)
df3a307e838 is described below
commit df3a307e8388db9e9b4004b1f5d043774f39a74e
Author: Kashif Faraz <[email protected]>
AuthorDate: Wed Oct 16 20:59:46 2024 +0530
Do not use cachingCost balancer strategy in Docker environment (#17349)
---
distribution/docker/environment | 2 --
1 file changed, 2 deletions(-)
diff --git a/distribution/docker/environment b/distribution/docker/environment
index 216c80b95c2..8d8f465a183 100644
--- a/distribution/docker/environment
+++ b/distribution/docker/environment
@@ -37,8 +37,6 @@
druid_metadata_storage_connector_connectURI=jdbc:postgresql://postgres:5432/drui
druid_metadata_storage_connector_user=druid
druid_metadata_storage_connector_password=FoolishPassword
-druid_coordinator_balancer_strategy=cachingCost
-
druid_indexer_runner_javaOptsArray=["-server", "-Xmx1g", "-Xms1g",
"-XX:MaxDirectMemorySize=3g", "-Duser.timezone=UTC", "-Dfile.encoding=UTF-8",
"-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"]
druid_indexer_fork_property_druid_processing_buffer_sizeBytes=256MiB
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]