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

Malformed packet when select from information_schema.tables #31107

Open
RaigorJiang opened this issue May 3, 2024 · 1 comment
Open

Malformed packet when select from information_schema.tables #31107

RaigorJiang opened this issue May 3, 2024 · 1 comment

Comments

@RaigorJiang
Copy link
Contributor

Bug Report

Which version of ShardingSphere did you use?

master 31fc9af

Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?

ShardingSphere-Proxy

Expected behavior

Return correct query results (or empty results)

Actual behavior

mysql> select * from information_schema.tables;
ERROR 2027 (HY000): Malformed packet
mysql> select * from information_schema.tables;
ERROR 2008 (HY000): MySQL client ran out of memory
No connection. Trying to reconnect...
Connection id:    6
Current database: *** NONE ***

ERROR 2027 (HY000): Malformed packet
mysql>

Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.

  1. Start Proxy with cluster mode
mode:
 type: Cluster
 repository:
   type: ZooKeeper
   props:
     namespace: governance_ds_ss
     server-lists: localhost:2181
     retryIntervalMilliseconds: 500
     timeToLiveSeconds: 60
     maxRetries: 3
     operationTimeoutMilliseconds: 500
  1. Connect Proxy with MySQL client
  2. Execute SQL select * from information_schema.tables;
Copy link

github-actions bot commented Jun 2, 2024

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.

@github-actions github-actions bot added the stale label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant