[STRMHELP-230] Metric Collision#21060
Closed
sethsaperstein-lyft wants to merge 41 commits into
Closed
Conversation
…dev-requirenment.txt
…conversion in TupleTypeInfo
Add `python_requires` to Flink setup.cfg
Translate version to be compatible with Java build
Copy Hive JAR into apache-flink-libraries build
update zk version to 3.5.6
Read/write JAR to lib directory
Use libpath in JAR
unlink the symlink
Revert unlinking before symlink
Stop explicitly calling out JAR
This reverts commit 365ffa8.
Revert "update zk version to 3.5.6"
[RTOP-645] [backport] Job and Execution status metrics
…sm is higher than partitions in KafkaSource Before this commit the enumerator signalled the leftover source readers without a partition to finish. This caused that checkpointing was not possible anymore because it is only supported if all tasks are running or FLIP-147 is enabled. This closes apache#17330
[STRMHELP-206] [FLINK-24347] [backport]
apache flink libraries version
* add getter for global watermark manager * DRY * DRY test * additional logging and feature flag * fix log * metric for isIdle * change noOp to updateLocalWatermark * remove unused import
* bump zk version * update to 3.5.10 * Commit for release 1.13-lyft202209211663788204 * try to make proper zk version available * Revert "Commit for release 1.13-lyft202209211663788204" This reverts commit c0fc93f. * Commit for release 1.13-lyft202209211663790698 * Revert "Commit for release 1.13-lyft202209211663790698" This reverts commit 086ef31. * change to flink 3.5.6
Unpin `cloudpickle` in Lyft 1.13 Release
This file contains hidden or 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
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.
overview
Define gauge metric once during KinesisDataFetcher init to avoid reinstantiating and thus causing naming collision
What is the purpose of the change
(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)
Brief change log
(for example:)
Verifying this change
Please make sure both new and modified tests in this PR follows the conventions defined in our code quality guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes / no)Documentation