[ 
https://issues.apache.org/jira/browse/DRILL-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525620#comment-16525620
 ] 

ASF GitHub Bot commented on DRILL-6529:
---------------------------------------

bitblender commented on issue #1335: DRILL-6529: Project Batch Sizing causes 
two LargeFileCompilation tests to timeout
URL: https://github.com/apache/drill/pull/1335#issuecomment-400823880
 
 
   @vvysotskyi @ilooner  NUM_PROJECT_COLUMNS controls 3 other tests besides 
testTopN and testExternalSort - testPARQUET_WRITER(), testTEXT_Writer and 
TestProject.  How about we set NUM_PROJECT_COLUMNS=2500 and then introduce a 
new constant NUM_PROJECT_TEST_COLUMNS=10000 for testProject? Basically, reduce 
the stress on SORTers and WRITERs but bump up the column count on testProject 
to a number which will push the code generated for Project over the constant 
pool limit. testProject takes about 130s on my Mac with 10000 columns.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Project Batch Sizing causes two LargeFileCompilation tests to timeout
> ---------------------------------------------------------------------
>
>                 Key: DRILL-6529
>                 URL: https://issues.apache.org/jira/browse/DRILL-6529
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>            Reporter: Karthikeyan Manivannan
>            Assignee: Karthikeyan Manivannan
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Timeout failures are seen in TestLargeFileCompilation testExternal_Sort and 
> testTop_N_Sort. These tests are stress tests for compilation where the 
> queries cover projections over 5000 columns and sort over 500 columns. These 
> tests pass if they are run stand-alone. Something triggers the timeouts when 
> the tests are run in parallel as part of a unit test run.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to