You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2018/03/15 13:20:00 UTC

[jira] [Comment Edited] (FLINK-8855) SQL client result serving gets stuck in result-mode=table

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

Fabian Hueske edited comment on FLINK-8855 at 3/15/18 1:19 PM:
---------------------------------------------------------------

I ran a simple {{SELECT a, COUNT(* ) FROM x GROUP BY a}} on a Table backed by a Kafka topic (filled with ~3GB) in {{result-mode=table}}. 
After sometime, the query result wasn't updated anymore.

I didn't look deeper into this.


was (Author: fhueske):
I ran a simple {{SELECT a, COUNT(*) FROM x GROUP BY a}} on a Table backed by a Kafka topic (filled with ~3GB) in {{result-mode=table}}. 
After sometime, the query result wasn't updated anymore.

I didn't look deeper into this.

> SQL client result serving gets stuck in result-mode=table
> ---------------------------------------------------------
>
>                 Key: FLINK-8855
>                 URL: https://issues.apache.org/jira/browse/FLINK-8855
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>    Affects Versions: 1.5.0
>            Reporter: Fabian Hueske
>            Priority: Major
>             Fix For: 1.5.0
>
>
> The result serving of a query in {{result-mode=table}} get stuck after some time when serving an updating result.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)