343344345346347348349350351352353
conn.discard(); if (e instanceof RetryException || getRetry()) { try { Client.fireEvent(new RetryingRequest(req, server)); processRequest(req, res, server); } catch (RemoteFailoverException re) { throw re; } catch (RemoteException re) {
376377378379380381382383384385386
conn.discard(); if (e instanceof RetryException || getRetry()) { try { Client.fireEvent(new RetryingRequest(req, server)); processRequest(req, res, server); } catch (final RemoteFailoverException re) { throw re; } catch (final RemoteException re) {
352353354355356357358359360361362