ruanwenjun commented on issue #11768: URL: https://github.com/apache/dolphinscheduler/issues/11768#issuecomment-1237200898
> Dear @ruanwenjun there is a small question, H2 memory database does not have indicators such as the maximum number of connections, just session numbers. do we need check the JDBC connection pool? Yes, we can query the session number to represent the connection number. ``` select * from information_schema.sessions; ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
