Skip to content

Conversation

@Santhosh0085
Copy link

Override Fysnc Calls for HDFS

reswqa and others added 30 commits June 24, 2024 16:11
…x parallelism in dynamic inference mode

This closes apache#24962.
…ile introduced by wrong operation

(cherry picked from commit a6b9881)
… filesystem connector related methods to protected"

This reverts commit e3cda01.

(cherry picked from commit e9eabb1)
…reaming and batch read

(cherry picked from commit fc6f288)
…resume materialized table

(cherry picked from commit 24040de)
…ent when RowFormat is PLAIN_TEXT

(cherry picked from commit 27287a1)
…en't updated after failover.

(cherry picked from commit 615d197)
ferenc-csaky and others added 26 commits June 16, 2025 16:35
…ith the case where the user value of the map state is null

# Conflicts:
#	flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/sync/AbstractForStSyncState.java
* chore: bump angular to v19

* chore: bump angular to v20
…thonEnvUtils logging (apache#26841)

Co-authored-by: Rahul Sud <rahul.sud@gmail.com>
(cherry picked from commit d95f056)

Co-authored-by: Gabor Somogyi <gabor_somogyi2@apple.com>
… exchange with channel state to avoid UnsupportedOperationException
…tRescaleWithMixedExchangesITCase.testRescaleFromUnalignedCheckpoint

When one task has multiple inputs, and the unaligned checkpoint will be disabled for all inputs once one input exchange does not support unaligned checkpoint. It caused no inflight buffers, but UnalignedCheckpointRescaleWithMixedExchangesITCase.testRescaleFromUnalignedCheckpoint always wait for checkpoint with inflight buffers.

Explicitly specifying rebalance can avoid the forward exchange.
…ing committables in batch mode (apache#27013)

In apache#26433, we removed the EOI marker in the form of Long.MAX_VALUE as the checkpoint id. Since
streaming pipelines can continue to checkpoint even after their respective operators have been shut
down, it is not safe to use a constant as this can lead to duplicate commits.

However, in batch pipelines we only have one commit on job shutdown. Using any checkpoint id should
suffice in this scenario. Any pending committables should be processed by the ComitterOperator when
the operator shuts down. No further checkpoints will take place.

There are various connectors which rely on this behavior. I don't see any drawbacks from keeping
this behavior for batch pipelines.
… objects.

* [FLINK-37747][runtime] Use old subtask count for restored committable objects

* trying to adapt test

* Attempt to backport SinkV2ITCase from FLINK-37747

* Add more test use cases for SinkV2ITCase

* Fix SinkV2ITCase test

* Setup TestSinkV2WithPostCommitTopology global committer

* Rename test SinkV2ITCase streaming source to be more specific

---------

Co-authored-by: Eric Nascimento <ericsn2021@gmail.com>
Co-authored-by: David Wang <dwang4@atlassian.com>
@flinkbot
Copy link
Collaborator

flinkbot commented Jan 23, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@rionmonster
Copy link
Contributor

@Santhosh0085

This looks like you may need to pull in the latest master branch into your local branch as there are lots of commits coming along for the ride.

Copy link
Contributor

@davidradl davidradl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no description for this change or Jira (the title should have the Jira number) . Due to the size of this change, the motivation and proposed solution should be discussed on the dev list first, then get agreement whether a Flip is required.

@github-actions github-actions bot added the community-reviewed PR has been reviewed by the community. label Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.