zhaopinglu commented on issue #6890:
URL: https://github.com/apache/shardingsphere/issues/6890#issuecomment-675983928


   It's very easy to replicate this issue. Just create 2 tables then start up 
ss-proxy, you will see the error in log right away.
   
   1. Create 2 tables as below:
   drop table if exists TEST_01;
   CREATE TABLE TEST_01 (
   ID varchar(32) DEFAULT NULL
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
   
   drop table if exists TEST__1;
   CREATE TABLE TEST__1 (
   ID1 varchar(32) DEFAULT NULL
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
   
   2. Start up ss-proxy, the error will be triggered.
   
   Please let me know if you need any more information. Thanks.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to