We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、bug描述 server.xml配置strictTxIsolation=true和 idleTimeout=30000 ,接口持续查询30s后出现报错:No operations allowed after connection closed. con:JDBCConnection
2、版本号(非常重要) mycat: v 1.6.7.5 数据库:5.7.mysql_aurora.2.09.2 3、相关表的配置信息 schema.xml (mysql的连接驱动是JDBC) rule.xml (无) server.xml true 30000
4、操作步骤
5、期望结果 链接重新连接 6、实际结果 No operations allowed after connection closed. con:JDBCConnection
The text was updated successfully, but these errors were encountered:
用1.6.7.6试下看看,好像用这个版本不会
Sorry, something went wrong.
funnyAnt
No branches or pull requests
1、bug描述
server.xml配置strictTxIsolation=true和 idleTimeout=30000 ,接口持续查询30s后出现报错:No operations allowed after connection closed. con:JDBCConnection
2、版本号(非常重要)
mycat: v 1.6.7.5
数据库:5.7.mysql_aurora.2.09.2
3、相关表的配置信息
schema.xml (mysql的连接驱动是JDBC)
rule.xml (无)
server.xml
true
30000
4、操作步骤
5、期望结果
链接重新连接
6、实际结果
No operations allowed after connection closed. con:JDBCConnection
The text was updated successfully, but these errors were encountered: