You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/29 08:10:01 UTC

[GitHub] [shardingsphere] xllove-moon opened a new issue, #18691: SHARDINGSPHERE-JDBC 5.1.2 usage about jooq

xllove-moon opened a new issue, #18691:
URL: https://github.com/apache/shardingsphere/issues/18691

   ## Question
   A few days ago, we upgraded to the latest version 5.1.2 of shardingsphere-jdbc. 
   In version 5.1.1, jooq is not included in Maven dependency, but we found some problems about the compatibility between jooq and springboot (our version is 2.3.12). 
   After excluding jooq dependency, the service can now run normally in the test environment. our service uses readwrite-splitting and sharing-table function
   
   The first problem is that when jooq is used with springboot AOP, it will cause a very slow startup bug. After testing, this problem can still be repeated in our service https://github.com/jOOQ/jOOQ/issues/5902
   The second problem is that stackoverflowerror occurs at startup. We have to increase -Xss to solve it  https://github.com/jOOQ/jOOQ/issues/7994
   
   ** These problems seem to have nothing to do with shardingsphere JDBC. I wonder whether excluding jooq from Maven will affect the stable operation of shardingsphere JDBC?**


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #18691: SHARDINGSPHERE-JDBC 5.1.2 usage about jooq

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #18691:
URL: https://github.com/apache/shardingsphere/issues/18691#issuecomment-1172476258

   I just update the doc to config SQL translator:
   
   https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/java-api/rules/sql-translator/
   https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-translator/


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] xllove-moon closed issue #18691: SHARDINGSPHERE-JDBC 5.1.2 usage about jooq

Posted by GitBox <gi...@apache.org>.
xllove-moon closed issue #18691: SHARDINGSPHERE-JDBC 5.1.2 usage about jooq
URL: https://github.com/apache/shardingsphere/issues/18691


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu commented on issue #18691: SHARDINGSPHERE-JDBC 5.1.2 usage about jooq

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #18691:
URL: https://github.com/apache/shardingsphere/issues/18691#issuecomment-1172413375

   If using yaml, please config like this way to switch off jooq translator
   
   ```yaml
   !SQL_TRANSLATOR
     type: NATIVE
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org