You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Leonard Xu (Jira)" <ji...@apache.org> on 2023/03/17 11:36:00 UTC

[jira] [Comment Edited] (FLINK-31489) OperationManagerTest.testCloseOperation failed because it couldn't find a submitted operation

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

Leonard Xu edited comment on FLINK-31489 at 3/17/23 11:35 AM:
--------------------------------------------------------------

Fixed in :

master: ff08c7b1d7fb9334d624aa74bc5788d4d7ac1edc

release-1.17: f0a7dcc4a1c4b3c4b2e4e7029e8f60fb7e7720d2


was (Author: leonard xu):
Fixed in :

master: ff08c7b1d7fb9334d624aa74bc5788d4d7ac1edc

release-1.17: TODO

> OperationManagerTest.testCloseOperation failed because it couldn't find a submitted operation
> ---------------------------------------------------------------------------------------------
>
>                 Key: FLINK-31489
>                 URL: https://issues.apache.org/jira/browse/FLINK-31489
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Gateway
>    Affects Versions: 1.17.0
>            Reporter: Matthias Pohl
>            Assignee: lincoln lee
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.17.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=47218&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=13386
> {code}
> Mar 16 02:49:52 [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.433 s <<< FAILURE! - in org.apache.flink.table.gateway.service.operation.OperationManagerTest
> Mar 16 02:49:52 [ERROR] org.apache.flink.table.gateway.service.operation.OperationManagerTest.testCloseOperation  Time elapsed: 0.042 s  <<< ERROR!
> Mar 16 02:49:52 org.apache.flink.table.gateway.api.utils.SqlGatewayException: Can not find the submitted operation in the OperationManager with the 1734d6cf-cf52-40c5-804f-809e48a9818a.
> Mar 16 02:49:52 	at org.apache.flink.table.gateway.service.operation.OperationManager.lambda$getOperation$3(OperationManager.java:487)
> Mar 16 02:49:52 	at org.apache.flink.table.gateway.service.operation.OperationManager.readLock(OperationManager.java:518)
> Mar 16 02:49:52 	at org.apache.flink.table.gateway.service.operation.OperationManager.getOperation(OperationManager.java:482)
> Mar 16 02:49:52 	at org.apache.flink.table.gateway.service.operation.OperationManager.awaitOperationTermination(OperationManager.java:149)
> Mar 16 02:49:52 	at org.apache.flink.table.gateway.service.operation.OperationManagerTest.testCloseOperation(OperationManagerTest.java:199)
> Mar 16 02:49:52 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [...]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)