From 370eeb00a445bd40f275be642f986917e8d9b967 Mon Sep 17 00:00:00 2001 From: Roland Date: Tue, 27 Nov 2012 16:33:37 +0100 Subject: [PATCH] #2747 - warn against use-dispatcher-for-io --- akka-remote/src/main/resources/reference.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/akka-remote/src/main/resources/reference.conf b/akka-remote/src/main/resources/reference.conf index cd4259e3d9..bb91d1a34c 100644 --- a/akka-remote/src/main/resources/reference.conf +++ b/akka-remote/src/main/resources/reference.conf @@ -109,6 +109,11 @@ akka { # (I) EXPERIMENTAL If "" then the specified dispatcher # will be used to accept inbound connections, and perform IO. If "" then # dedicated threads will be used. + # + # CAUTION: This might lead to the used dispatcher not shutting down properly! + # - may prevent the JVM from shutting down normally + # - may leak threads when shutting down an ActorSystem + # use-dispatcher-for-io = "" # (I) The hostname or ip to bind the remoting to,