[
https://issues.apache.org/jira/browse/DRILL-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385900#comment-16385900
]
ASF GitHub Bot commented on DRILL-1491:
---------------------------------------
Github user vladimirtkach commented on a diff in the pull request:
https://github.com/apache/drill/pull/1143#discussion_r172141644
--- Diff: .travis.yml ---
@@ -17,9 +17,9 @@ before_install: git fetch --unshallow
sudo: required
language: java
jdk:
- - openjdk7
+ - openjdk8
cache:
directories:
- "$HOME/.m2"
install: MAVEN_OPTS="-Xms1G -Xmx1G" mvn install --batch-mode
-DskipTests=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true
-script: mvn install
-DexcludedGroups="org.apache.drill.categories.SlowTest,org.apache.drill.categories.UnlikelyTest,org.apache.drill.categories.SecurityTest"
-DforkCount=1 -DmemoryMb=2560 -DdirectMemoryMb=4608
+script: mvn install
-DexcludedGroups="org.apache.drill.categories.SlowTest,org.apache.drill.categories.UnlikelyTest,org.apache.drill.categories.SecurityTest"
-DforkCount=1 -DmemoryMb=2560 -DdirectMemoryMb=6008
--- End diff --
@ilooner yes , there was:
testFlattenUpperLimit(org.apache.drill.exec.physical.unit.TestOutputBatchSize)
Time elapsed: 260.527 sec <<< ERROR!
java.lang.OutOfMemoryError: GC overhead limit exceeded
For now changed to previous value.
> Support for JDK 8
> -----------------
>
> Key: DRILL-1491
> URL: https://issues.apache.org/jira/browse/DRILL-1491
> Project: Apache Drill
> Issue Type: Task
> Components: Tools, Build & Test
> Reporter: Aditya Kishore
> Assignee: Volodymyr Tkach
> Priority: Blocker
> Fix For: 1.13.0
>
> Attachments: DRILL-1491.1.patch.txt
>
>
> This will be the umbrella JIRA used to track and fix issues with JDK 8
> support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)