A bug in setting actual-data-nodes with shardingsphere-jdbc-core-spring-boot-starter at version 5.1.2
See original GitHub issue
As it shows, I have configured the logic table
student
with 3 physic tables: student_0
, student_1
and student_2
.
But it does not work when inserting data into student_2
. And it reminds me that student_2
does not exist.
Issue Analytics
- State:
- Created a year ago
- Comments:17 (5 by maintainers)
Top Results From Across the Web
how to config actual-data-nodes while my actual-data ... - GitHub
The simple choice is to set it directly in ShardingSphere JDBC, and then configure a cron pipeline task in gitlab to re-execute .gitlab-ci.yml ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for your reminder, it’s work for me when I deleted
shardingsphere-rw
directory from zookeeper.I just found a directory which named
.shardingsphere
in my project directory. it worked normally after I delete this directory!