justbk2015 opened a new issue #11235: URL: https://github.com/apache/shardingsphere/issues/11235
## Bug Report if we create a single table on two DN nodes's tablespace, order is DN1,DN2。 then we try to drop tablespace, not all ways get exception, if table create on DN2, even if tablespace can't delete, but result if success! ### Which version of ShardingSphere did you use? opengauss_adapt ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? proxy ### Expected behavior we need get exception result for drop tablespace! ### Actual behavior if table create on DN1 then get exception , otherwith table create on DN2 then get delete success, but tablespace not delete! ### Reason analyze (If you can) 1. result merge behaive not right! ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. create tablespace tblspc; 2. create table tb_space(id int); 3. drop tablespace tblspc; ---- if tb_space create on DN1, then result with exception(this is our expect) ; if tb_space create on DN2, the result is success,(without expect) ### Example codes for reproduce this issue (such as a github link). see: https://gitee.com/opengauss/openGauss-distributed-solutions/issues/I3XUXH?from=project-issue -- 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]
