Skip to content

Commit 0af8295

Browse files
authored
chore: Add netty leak detector in multi-node-testing. (#1641)
1 parent db94ded commit 0af8295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/SbtMultiJvmPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ object MultiJvmPlugin extends AutoPlugin {
561561
"-Dmultinode.max-nodes=" + maxNodes,
562562
"-Dmultinode.server-host=" + hosts.head.split("@").last,
563563
"-Dmultinode.host=" + hosts(index).split("@").last,
564-
"-Dmultinode.index=" + index)
564+
"-Dmultinode.index=" + index,
565+
"-Dio.netty.leakDetection.level=PARANOID")
565566
}
566567

567568
private def processMultiNodeHosts(

0 commit comments

Comments
 (0)