Skip to content

Commit

Permalink
chore: Add netty leak detector in multi-node-testing. (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Dec 29, 2024
1 parent db94ded commit 0af8295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/SbtMultiJvmPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@ object MultiJvmPlugin extends AutoPlugin {
"-Dmultinode.max-nodes=" + maxNodes,
"-Dmultinode.server-host=" + hosts.head.split("@").last,
"-Dmultinode.host=" + hosts(index).split("@").last,
"-Dmultinode.index=" + index)
"-Dmultinode.index=" + index,
"-Dio.netty.leakDetection.level=PARANOID")
}

private def processMultiNodeHosts(
Expand Down

0 comments on commit 0af8295

Please sign in to comment.