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

Ensure priority weight is capped at 32-bit integer to prevent roll-over #43611

Merged
merged 4 commits into from
Nov 14, 2024

Conversation

jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Nov 2, 2024

@jscheffl
Copy link
Contributor Author

jscheffl commented Nov 2, 2024

Besides some adjustments because of rework of classes in regards of TeskSDK I think this can also be back-ported to Ariflow 2.10 line to prevent errors in roll-over. Therefore tagging as 2.10.4 milestone... but backport would most likely a re-write of this PR.

@jscheffl jscheffl added this to the Airlfow 2.10.4 milestone Nov 2, 2024
@potiuk
Copy link
Member

potiuk commented Nov 12, 2024

should we have a newsfragment (just in case) just explaining what happened?

@jscheffl jscheffl added type:bug-fix Changelog: Bug Fixes area:core labels Nov 13, 2024
@jscheffl jscheffl force-pushed the bugfix/out-of-range-priority-weight branch from 1b229bf to 2e3bfd5 Compare November 14, 2024 21:01
@jscheffl jscheffl merged commit ab529d1 into apache:main Nov 14, 2024
81 checks passed
jscheffl added a commit to jscheffl/airflow that referenced this pull request Nov 14, 2024
…er (apache#43611)

* Ensure priority weight is capped at 32-bit integer to prevent roll-over

* Add newsfragment

* Move range check post type check

* Review feedback - consolidate to single implementation for now

(cherry picked from commit ab529d1)
jscheffl added a commit that referenced this pull request Nov 17, 2024
…er (#43611) (#44045)

* Ensure priority weight is capped at 32-bit integer to prevent roll-over

* Add newsfragment

* Move range check post type check

* Review feedback - consolidate to single implementation for now

(cherry picked from commit ab529d1)
@Lee-W Lee-W mentioned this pull request Nov 18, 2024
96 tasks
utkarsharma2 pushed a commit that referenced this pull request Dec 4, 2024
…er (#43611) (#44045)

* Ensure priority weight is capped at 32-bit integer to prevent roll-over

* Add newsfragment

* Move range check post type check

* Review feedback - consolidate to single implementation for now

(cherry picked from commit ab529d1)
utkarsharma2 pushed a commit that referenced this pull request Dec 9, 2024
…er (#43611) (#44045)

* Ensure priority weight is capped at 32-bit integer to prevent roll-over

* Add newsfragment

* Move range check post type check

* Review feedback - consolidate to single implementation for now

(cherry picked from commit ab529d1)
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.

5 participants