zettadb / kunlun

KunlunBase is a distributed relational database management system(RDBMS) with complete NewSQL capabilities and robust transaction ACID guarantees and is compatible with standard SQL. Applications which used PostgreSQL or MySQL can work with KunlunBase as-is without any code change or rebuild because KunlunBase supports both PostgreSQL and MySQL connection protocols and DML SQL grammars. MySQL DBAs can quickly work on a KunlunBase cluster because we use MySQL as storage nodes of KunlunBase. KunlunBase can elastically scale out as needed, and guarantees transaction ACID under error conditions, and KunlunBase fully passes TPC-C, TPC-H and TPC-DS test suites, so it not only support OLTP workloads but also OLAP workloads. Application developers can use KunlunBase to build IT systems that handles terabytes of data, without any effort on their part to implement data sharding, distributed transaction processing, distributed query processing, crash safety, high availability, strong consistency, horizontal scalability. All these powerful features are provided by KunlunBase. KunlunBase supports powerful and user friendly cluster management, monitor and provision features, can be readily used as DBaaS.
http://www.kunlunbase.com
Apache License 2.0
143 stars 20 forks source link

0.9.2在运行smokeTest.sql的update和delete语句时会报错:Could not find input function to deserialize kunlun storage result to pg type. #716

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 634

component: computing nodes | priority: major

2022-04-29 16:32:38: charles@zettadb.com created the issue


步骤: 1.sudo docker run --privileged --name kunlun1_norep -p 7401:5401 -itd 192.168.0.104:15000/kunlun_norep bash -c bash /kunlun/start_kunlun_norep.sh 2.git clone https://gitee.com/zettadb/cloudnative.git 3.psql -f cloudnative/smoke/smokeTest.sql postgres://abc:abc@localhost:7401/postgres

log: 2022-04-29 16:21:34.184 CST [6541] abc@postgres/psql: [XX000]ERROR: Could not find input function to deserialize kunlun storage result to pg type. 2022-04-29 16:21:34.184 CST [6541] abc@postgres/psql: [XX000]STATEMENT: update t1 set wt # 12 where id1; 2022-04-29 16:21:34.184 CST [6541] abc@postgres/psql: [XX000]ERROR: Could not find input function to deserialize kunlun storage result to pg type. 2022-04-29 16:21:34.184 CST [6541] abc@postgres/psql: [XX000]STATEMENT: delete from t1 where id = 1;

jd-zhang commented 2 years ago

2022-04-29 17:33:53: smith changed status from assigned to accepted

jd-zhang commented 2 years ago

2022-04-29 18:27:58: charles@zettadb.com edited the issue description