Roman
Roman
``` Because different changelog implementations might have different options, the configuration is passed as a (serialized) string map. To extract the relevant KV-pairs (and not pass the whole configuration), Changelog...
## What is the purpose of the change Fix swapped log messages on checkpoint subsumption. ## Verifying this change This change is a trivial rework without any test coverage. ##...
## What is the purpose of the change Add Flink JobID to logging MDC to make analysing the logs easier. ## Verifying this change - added `JobIdLoggingMainThreadExecutor` - tested manually...
## What is the purpose of the change FLINK-21450 / #21981 made Adaptive Scheduler aware of Local State. This PR improves on that by estimating state size (instead of number...
## What is the purpose of the change ``` Limit Global Aggregation buffers In case of large windows and/or lagging watermarks, RecordsWindowBuffer processes buffered records and flushes the state during...
## 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...