Skip to main content

All Questions

0 votes
2 answers
1k views

Can I set readOnly false when I use findById with JPA

I have a problem with modifying data while setting database replication Before DB replication, I get data that I want to modify using repository.findById() and then I modified the data. But I realized ...
Ellie Han's user avatar
0 votes
1 answer
632 views

MySQL Cluster ERROR failed with Error 'Got error 240 'Unknown error code' from NDBCLUSTER' on query

In one of our environment mysql replication is failing intermittently. Below are the related mysql server logs. mysql> show slave status \G; *************************** 1. row *****************...
praitheesh's user avatar