Skip to content
New issue

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

rwsplit user executing large package sql should not be limited by the maxPacketSize set by Dble #3744

Closed
wenyh1 opened this issue Jun 16, 2023 · 0 comments · Fixed by #3710
Closed
Assignees
Labels
Milestone

Comments

@wenyh1
Copy link
Member

wenyh1 commented Jun 16, 2023

1.读写分离用户,dble的maxPacketSize使用默认值4M,后端mysql设置max_allowed_packet为8M:

mysql> select @@max_allowed_packet;
+----------------------+
| @@max_allowed_packet |
+----------------------+
|              8388608 |
+----------------------+
1 row in set (0.00 sec)

2、jdbc读写分离用户执行6M的大包语句,返回报错
image

预期:执行成功
(association inner-2048)

@wenyh1 wenyh1 linked a pull request Jun 16, 2023 that will close this issue
@wenyh1 wenyh1 added this to the 3.23.04.0 milestone Jun 16, 2023
@wenyh1 wenyh1 added the bug label Jun 16, 2023
@wenyh1 wenyh1 closed this as completed Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants