You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/08/27 23:08:02 UTC

[incubator-druid] 01/01: Fix default CliIndexer TLS port

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

jonwei pushed a commit to branch fix_indexer_tls_port
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git

commit 87f7b6e62500af74db126473b9a7b5f0ab2c900a
Author: jon-wei <jo...@imply.io>
AuthorDate: Tue Aug 27 16:05:04 2019 -0700

    Fix default CliIndexer TLS port
---
 services/src/main/java/org/apache/druid/cli/CliIndexer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/src/main/java/org/apache/druid/cli/CliIndexer.java b/services/src/main/java/org/apache/druid/cli/CliIndexer.java
index fc1bed1..97afa5b 100644
--- a/services/src/main/java/org/apache/druid/cli/CliIndexer.java
+++ b/services/src/main/java/org/apache/druid/cli/CliIndexer.java
@@ -100,7 +100,7 @@ public class CliIndexer extends ServerRunnable
           {
             binder.bindConstant().annotatedWith(Names.named("serviceName")).to("druid/indexer");
             binder.bindConstant().annotatedWith(Names.named("servicePort")).to(8091);
-            binder.bindConstant().annotatedWith(Names.named("tlsServicePort")).to(8091);
+            binder.bindConstant().annotatedWith(Names.named("tlsServicePort")).to(8291);
 
             IndexingServiceModuleHelper.configureTaskRunnerConfigs(binder);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org