Skip to content

[pull] master from apache:master - #1419

Merged
pull[bot] merged 2 commits into
section9-lab:masterfrom
apache:master
Sep 10, 2026
Merged

[pull] master from apache:master#1419
pull[bot] merged 2 commits into
section9-lab:masterfrom
apache:master

Conversation

@pull

@pull pull Bot commented Sep 10, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

nicusX and others added 2 commits September 10, 2026 17:36
* [FLINK-40282][docs] Expand and correct the concepts Glossary

* [FLINK-40282][docs] Expand and correct Glossary: Addressed PR comments

* [FLINK-40282][docs] Removed incorrect sentences identified by Claude. Fixed stale inbound link from Flink Architecture page.

* [FLINK-40282][docs] Addressing PR comments: 1) added definition of Key Group; 2) Reworded and expanded the statement about Transformations mapping to Operators. Also added newlines to break accidentally long lines (to keep consistency across the doc)

* [FLINK-40383][docs] Clarified maxParallelism

* [FLINK-40383][docs] Addressed comments. Added links to Flink Architecture. Fixed minor typos

* [FLINK-40383][docs] Add link to Region Failover Strategy

* [FLINK-40383][docs] Addressed PR comments
…y abort between fetch and drain

Spill files produced by readInputData were only deleted once drain() ran, so any
abort between fetch and drain leaked them until TaskManager shutdown.

- readInputData deletes the handler's spill directory if it fails before handing the
  state off. This does not depend on the produced FetchedChannelState having been
  built, since stateHandler.close() itself may be what failed.
- fetchChannelState registers the fetched state with the task's resourceCloser, so
  cleanUp() deletes the spill files whenever recovery aborts afterwards (drainer
  never built, mailbox mail rejected or dropped, drain() never scheduled). close()
  is idempotent, so a completed drain makes this a no-op; a fetch that finishes
  after cleanUp() is closed by the registry on the spot.
@pull pull Bot locked and limited conversation to collaborators Sep 10, 2026
@pull pull Bot added the ⤵️ pull label Sep 10, 2026
@pull
pull Bot merged commit dd33da5 into section9-lab:master Sep 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants