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 2022/09/28 09:05:23 UTC

[GitHub] [shardingsphere] peilinqian commented on issue #21237: In READWRITE_SPLITTING mode,transaction commit is error

peilinqian commented on issue #21237:
URL: https://github.com/apache/shardingsphere/issues/21237#issuecomment-1260608785

   ```
   split_db=> SHOW READWRITE_SPLITTING RULES ;
    name | auto_aware_data_source_name | write_data_source_query_enabled | write_data_source_name | read_data_source_names |   load_balancer_type    | load_balancer_props
   ------+-----------------------------+---------------------------------+------------------------+------------------------+-------------------------+---------------------
    ds_0 |                             |                                 | write_0                | read0_0                | TRANSACTION_ROUND_ROBIN |
    ds_1 |                             |                                 | write_1                | read1_0                | TRANSACTION_ROUND_ROBIN |
   (2 rows)
   ```
   
   ```
   rules:
     - !AUTHORITY
       users:
         - root@%:root
         - sharding@:sharding
       provider:
         type: ALL_PERMITTED
     - !TRANSACTION
       defaultType: XA
       providerType: Atomikos
   
   ```


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