You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/14 18:07:30 UTC

[GitHub] [druid] machine424 opened a new issue #10991: A lot of duplicated logs get produced by the coordinator.

machine424 opened a new issue #10991:
URL: https://github.com/apache/druid/issues/10991


   The coordinator produces the following log tens of thousands times :
   
   ```
   WARN [xxx] org.apache.druid.storage.s3.S3StorageDruidModule - [http] protocol will be used for endpoint [http://xxx:9000]
   ```
   
   Is it normal?
   
   The coordinator is connected to minio through http, [here](https://github.com/apache/druid/blob/druid-0.20.0/cloud/aws-common/src/main/java/org/apache/druid/common/aws/AWSClientConfig.java#L28) we hardcode the "supported" protocol to https.
   
   [Here](https://github.com/apache/druid/blob/druid-0.20.0/extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/S3StorageDruidModule.java#L105) is the concerned log.
   
   Couldn't we make it accept http also? (druid + minio can share a LAN) or at least be quieter?
   
   ### Affected Version
   
   The Druid version where the problem was encountered: 0.20.0
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [druid] desaintmartin commented on issue #10991: A lot of duplicated logs get produced by the coordinator.

Posted by GitBox <gi...@apache.org>.
desaintmartin commented on issue #10991:
URL: https://github.com/apache/druid/issues/10991#issuecomment-825444470


   Indeed, I've came to the same conclusion, using minio as well without HTTPS (by design, since Istio is used to encrypt).
   
   Could we either allow to change the expected protocol, or at a flag to disable this warning?


-- 
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:
users@infra.apache.org



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