Skip to content
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

Trigger nightly tests for FLINK-7289 #2

Closed
wants to merge 746 commits into from

Conversation

Myasuka
Copy link
Contributor

@Myasuka Myasuka commented Nov 18, 2019

Bump FRocksDB version to io.github.myasuka frocksdbjni 5.17.2-artisans-3.0
This includes dataArtisans/frocksdb#5 and dataArtisans/frocksdb#4

tillrohrmann and others added 30 commits November 7, 2019 23:33
Add config option to enable to evenly spread out slots across all available
TaskExecutors.
…e slots

When listing available slots stored in the SlotPool and the SlotSharingManager, the system
will now also calculate the utilization of the owning TaskExecutor wrt the job.
The EvenlySpreadOutLocationPreferenceSlotSelectionStrategy is a special implementation of
the LocationPreferenceSlotSelectionStrategy which tries to evenly spread out the workload
across all TaskExecutors by choosing the slot with the least utilization if there is a tie
wrt the locality.
…ENLY_SPREAD_OUT_SLOTS_STRATEGY

If ClusterOptions#EVENLY_SPREAD_OUT_SLOTS_STRATEGY is enabled, then Flink will use the evenly spread
out location preference strategy to spread out the workload as much as possible.

This closes #9928.
…r stop the coordinator

Currently, we just check whether coordinator has been stopped in eager pre-check, if the coordinator stopped after eager pre-check
has been done, we'll trigger a new checkpoint even if the coordinator has been stopped.

In this commit we'll prevent triggering new checkpoint in such case.

[hotfix] extract common logic for checkpoint trigger check

[hotfix] Get rid of Mockito in test

This closes #10111.
… get the catalog from catalog name

This closes #10039
…fully/partially qualified names in blink

This closes #10039
…name and use un-escaped identifier as toString

The display name of functions shouldn't be normalized and escaped, otherwise, a lot of planner tests will fail.
However, FunctionIdentifier enforce to normalize names when construction. This makes it impossible
to get the original name. The normalization can happen out of FunctionIdentifier.
…orTable

This also changes the parameter of FunctionLookup#lookupFunction
from FunctionIdentifier UnresolvedIdentifier. The qualifying happens
in FunctionCatalog which holds CatalogManager.
…qlexec package to operations package

SqlToOperationConverter is in org.apache.flink.table.planner.operations package.
flinkbot pushed a commit that referenced this pull request Nov 22, 2021
flinkbot pushed a commit that referenced this pull request Jan 21, 2022
flinkbot pushed a commit that referenced this pull request Jan 21, 2022
…dirty JobResults

We don't want to retrigger jobs that finished already based on the JobResultStore.
flinkbot pushed a commit that referenced this pull request Jan 21, 2022
flinkbot pushed a commit that referenced this pull request Jan 21, 2022
…dirty JobResults

We don't want to retrigger jobs that finished already based on the JobResultStore.
flinkbot pushed a commit that referenced this pull request Jan 22, 2022
…erProcess

This change covers now all cases for recovery.
flinkbot pushed a commit that referenced this pull request Jan 23, 2022
flinkbot pushed a commit that referenced this pull request Feb 3, 2022
…o be used by both the local and global cleanup
flinkbot pushed a commit that referenced this pull request Feb 3, 2022
flinkbot pushed a commit that referenced this pull request Feb 3, 2022
flinkbot pushed a commit that referenced this pull request Feb 3, 2022
flinkbot pushed a commit that referenced this pull request Feb 3, 2022
flinkbot pushed a commit that referenced this pull request Mar 13, 2022
flinkbot pushed a commit that referenced this pull request Oct 18, 2022
[FLINK-29644] Added Flink Kubernetes operator documentation links
flinkbot pushed a commit that referenced this pull request Mar 30, 2023
flinkbot pushed a commit that referenced this pull request May 2, 2023
flinkbot pushed a commit that referenced this pull request Sep 6, 2023
flinkbot pushed a commit that referenced this pull request Nov 2, 2023
flinkbot pushed a commit that referenced this pull request Jan 31, 2024
check db key overlap before ingest and only ingest with NO_KEY_OVERLA…
flinkbot pushed a commit that referenced this pull request Mar 12, 2024
flinkbot pushed a commit that referenced this pull request Apr 2, 2024
flinkbot pushed a commit that referenced this pull request Apr 2, 2024
[FLINK-34440] Add support for debezium protobuf 

Co-authored-by: Anupam Aggarwal <anupam.aggarwal@gmail.com>
Co-authored-by: dawid <dawid.wysakowicz@gmail.com>
flinkbot pushed a commit that referenced this pull request Aug 6, 2024
* Adds Compiled Plan annotations to BatchExecSort and BatchExecExchange.
* Tests the new annotations with the existing SortTestPrograms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.