You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/28 14:40:34 UTC

[jira] [Commented] (FLINK-1181) CLI actions list -r/-s don't work

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

ASF GitHub Bot commented on FLINK-1181:
---------------------------------------

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/incubator-flink/pull/167

    Fixes for [FLINK-1181] and [FLINK-1182]

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/167.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #167
    
----
commit 05d821e43aa74730a8de9f9e384aa8d6f49cb3eb
Author: Stephan Ewen <se...@apache.org>
Date:   2014-10-27T23:59:53Z

    [FLINK-1182] Improve error messages for POJO type mismatches

commit 1db0a987c6becca16a5035342d81017cea09bd3b
Author: Stephan Ewen <se...@apache.org>
Date:   2014-10-28T00:47:08Z

    [FLINK-1181] Fix IOReadableWritable checks in RPC service

----


> CLI actions list -r/-s don't work
> ---------------------------------
>
>                 Key: FLINK-1181
>                 URL: https://issues.apache.org/jira/browse/FLINK-1181
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Vasia Kalavri
>            Priority: Minor
>
> The actions {{list -r}} and {{list -s}} of the CLI Frontend hang. 
> The following exception is found in the JobManager's logs:
> ERROR org.apache.flink.runtime.ipc.Server
> java.io.IOException: java.io.IOException: The return type of method getRecentJobs is not a primitive type (or boxed primitive) and not of type IOReadableWriteable
>         at org.apache.flink.runtime.ipc.RPC$Server.call(RPC.java:428)
>         at org.apache.flink.runtime.ipc.Server$Handler.run(Server.java:947)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)