MrCong233 opened a new issue, #22345: URL: https://github.com/apache/shardingsphere/issues/22345
## Bug Report Testing grafana + shardingsphere + openGauss, grafana setup successfully, but execute ParseInt: parsing \\"\\" when logging in. ### Which version of ShardingSphere did you use? commit id : 85541320133e8049027e922557636fe32c58625c ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? proxy ### Expected behavior grafana executes successfully. ### Actual behavior Shardingsphere response an empty string to grafana.  ### Reason analyze (If you can) Shardingsphere seems response "68" to grafana.  The network packet capture results show that the packets replied by ss is no-data.Error   Possible problematic code: ``` org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe.PostgreSQLComDescribeExecutor#describeInsertStatementByDatabaseMetaData ``` ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Abnormal SQL: ```sql 2022-11-21 12:21:12.874 grafana grafana 192.168.0.35 281459677792192 0[0:0#0] 0 [BACKEND] LOG: execute <unnamed>: INSERT INTO "user_auth_token" ("user_id","auth_token","prev_auth_token","user_agent","client_ip","auth_token_seen","seen_at","rotated_at","created_at","updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" 2022-11-21 12:21:12.874 grafana grafana 192.168.0.35 281459677792192 0[0:0#0] 0 [BACKEND] DETAIL: parameters: $1 = '1', $2 = '014f8e6cc59e9c86d853ecbf6e6622994d760a5b36ba4f136dc7ca034dcfabfc', $3 = '014f8e6cc59e9c86d853ecbf6e6622994d760a5b36ba4f136dc7ca034dcfabfc', $4 = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36', $5 = '192.168.0.232', $6 = 'f', $7 = '0', $8 = '1669004472', $9 = '1669004472', $10 = '1669004472' ``` ### Example codes for reproduce this issue (such as a github link). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
