Chesnay Schepler created FLINK-12270: ----------------------------------------
Summary: 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 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)