You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tammy zhang (Jira)" <ji...@apache.org> on 2020/05/07 03:40:00 UTC

[jira] [Comment Edited] (FLINK-17250) interface akka.event.LoggingFilter is not assignable from class akka.event.slf4j.Slf4jLoggingFilter

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

Tammy zhang edited comment on FLINK-17250 at 5/7/20, 3:39 AM:
--------------------------------------------------------------

thanks for pay attention to this question, i solved the problem with other methods, i guess the reason for this exception is cause i mixed the StreamExecutionEnvironment and ExecutionEnvironment in a job, now i use the unitive StreamExecutionEnvironment in the job, and the exception is disappeared @[~rmetzger]


was (Author: 1372114269):
i solved the problem with other methods, i guess the reason for this exception is cause i mixed the StreamExecutionEnvironment and ExecutionEnvironment in a job, now i use the unitive StreamExecutionEnvironment in the job, and the exception is disappeared

> interface akka.event.LoggingFilter is not assignable from class akka.event.slf4j.Slf4jLoggingFilter
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-17250
>                 URL: https://issues.apache.org/jira/browse/FLINK-17250
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.10.0
>            Reporter: Tammy zhang
>            Priority: Blocker
>
> when i run a job in flink cluster, a exception is occured:
> interface akka.event.LoggingFilter is not assignable from class akka.event.slf4j.Slf4jLoggingFilter,that job can operation sucessfully in idea, but when i package it to jar, the jar throw the exception,i do not know what is happened, pelaese fix it as quickly as possible,thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)