Adding debug messages for all remote exceptions, to ease debugging of remoting

This commit is contained in:
Viktor Klang 2011-12-17 15:54:09 +01:00
parent e66d46671a
commit c2597ed33d
3 changed files with 100 additions and 34 deletions

View file

@ -10,8 +10,6 @@ import akka.util.Duration
import java.util.concurrent._
object ThreadPoolConfig {
type Bounds = Int
type FlowHandler = Either[SaneRejectedExecutionHandler, Bounds]
type QueueFactory = () BlockingQueue[Runnable]
val defaultAllowCoreThreadTimeout: Boolean = false