flink
flink copied to clipboard
Apache Flink
## What is the purpose of the change [hotfix][runtime] Minor polish for the parameter naming of ExecutionGraphWithVertexParallelism#create. ## Brief change log [hotfix][runtime] Minor polish for the parameter naming of ExecutionGraphWithVertexParallelism#create....
[FLINK-38716][docs] Describe the impact of slot.request.max-interval on balanced tasks scheduling.
## What is the purpose of the change [FLINK-38716][docs] Describe the impact of slot.request.max-interval on balanced tasks scheduling. ## Brief change log [FLINK-38716][docs] Describe the impact of slot.request.max-interval on balanced...
## What is the purpose of the change This pull request adds a new documentation page that provides a practical guide for compiling multiple Flink releases on Windows, including older...
## What is the purpose of the change developers receive unhelpful error messages when parameters are null. ## Brief change log Replace checkNotNull(clusterRestEndpointAddress, clusterRestEndpointAddress) with checkNotNull(clusterRestEndpointAddress, "clusterRestEndpointAddress") to ensure the...
## What is the purpose of the change This PR resolves a race condition that leads to a `ConcurrentModificationException` when OpenTelemetry (OTel) metrics are collected simultaneously with updates to the...
## What is the purpose of the change Fix wrong metric about left cache request count in DeltaJoinCache. ## Brief change log - Fix wrong metric about left cache request...
According to the following description, the flag should be false, then make sense. ## What is the purpose of the change *(For example: This pull request makes task deployment go...
according to the following description and the flag should be false,then make sense. ## What is the purpose of the change *(For example: This pull request makes task deployment go...
## What is the purpose of the change *The pull request is to resolve the issue of task loss occurring before the RPC server starts when using org.apache.flink.runtime.rpc.RpcEndpoint.MainThreadExecutor#schedule.* ## Brief...
## What is the purpose of the change * Bumps the version of presto to reduce the vulnerabilities present in the previous version ## Brief change log - *Updated the...