Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
10.0.20-galera
-
None
-
CentOS release 6.6
Description
I had a typo in my configuration for wsrep_provider_options. I had ;pc.weight= instead of ;pc.weight=1.
The server failed to start with only these uninformative errors:
[ERROR]WSREP: non-standard exception
[ERROR]WSREP: wsrep::connect() failed: 8
[ERROR]Aborting
The server should really detect an invalid configuration and indicate what is wrong rather than just fail to start.