You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sendAndWaitToPermanent method allows blocking send to
cells we know are usually available. When unavailable we
optimistically wait till the cell comes back online or
the timeout has expired. This is an excellent strategy,
except if our cell is about to shut down.
This patch alters the logic so that a NoRouteToCellException
during cell shutdown causes the sendAndWaitToPermanent
method to return right away.
Target: trunk
Require-notes: no
Require-book: no
Acked-by: Dmitry Litvintsev <litvinse@fnal.gov>
Acked-by: Paul Millar <paul.millar@desy.de>
Patch: http://rb.dcache.org/r/5291/
0 commit comments