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/10/25 07:50:17 UTC

[GitHub] [shardingsphere] tuichenchuxin opened a new issue #13254: support Resource group statement route to all instance

tuichenchuxin opened a new issue #13254:
URL: https://github.com/apache/shardingsphere/issues/13254


   Now, `Resource group` statement is routed by `ShardingDataSourceGroupBroadcastRoutingEngine`
   but, it should be routed to all instance.
   For example:
   ```
   CREATE RESOURCE GROUP rg1
     TYPE = USER
     VCPU = 0
     THREAD_PRIORITY = 19;
   ```
   When config two instances, it should route to all instance. And then execute.


-- 
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] strongduanmu closed issue #13254: support Resource group statement route to all instance

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


   


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