fsk119 edited a comment on pull request #15563:
URL: https://github.com/apache/flink/pull/15563#issuecomment-818371872


   To reproduce this bug, I think we can add these codes in the 
`CollectResultBase` constructor
   
   ```
          try {
               Thread.sleep(1000);
           } catch (InterruptedException ex) {
               // ignore
           }
   ```
   
   and run the failed test 
`LocalExecutorITCase#testBatchQueryExecutionMultipleTimes`.
   
   The added code is used to dealy the init of the resources.
   
   We can get the same exception stack reported in the issue.
   
   


-- 
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.

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


Reply via email to