Guillaume Smet a écrit :
On 2/1/07, Gérard BUNEL <[EMAIL PROTECTED]> wrote:No, In fact I've many exceptions (each corresponding to a client request) with teir corresponding stack trace. Then restoring done without any warning/error as shown in logs here-after: java.net.SocketException MESSAGE: java.net.ConnectException: Connection refused STACKTRACE: java.net.SocketException: java.net.ConnectException: Connection refused at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:276) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2666) at com.mysql.jdbc.Connection.<init>(Connection.java:1531) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) at org.continuent.sequoia.controller.connection.DriverManager.getConnectionForDriver(DriverManager.java:266) at org.continuent.sequoia.controller.connection.DriverManager.getConnection(DriverManager.java:168) at org.continuent.sequoia.controller.recoverylog.RecoveryLog.getDatabaseConnection(RecoveryLog.java:318) at org.continuent.sequoia.controller.recoverylog.LoggerThread.getUpdatePreparedStatement(LoggerThread.java:133) at org.continuent.sequoia.controller.recoverylog.events.LogRequestCompletionEvent.execute(LogRequestCompletionEvent.java:82) at org.continuent.sequoia.controller.recoverylog.LoggerThread.run(LoggerThread.java:732) ** END NESTED EXCEPTION ** Last packet sent to the server was 1 ms ago.) at org.continuent.sequoia.controller.recoverylog.RecoveryLog.getDatabaseConnection(RecoveryLog.java:336) at org.continuent.sequoia.controller.recoverylog.LoggerThread.getUpdatePreparedStatement(LoggerThread.java:133) at org.continuent.sequoia.controller.recoverylog.events.LogRequestCompletionEvent.execute(LogRequestCompletionEvent.java:82) at org.continuent.sequoia.controller.recoverylog.LoggerThread.run(LoggerThread.java:732) 2007-01-31 16:17:05,086 INFO backup.backupers.NativeCommandExec Command "mysql -h fr-tig.ago.fr --port=3306 -uTEST --password=TEST MATISSE" logged 0 errors and terminated with exitcode 0 2007-01-31 16:17:05,090 INFO controller.RequestManager.MATISSEDB Recovery of backend fr-tig done. What I'seen is that a backend failure triggers an ERROR log: 10:36:06,127 ERROR controller.loadbalancer.RAIDb1 Disabling backend mendu because connections failed inside a transaction. I've not yet tried with a controller failure. easy way to monitor Sequoia's activity. It's possible to write JMXI may contribute with this if I've no other alternative as I do need to know, and to alert responsible persons of a problem in the cluster I can't find this class in the 2.10.4 distribution. maybe in the 3.x ? I need to rely on a stable version. Is this code compatible with 2.10.4 version ? Is it possible to register a NotificationListener automatically at sequoia controller startup ? or do I need to create a new process to implement this ?
--
Gérard
BUNEL |
_______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia

