You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/11/19 16:36:32 UTC

[GitHub] [shardingsphere] TeslaCN commented on issue #13621: Thread stuck in shardingsphere-proxy 5.0.0

TeslaCN commented on issue #13621:
URL: https://github.com/apache/shardingsphere/issues/13621#issuecomment-974225893


   Hi @penghuazhou 
   I tried the 5.0.0, but I didn't reproduced this issue.
   ```
   ➜  apache-shardingsphere-5.0.0-shardingsphere-proxy-bin psql -h 127.0.0.1 -p 55432 -Upostgres -d wuweijie
   Password for user postgres: 
   psql (14.0, server 13.3-ShardingSphere-Proxy 5.0.0)
   Type "help" for help.
   
   wuweijie=> insert into t1 values (1);
   ERROR:  duplicate key value violates unique constraint "t1_pkey"
   DETAIL:  Key (id)=(1) already exists.
   wuweijie=> insert into t1 values (1);
   ERROR:  duplicate key value violates unique constraint "t1_pkey"
   DETAIL:  Key (id)=(1) already exists.
   wuweijie=> insert into t1 values (2);
   INSERT 0 1
   wuweijie=> insert into t1 values (2);
   ERROR:  duplicate key value violates unique constraint "t1_pkey"
   DETAIL:  Key (id)=(2) already exists.
   wuweijie=> 
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org