Hello!
We're having a 2 node cluster with 4 servers.
I logged all the queries from our current mySQL standalone server to
make a "stress test" on the cluster.
So I wrote a php script which should extract some sql statements out of
the log file and execute them on the cluster.
Today I executed the sql statements. The result:
- Lost connection during query (many, many times)
- Node crashed
After the crash we restarted the node, but it was stuck at phase 4,
doing nothing for hours (no cpu/hd load).
Now we restarted the complete cluster and the node won't restart
anymore, but stays at phase 2.
The error that occurs is 2341.
Very strange! Can anyone help? Is this a bug?
Regards