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

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


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new e2c363b  Fix default CliIndexer TLS port (#8415) (#8420)
e2c363b is described below

commit e2c363b9c64773f1c923fe96982bdf4f652fd872
Author: Clint Wylie <[email protected]>
AuthorDate: Wed Aug 28 08:19:47 2019 -0700

    Fix default CliIndexer TLS port (#8415) (#8420)
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to