zy-kkk commented on issue #33380: URL: https://github.com/apache/doris/issues/33380#issuecomment-2043019788
I would like to know the following situations 1. How many queries for external catalog can you have at most at the same time? 2. Are you using the alter catalog statement to adjust connection_pool related parameters? 3. After adjusting `connection_pool_max_size` to 10000 The error reported is the new CAUSED BY: GetConnectionTimeoutException: wait millis 5002, active 10000, maxActive 10000, creating 0 4. Are you in a multi-FE environment? When an error occurs, have you paid attention to whether the connected FE is the master FE? 5. Have you tried re-creating a catalog and specifying connection_pool_max_size as a larger value, such as 100, in the properties of the created catalog? Then run it for a period of time and observe whether there are the following errors: CAUSED BY: GetConnectionTimeoutException: wait millis 5002, active 100, maxActive 100, creating 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org