[
https://issues.apache.org/jira/browse/DRILL-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029038#comment-17029038
]
Vova Vysotskyi commented on DRILL-7543:
---------------------------------------
The initial analysis has shown that JDK 11+ opens the same jars multiple times,
so, for example, for a 4096 limit of file descriptors, tests would have 13 open
file descriptors for every jar before the time when it will fail with error
above.
JDK 8 has a single open file descriptor for every jar file.
> Use GitHub Actions for CI
> -------------------------
>
> Key: DRILL-7543
> URL: https://issues.apache.org/jira/browse/DRILL-7543
> Project: Apache Drill
> Issue Type: Task
> Affects Versions: 1.17.0
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
> Fix For: 1.18.0
>
>
> GitHub Actions became stable, so we should examine using it for Drill.
> It provides more capabilities than Travis (see
> https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-github-actions#usage-limits)
> so it may be used as a single CI and replace both Travis and Circle.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)