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 2020/08/07 03:57:38 UTC

[GitHub] [shardingsphere] tuohai666 opened a new issue #6684: Merge result of DDL is not accurate

tuohai666 opened a new issue #6684:
URL: https://github.com/apache/shardingsphere/issues/6684


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   
   5.0.0-RC1-SNAPSHOT
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   Both
   
   ### Expected behavior
   
   Execute the following SQL
   ```
   drop table t_order
   ```
   return **false** if one of the actual SQLs fails.
   
   ### Actual behavior
   
   Execute the following SQL
   ```
   drop table t_order
   ```
   return **true** if one of the actual SQLs fails.
   
   ### Reason analyze (If you can)
   
   Merge result is determined by one of the result of all actual SQLs.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ### 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.

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



[GitHub] [shardingsphere] tuohai666 commented on issue #6684: Merge result of DDL is not accurate

Posted by GitBox <gi...@apache.org>.
tuohai666 commented on issue #6684:
URL: https://github.com/apache/shardingsphere/issues/6684#issuecomment-674013658


   The wrong result can not be reproduced by several test cases, more information is needed.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] lidonghai11 commented on issue #6684: Merge result of DDL is not accurate

Posted by GitBox <gi...@apache.org>.
lidonghai11 commented on issue #6684:
URL: https://github.com/apache/shardingsphere/issues/6684#issuecomment-675279051


   Merge result of DDL is  accurate.  This issue does not exist


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] tuohai666 closed issue #6684: Merge result of DDL is not accurate

Posted by GitBox <gi...@apache.org>.
tuohai666 closed issue #6684:
URL: https://github.com/apache/shardingsphere/issues/6684


   


----------------------------------------------------------------
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:
users@infra.apache.org