8000 rwsplit user executing large package sql should not be limited by the maxPacketSize set by Dble · Issue #3744 · actiontech/dble · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
rwsplit user executing large package sql should not be limited by the maxPacketSize set by Dble #3744
Closed
@wenyh1

Description

@wenyh1

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0