You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "alei78910 (via GitHub)" <gi...@apache.org> on 2023/05/18 06:12:01 UTC

[GitHub] [shardingsphere] alei78910 commented on issue #25744: ERROR 30000 (HY000): Unknown exception: Cannot invoke "org.apache.shardingsphere.readwritesplitting.api.transaction.TransactionalReadQueryStrategy.name()"

alei78910 commented on issue #25744:
URL: https://github.com/apache/shardingsphere/issues/25744#issuecomment-1552490760

   How do I set transactionalReadQueryStrategy to PRIMARY when executing 
   ```
   CREATE READWRITE_SPLITTING RULE group_messagecenter (
   WRITE_STORAGE_UNIT=ds_write_messagecenter,
   READ_STORAGE_UNITS(ds_read_messagecenter),
   TYPE(NAME="random")
   );
   ```


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