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/12/29 04:08:13 UTC

[GitHub] [shardingsphere] tuohai666 opened a new issue #8801: Support REMOVE REPLICA_QUERY RULE

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


   CREATE REPLICA_QUERY RULE (
   logic_ds_a (primary=primary_new_ds_a, repilca=repilca_ds_a_0) RANDOM(xxx=xxx),
   logic_ds_b (primary=primary_new_ds_b, repilca=repilca_ds_b_0 ROUNDROBIN(xxx=xxx)
   );
   
   REMOVE REPLICA_QUERY RULE (logic_ds_a, logic_ds_b)


----------------------------------------------------------------
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] terrymanu closed issue #8801: Support REMOVE REPLICA_QUERY RULE

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


   


----------------------------------------------------------------
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] jingshanglu commented on issue #8801: Support REMOVE REPLICA_QUERY RULE

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


   @tuohai666 @terrymanu It is suggested to change to `DROP REPLICA_QUERY RULE (logic_ds_a, logic_ds_b)`.


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