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/06/07 06:04:13 UTC

[GitHub] [shardingsphere] strongduanmu opened a new issue #10692: Distsql create sharding table rule based on readwrite_splitting rule error

strongduanmu opened a new issue #10692:
URL: https://github.com/apache/shardingsphere/issues/10692


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   master branch
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy & governance
   
   ### Expected behavior
   
   create sharding table rule based on readwrite_splitting rule success
   
   ### Actual behavior
   
   ```sql
   mysql> CREATE SHARDING TABLE RULE t_order (
       ->     RESOURCES(ms_group_0,ms_group_1),
       ->     SHARDING_COLUMN=order_id,
       ->     TYPE(NAME=hash_mod,PROPERTIES("sharding-count"=4)),
       ->     GENERATED_KEY(COLUMN=another_id,TYPE(NAME=snowflake,PROPERTIES("worker-id"=123)))
       -> );
   ERROR 1102 (C1102): Resources [ms_group_0, ms_group_1] do not exist in schema sharding_db.
   ```
   
   ### Reason analyze (If you can)
   
   


-- 
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] RaigorJiang commented on issue #10692: Distsql create sharding table rule based on readwrite_splitting rule error

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


   I will do this, please assign to me, 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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] tristaZero closed issue #10692: Distsql create sharding table rule based on readwrite_splitting rule error

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


   


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



[GitHub] [shardingsphere] tristaZero closed issue #10692: Distsql create sharding table rule based on readwrite_splitting rule error

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


   


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



[GitHub] [shardingsphere] RaigorJiang commented on issue #10692: Distsql create sharding table rule based on readwrite_splitting rule error

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


   I will do this, please assign to me, 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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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