From 76fb4c894af15cd1e30495a91074b2d95940e451 Mon Sep 17 00:00:00 2001 From: Denyska Date: Thu, 9 Jan 2020 06:08:49 -0800 Subject: [PATCH] use io.netty.leakDetection.targetRecords as replacement for io.netty.leakDetection.maxSampledRecords (#9925) Motivation: "io.netty.leakDetection.maxSampledRecords" was removed in https://github.com/netty/netty/commit/16b1dbdf9244f831aa0cd92d5531d8cb61010b07 Modification: Replaced it with targetRecords Result: Use correct flag during test execution --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 184697bffd..502f895e6a 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ leak - -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecords=32 + -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32