[ https://issues.apache.org/jira/browse/FLINK-13688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904950#comment-16904950 ]
Till Rohrmann commented on FLINK-13688: --------------------------------------- Could this be a misconfiguration of the started TM? It looks as if the slot request is not fulfillable. If this is the case, then this is not a blocker issue but should definitely be fixed. > HiveCatalogUseBlinkITCase.testBlinkUdf constantly failed with 1.9.0-rc2 > ----------------------------------------------------------------------- > > Key: FLINK-13688 > URL: https://issues.apache.org/jira/browse/FLINK-13688 > Project: Flink > Issue Type: Bug > Components: Connectors / Hive, Tests > Affects Versions: 1.9.0 > Environment: Linux server > kernal version: 3.10.0 > java version: "1.8.0_102" > processor count: 96 > Reporter: Kurt Young > Assignee: Jingsong Lee > Priority: Blocker > Fix For: 1.9.0 > > > I tried to build flink 1.9.0-rc2 from source and ran all tests in a linux > server, HiveCatalogUseBlinkITCase.testBlinkUdf will be constantly fail. > > Fail trace: > {code:java} > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > 313.228 s <<< FAILURE! - in > org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase > [ERROR] > testBlinkUdf(org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase) > Time elapsed: 305.155 s <<< ERROR! > org.apache.flink.runtime.client.JobExecutionException: Job execution failed. > at > org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase.testBlinkUdf(HiveCatalogUseBlinkITCase.java:180) > Caused by: > org.apache.flink.runtime.resourcemanager.exceptions.UnfulfillableSlotRequestException: > Could not fulfill slot request 35cf6fdc1b525de9b6eed13894e2e31d. Requested > resource profile (ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, > directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, > managedMemoryInMB=128}) is unfulfillable. > {code} > -- This message was sent by Atlassian JIRA (v7.6.14#76016)