fsk119 commented on PR #21700:
URL: https://github.com/apache/flink/pull/21700#issuecomment-1385267652

   Sorry for introducing unstable test. I think the main root cause is because 
of the [FLINK-29950](https://issues.apache.org/jira/browse/FLINK-29950). Before 
[FLINK-29950](https://issues.apache.org/jira/browse/FLINK-29950), we always use 
a DUMMY_RESULT_STORE for the non-query results. With the DUMMY_RESULT_STORE, 
the ResultFetcher will actively put all data into the current buffer. But in 
the [FLINK-29950](https://issues.apache.org/jira/browse/FLINK-29950), we uses a 
non-dummy result store that will start a thread periodically to fetch results. 
In this case, the rest client may get an empty results.  
   
   So I think we should keep the origin behaviour to use the dummy result 
store. WDYT [Paul 
Lin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=Paul+Lin)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to