Skip to content

Commit 8ec72a8

Browse files
petersomogyiApache9
authored andcommitted
HBASE-23043 Use 'advanced' Netty leak detection (#636)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 81ac896 commit 8ec72a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,12 +1479,12 @@
14791479
<hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
14801480
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
14811481
-Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
1482-
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=paranoid
1482+
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
14831483
</hbase-surefire.argLine>
14841484
<hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
14851485
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
14861486
"-Djava.library.path=${hadoop.library.path};${java.library.path}"
1487-
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=paranoid
1487+
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
14881488
</hbase-surefire.cygwin-argLine>
14891489
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
14901490
<argLine>${hbase-surefire.argLine}</argLine>

0 commit comments

Comments
 (0)