flink icon indicating copy to clipboard operation
flink copied to clipboard

Apache Flink

Results 905 flink issues
Sort by recently updated
recently updated
newest added

## What is the purpose of the change Simple typo fix in the docstring/javadoc.

community-reviewed

## What is the purpose of the change Currently, Flink Protobuf format does not discard unknown fields (and it does not even provide an option for that!). When the user...

community-reviewed

## What is the purpose of the change Implementing FLIP-505 for Flink History Server scalability improvements by decoupling local job archive caching with a remote store. ## Brief change log...

community-reviewed

release-1.19 backport of https://github.com/apache/flink/pull/26826

target:release-1.19

release-1.20 backport of https://github.com/apache/flink/pull/26826

target:release-1.20

## What is the purpose of the change This pull request updates the project documentation to provide clearer instructions for running end-to-end tests, including important prerequisites and recommendations for contributors....

community-reviewed

## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...

target:release-1.20

## What is the purpose of the change This PR migrates CheckpointedStreamingProgram from the deprecated legacy SourceFunction API to the modern FLIP-27 Source API. ## Brief change log - Removed...

community-reviewed

## What is the purpose of the change The newly introduced `MultiJoin` operator currently does not support right joins. Since all right joins are converted to left joins, we need...

community-reviewed

## What is the purpose of the change This pull request aligns Flink’s default for the YARN configuration option `yarn.application-attempt-failures-validity-interval` with YARN itself. The previous default (10 000 ms) caused...

community-reviewed