Luke Chen
Luke Chen
## What is the purpose of the change Fix documentation error. 1. We required Maven version 3.8.6. 2. `DataStream operators` in [First step](https://nightlies.apache.org/flink/flink-docs-master/docs/try-flink/local_installation/) page is linking to an empty page....
## What is the purpose of the change JIRA: [FLINK-33503](https://issues.apache.org/jira/browse/FLINK-33503) [FLINK-33503](https://issues.apache.org/jira/browse/FLINK-33503) enabled us to add checksum checks for the Maven wrapper binaries along the update from 3.1.0 to 3.2.0. But...
## What is the purpose of the change Flink UI always shows float metric value as int/long. For example, `outPoolUsage`/`inPoolUsage` are always 0 or 1 at UI. That's not helpful...
## What is the purpose of the change In "try flink" page, there is a [fraud detection with the dataStream API](https://nightlies.apache.org/flink/flink-docs-master/docs/try-flink/datastream/#breaking-down-the-code) example to demo how to build a stateful streaming...
# What is currently missing? In current release, we released 4 artifacts: core, s3, gcs, azure. But there is another implementation: [filesystem](https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/tree/main/storage/filesystem). It's useful for when: 1. Users want to...
# What happened? When fetching data from AWS S3, I saw many error messages with interrupt exception. Although the data is fetched successfully and data is correct, I think we...
### Type of change _Select the type of your PR_ - Bugfix ### Description In RHEL 9, there is a [new policy forced](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.2_release_notes/new-features#new-features-security) in FIPS mode: `The Extended Master Secret...
## What is the purpose of the change Saw this flaky `testAsyncCancellation` test failed with ``` org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapperTest.testAsyncCancellation -- Time elapsed: 0.121 s