You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "techdocsmith (via GitHub)" <gi...@apache.org> on 2024/04/09 18:55:32 UTC

[PR] change ownership of /opt/shared to druid user in Docker image (druid)

techdocsmith opened a new pull request, #16253:
URL: https://github.com/apache/druid/pull/16253

   Fixes a permissions issue that causes Coordinator and Broker containers to fail with the following error:
   
   ```
   Error in custom provider, org.apache.druid.java.util.common.IAE: Unable to create storage connector [LocalFileStorageConnector] for base path [/opt/shared/intermediate]
   2024-04-03 13:42:03   while locating org.apache.druid.storage.StorageConnectorProvider annotated with interface org.apache.druid.msq.guice.MultiStageQuery
   2024-04-03 13:42:03   at org.apache.druid.msq.guice.MSQDurableStorageModule.configure(MSQDurableStorageModule.java:87) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.msq.guice.MSQDurableStorageModule)
   ```
   
   ### Description
   
   Some changes to the Dockerfile removed the change of ownership of the `/opt/shared/` directory from `root root` to `druid druid` . This change causes the Coordinator and Broker containers to fail when trying to create the directory `/opt/shared/intermediate`.
   
   This change adds back the change of ownership for `/opt/shared/`
   
   #### Release note
   
   Fixes a permissions issue with the Docker image that would prevent Coordinator and Broker startup.
   
   
   
   This PR has:
   
   - [ x] been self-reviewed.
   - [x ] been tested in a test Druid cluster.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

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


Re: [PR] change ownership of /opt/shared to druid user in Docker image (druid)

Posted by "cryptoe (via GitHub)" <gi...@apache.org>.
cryptoe merged PR #16253:
URL: https://github.com/apache/druid/pull/16253


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

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