forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.17 lyft #76
Open
nji302
wants to merge
10,000
commits into
master
Choose a base branch
from
release-1.17-lyft
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…able.exec.local-hash-agg.adaptive.sampling-threshold' This closes apache#21900 (cherry picked from commit 55b927b)
…rts custom errors check. This closes apache#22029.
… duplicate operators introduced by chaining optimization This closes apache#22053.
…aml is lost during creating ParquetReader (apache#22056)
…TaskManager crashes This closes apache#22065.
… JobManager be allocated. (cherry picked from commit 1993ad0)
This closes apache#22024 (cherry picked from commit b4d43b4)
…ing task by force
…though the classloader has been closed This closes apache#22072 Co-authored-by: Matthias Pohl <[email protected]>
…gg-function.enabled' This closes apache#21789 (cherry picked from commit afdc079)
…alue when the argument type is string This closes apache#22031 (cherry picked from commit 263555c)
…native-agg-function.enabled option can't turned on per job when using it via SqlClient This closes apache#22031 (cherry picked from commit 62a3b99)
- Only obtain execution exception if the job is in globally terminal state - [hotfix] Unsubscribe finished TestEventSources from test commands. Otherwise, any command with SINGLE_SUBTASK scope might be dispatched to a finished source. This will result in TestJobExecutor.waitForFailover timing out while waiting for the command to be executed and ACKed. - [hotfix] Mark TestEventSource.scheduledCommands volatile - [hotfix] Make sure to process all commands in TestEventSource
…ng Java 11 This closes apache#22092.
…ger constructor and mark it as deprecated This closes apache#22094.
…sk manager in FineGrainedSlotManagerTest. We use TaskManagerTracker.addPendingTaskManager to allocate task manager in FineGrainedSlotManagerTest. This make the resource requirements different between FineGrainedSlotManager and TaskManagerTracker. And the FineGrainedSlotManager may trigger resource recycling after the requirementCheckDelay. So we use processResourceRequirements to allocate task manager. And set the requirementCheckDelay to 0 to stabilize this test. (cherry picked from commit bec6a45)
… not sorted This closes apache#22107.
…ns in column list of a partial-insert statement This closes apache#22109
…leUp timing out. We're starting TMs with two slots, and in case both slots don't arrive simultaneously, we might have an additional restart of the job. Unfortunately calling OnceBlockingNoOpInvokable#cancel would effectively unblock all future #invoke calls by setting the running flag to true. We address the issue by tracking this flag for each execution attempt separately.
… causes issues with Hugo version 0.111.0 and higher. This closes apache#22113 (cherry picked from commit 3ea83ba)
…eadSchedulerTest#testRequestTimeoutIsRefreshedAndSuccess. (cherry picked from commit a306831)
(cherry picked from commit faf663a)
This reverts commit b6a8953.
This reverts commit f59f27d.
This reverts commit d7c2db2.
This reverts commit c85cbb3.
This reverts commit e089dee.
This reverts commit b3d59e2.
This reverts commit c16fd00.
This reverts commit 5d67e47.
…iever" This reverts commit a8ec599.
…gramRetriever"" This reverts commit ccf0455.
This reverts commit a42c5c5.
… Python process startup failed This closes apache#23789.
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.
Flink within Lyft doesn't actually use the
master
branch, and future changes for Flink 1.17 can be made directly on therelease-1.17-lyft
branch. Mainly creating this PR so the team sees the Flink 1.17 changes and has visibility.