[hotfix][docs] Fix typo in Working with State V2 - Execution Order#28067
Open
OlivierHermans wants to merge 82 commits intoapache:masterfrom
Open
[hotfix][docs] Fix typo in Working with State V2 - Execution Order#28067OlivierHermans wants to merge 82 commits intoapache:masterfrom
OlivierHermans wants to merge 82 commits intoapache:masterfrom
Conversation
…tion logic in DefaultScheduler (apache#27234) - Introduce ResourceRequestPreMappings to compute the resource matching relationships when allocating all slots in bulk for balanced scheduling of streaming jobs in the default scheduler. - Introduce the test cases for ResourceRequestPreMappings. - Adapt the calculation logic of the TasksBalancedRequestSlotMatchingStrategy for bulk slot allocation using ResourceRequestPreMappings, in order to prevent job scheduling timeouts caused by untimely updates to the relationships between all requests and resources in load-balancing scenarios - Introduce TasksBalancedRequestSlotMatchingStrategyTest for enhancing the TasksBalancedRequestSlotMatchingStrategy testing. (cherry picked from commit b6f0eb6)
…heduling. (apache#27241) (cherry picked from commit 7de3392)
…ZED TABLE` to doc
…inference in limited validator scope
…t count in DeltaJoinCache (apache#27253)
Co-authored-by: raoraoxiong <xiongraorao@gmail.com> Co-authored-by: Yun Tang <myasuka@live.com> This closes apache#27186
…onFunction & AsyncFunction work when taking the recursive field of composite type as input This closes apache#27259.
--------- Co-authored-by: Dian Fu <dianfu@apache.org>
… physical rules Co-authored-by: Stepan Stepanishchev <116617250+SteveStevenpoor@users.noreply.github.com>
… invoked under `SELECT` fails with `StackOverflow`
The "stable version" link in the warning banner for unreleased/out-of-date docs now redirects to the equivalent page in the stable docs instead of always redirecting to the homepage.
All documentation pages now include a canonical link tag pointing to the stable version (flink-docs-stable). This prevents search engines from indexing duplicate content across master, release, and stable versions, consolidating SEO value on the stable docs where users should land.
(cherry picked from commit 5da177d)
…countering a 404 (cherry picked from commit 1047406)
Co-authored-by: Vishal <69051998+dataengineervishal@users.noreply.github.com>
…SON_OBJECT/ARRAY/STRING Co-authored-by: Timo Walther <twalthr@apache.org>
If a split emits watermarks far into the future and then goes idle, alignment check will incorrectly mark it paused. As max allowed watermark advances, Source operator will transition the split back to active state, (while its still idle) This change aims to fix the issue by deferring the alignment check for idle splits until they break out of idleness.
Split transitions directly from paused to idle and from idle to pause don't make any sense, improving the logs to allow further analysis. It is a convention for flink metrics system to not fail the job though.
…ent check Allow manual update of the timers for test purposes
…ericRowData to BinaryRowData Co-authored-by: Dmitriy Linevich <48554952+ldadima@users.noreply.github.com>
…racters --------- Co-authored-by: Au-Miner <75485809+Au-Miner@users.noreply.github.com> Co-authored-by: Timo Walther <twalthr@apache.org>
(cherry picked from commit f005e5c)
spuru9
suggested changes
Apr 29, 2026
Contributor
spuru9
left a comment
There was a problem hiding this comment.
Can you check the fix at chinese equivalent as well https://github.com/apache/flink/blob/master/docs/content.zh/docs/dev/datastream/fault-tolerance/state_v2.md
Contributor
|
@OlivierHermans #28064 appears to be also a similar change in the same file. Can you merge the 2. |
Author
|
@spuru9 requested changes implemented |
Contributor
Thanks. Can you update the PR description as per the guidelines. Also why are we making this change against release-2.2 and not master? That would be a better place to have this change. |
Contributor
|
You would probably have to cherry-pick you changes and push to this branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.