EMsnap opened a new issue, #10297: URL: https://github.com/apache/inlong/issues/10297
### What happened The audit operator cannot be serialized Right now the audit operator is initialized on ScanTableSource.getScanRuntimeProvider which is run on flink client. which means all objects in DAG should be serialized. <img width="1880" alt="image" src="https://github.com/apache/inlong/assets/26538404/f826bf5c-8b2c-42d4-bb3c-b500aa67e4f8"> So the job cannot be submitted,the error log as follows:  ### What you expected to happen job can submit to flink cluster ### How to reproduce submit flink mysql source to flink cluster ### Environment flink 1.15 ### InLong version master ### InLong Component InLong Sort ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
