-
I see you are importing plain mysqldump fileinto PXC that involes cluster-unsafe statement like LOCK TABLES, etc…
Cleaning up wsrep-transaction for local query: LOCK TABLESagents_realtime_statuses
WRITE -
Failure suggests certification failure. Are you trying to load the files through multiple nodes at same time ?
-
I would suggest you can enable wsrep-debug=1 to get more information about failure. (Note: wsrep-debug is only for investigation and shouldn’t be used for production load).
-
If you can reduce the test-case and share it here we can help it investigate further and directly more about it.