It's TableA union all TableB union all TableC.The data volume of the three 
tables is not large. They are all about hundreds. I used the hive connector to 
read the three tables. The sqlmode is default.When it's running and report a 
error:Failed to fetch next result.Then I suspected that it was a memory 
problem, so I set the related memory to a large size,But it doesn't work.Thanks





------------------ ???????? ------------------
??????:                                                                         
                                               "dev"                            
                                                        <j...@apache.org&gt;;
????????:&nbsp;2022??11??4??(??????) ????12:33
??????:&nbsp;"issues"<iss...@flink.apache.org&gt;;

????:&nbsp;[jira] [Commented] (FLINK-29877) Failed to fetch next result




&nbsp; &nbsp; [ 
https://issues.apache.org/jira/browse/FLINK-29877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=17628667#comment-17628667
 ] 

luoyuxia commented on FLINK-29877:
----------------------------------

I'm not clear about your problem. Could you please expain a little bit more?

What's you sql/code and exception stacktrace?

&gt; Failed to fetch next result
&gt; ---------------------------
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp; Key: FLINK-29877
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp; URL: https://issues.apache.org/jira/browse/FLINK-29877
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; 
Project: Flink
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Issue Type: Bug
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Components: Table SQL / 
Runtime
&gt;&nbsp; &nbsp; Affects Versions: 1.14.5
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Environment: &nbsp;
&gt; &nbsp;
&gt; &nbsp;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Reporter: 
penney 
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Priority: 
Blocker
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Attachments: 
image-2022-11-04-11-05-18-627.png, image-2022-11-04-11-13-48-282.png, 
image-2022-11-04-11-33-48-535.png, image-2022-11-04-11-34-11-994.png
&gt;
&gt;
&gt; runTimeConfiguration.set(TaskManagerOptions.TASK_HEAP_MEMORY, 
MemorySize.ofMebiBytes(4096));
&gt; runTimeConfiguration.set(TaskManagerOptions.MANAGED_MEMORY_SIZE, 
MemorySize.ofMebiBytes(512));
&gt; &nbsp;
&gt; I have set memory size,it still can't work.it is a simple union all.I 
can't understand why not work.please help me.Thanks 
!image-2022-11-04-11-13-48-282.png!



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

Reply via email to