yuxiqian opened a new pull request, #4009:
URL: https://github.com/apache/flink-cdc/pull/4009

   This closes FLINK-37462.
   
   As reported previously, 
FlinkParallelizedPipelineITCase.testRegularTablesSourceInMultipleParallelism 
test case fails frequently on GitHub Actions, but could not be reliably 
reproduced locally (perhaps because GHA runners are much more powerful).
   
   By enabling verbose logging, the reason might be: we released responseFuture 
from SchemaOperator before clearing it from `pendingRequests` set. So if client 
proposes another request immediately after being responded, the request coming 
later might be removed accidentally.
   
   `SchemaOperator`'s logging sequence has been modified to indicate current 
stage of schema change requests.
   
   I've ran this test case repeatedly (17 times) in my forked repo 
(https://github.com/yuxiqian/flink-cdc/pull/121) to verify this change.


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