busbey commented on a change in pull request #1158: HBASE-23823 Run maven with
more than default single thread (--threads…
URL: https://github.com/apache/hbase/pull/1158#discussion_r377289534
##########
File path: pom.xml
##########
@@ -1428,7 +1428,7 @@
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
</hbase-surefire.cygwin-argLine>
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the
os.windows profile -->
- <argLine>${hbase-surefire.argLine}</argLine>
+ <argLine>-XX:-MaxFDLimit ${hbase-surefire.argLine}</argLine>
Review comment:
please include a comment about why we're adding this option.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services