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 2019/04/04 04:02:52 UTC

[GitHub] [incubator-druid] Jinstarry commented on issue #7137: Scheduling error to find already existing meta tables when using postgresql

Jinstarry commented on issue #7137: Scheduling error to find already existing meta tables when using postgresql 
URL: https://github.com/apache/incubator-druid/issues/7137#issuecomment-479741831
 
 
   > Could you describe steps to reproduce?
   
   When using DB, administrators set the search path for each user because of security.
   
   1. So first I installed postgresql, created the db and set the search path to the user role.
   ` ALTER ROLE dbuser IN DATABASE druiddb SET search_path = druid;
   `
   2. After that, I set postgresql to druid.
   3. Finally, when you start druid, you can see that the above error occurs according to the scheduling. 
   This is because previous versions only read the schema as 'public'.
   
   So I changed the source to read the schema information as a setting value.
   It was applied to the master branch.
   
   
   

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


With regards,
Apache Git Services

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