From 8334f2ce92c8e55031cec2a7f99dec10a2410dd3 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 56f0eb5379..84d1f1d45d 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ leak - -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecords=32 + -Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32