[
https://issues.apache.org/jira/browse/FLINK-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822431#comment-16822431
]
Jark Wu commented on FLINK-12270:
---------------------------------
I have also encountered this issue in pre-commit of FLINK-12133. After
discussed with [~godfreyhe] offline, the reason might be the default
SQL_RESOURCE_HASH_AGG_TABLE_MEM is too big. So I decrease this value to 4M in
test base class in the [latest merged
commit|https://github.com/apache/flink/commit/fefdd08b849d486234cb38ff0c0a12359eae24d2#diff-cb1826ace95100e2eacf8989309e076c].
But it might be other reasons.
> SortDistinctAggregateITCase fails on Travis
> -------------------------------------------
>
> Key: FLINK-12270
> URL: https://issues.apache.org/jira/browse/FLINK-12270
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Operators
> Affects Versions: 1.9.0
> Reporter: Chesnay Schepler
> Priority: Major
>
> https://travis-ci.org/apache/flink/jobs/522247106
> {code}
> 20:47:38.852 [ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 2, Time
> elapsed: 75.246 s <<< FAILURE! - in
> org.apache.flink.table.runtime.batch.sql.agg.SortDistinctAggregateITCase
> 20:47:38.857 [ERROR]
> testSomeColumnsBothInDistinctAggAndGroupBy(org.apache.flink.table.runtime.batch.sql.agg.SortDistinctAggregateITCase)
> Time elapsed: 5.705 s <<< ERROR!
> org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
> Caused by: java.lang.RuntimeException:
> org.apache.flink.runtime.memory.MemoryAllocationException: Could not allocate
> 64 pages. Only 0 pages are remaining.
> Caused by: org.apache.flink.runtime.memory.MemoryAllocationException: Could
> not allocate 64 pages. Only 0 pages are remaining.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)