From: BESSON-DEBLON,
Pierre \(S. H. TECH\) <PIE...@ai...> - 2009-12-04 16:32:22
|
Sorry for previous mail .... Hi, We have a problem with our sequoia : we have 2 controllers, the JDBC URL looks like that jdbc jdbc:sequoia://cont1,cont2/db. If we have cont1 down and cont2 with a deactivated backend, the requests fail even when cont2 backend is reactivated. Digging in the source code, the following code seems suspicious : ControllerPingSender.run() : .... for (Iterator it = controllers.getControllerIterator(); it.hasNext();) { ControllerInfo ctrl = (ControllerInfo) it.next(); sendPingTo(ctrl); } When the first controller is unreachable, the sendPing will throw an exception and the sendPing will not be sent to others. What will be the consequences ? Could it explain our problem ? Pierre Besson-Deblon The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately. All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free. |