bert82503 commented on PR #6002: URL: https://github.com/apache/shardingsphere/pull/6002#issuecomment-1728015044
The complete exception call stack as follow. [SQLFeatureNotSupportedException-isValid.log](https://github.com/apache/shardingsphere/files/12675182/SQLFeatureNotSupportedException-isValid.log) The solution is to temporarily disable the monitoring of DB by the HealthEndpoint of Actuator. ```properties management.health.db.enabled=false ``` -- 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]
