Skip to content

Conversation

@reswqa
Copy link
Member

@reswqa reswqa commented Jan 18, 2023

What is the purpose of the change

Fix flaky test SortMergeResultPartitionTest#testRelease

Brief change log

  • Fix flaky test SortMergeResultPartitionTest.testRelease.

Verifying this change

This change is a fix for flaky test.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no

…elease.

If view has read all buffers before result partition release, it will not release itself directly. This may cause the test to timeout under race condition.
@flinkbot
Copy link
Collaborator

flinkbot commented Jan 18, 2023

CI report:

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

@wsry
Copy link
Contributor

wsry commented Jan 19, 2023

@reswqa Thanks for the fix. LGTM. Failure unrelated, Merging.

@wsry wsry merged commit 0b8a83c into apache:master Jan 19, 2023
chucheng92 pushed a commit to chucheng92/flink that referenced this pull request Feb 3, 2023
…elease

If view has read all buffers before result partition release, it will not release itself directly. This may cause the test to timeout under race condition.

This closes apache#21707.
akkinenivijay pushed a commit to krisnaru/flink that referenced this pull request Feb 11, 2023
…elease

If view has read all buffers before result partition release, it will not release itself directly. This may cause the test to timeout under race condition.

This closes apache#21707.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants