All Questions
2 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 ...
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 *****************...