<p><br>
On Jun 25, 2013 1:09 PM, "Qing He" <<a href="mailto:Qing.He@radisys.com">Qing.He@radisys.com</a>> wrote:<br>
><br>
> Basically, when 'unexpected' happens, someone (e.g., operator) needs to know about it and look into it to see if it is something benign or fatal. If it is masked, the system may degrade overtime unnoticed into unusable.</p>

<p>The approach implemented in the patch is to log the exception and retry at a rate of one per second.  An alternative would be a log and a sys.exit() to kill the entire process.  Be aware that the code affected by this patch is rpc created dispatcher like threads.  Let's have a vote on which option is preferrable.<br>

</p>