-
Notifications
You must be signed in to change notification settings - Fork 120
[Tech Debt] Update flink version after 1.20.5 & 2.1.3 release. #692
Copy link
Copy link
Open
Labels
fixVersion/0.3.0The feature or bug should be implemented/fixed in the 0.3.0 version.The feature or bug should be implemented/fixed in the 0.3.0 version.priority/majorDefault priority of the PR or issue.Default priority of the PR or issue.tech debt[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.
Metadata
Metadata
Assignees
Labels
fixVersion/0.3.0The feature or bug should be implemented/fixed in the 0.3.0 version.The feature or bug should be implemented/fixed in the 0.3.0 version.priority/majorDefault priority of the PR or issue.Default priority of the PR or issue.tech debt[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search before asking
Description
In flink-agents, cross-language interaction between Python and Java relies on the pemja framework. Before pemja 0.5.7, errors or JVM crashes could occur when flink-agents performed cross-language interaction from an asynchronous thread. This issue was fixed in pemja 0.5.7: alibaba/pemja#95.
Since flink-agents depends on pemja transitively through PyFlink, adopting pemja 0.5.7 in flink-agents requires the following steps:
Status:
The remaining tasks are:
Are you willing to submit a PR?