Anonymous
Post 02/28/2015 21:54     Subject: saw error messages today

No need to apologize, I just wanted to be sure you knew. Thanks!
jsteele
Post 02/28/2015 21:45     Subject: saw error messages today

Yes, sorry about that. I was installing a new firewall which should have involved simply pulling two cables out of the old firewall and inserting them into the new one with maybe 2 seconds of down time. But, in the process I bumped the power cord to the switch and knocked it out. The switch went down which caused all database cluster nodes to lose contact and crash. That error message was a result of the cluster being down after the switch came back up. I had to restart the cluster which took about a half hour.
Anonymous
Post 02/28/2015 21:36     Subject: saw error messages today

Just a heads up that I saw an SQL error message a few times this afternoon. URL was http://www.dcurbanmom.com/jforum/forums/show/2.page. Error message below:

An error has occurred.

For detailed error information, please see the HTML source code, and contact the forum Administrator.

java.sql.SQLException: Got error 157 'Unknown error code' from NDBCLUSTER

Query being executed when exception was thrown:

SELECT COUNT(pm.privmsgs_to_userid) AS private_messages, u.* FROM jforum_users u LEFT JOIN jforum_privmsgs pm ON pm.privmsgs_type = 1 AND pm.privmsgs_to_userid = u.user_id WHERE u.user_id = 1 GROUP BY pm.privmsgs_to_userid