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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
