Skip to content

Conversation

@SongChujun
Copy link
Member

@SongChujun SongChujun commented Sep 8, 2025

Description

Keeping the shared variable here to have protected access makes it possible that its values get mutated outside of this class without proper synchronization

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Sep 8, 2025
@SongChujun SongChujun marked this pull request as ready for review September 8, 2025 23:06
@SongChujun SongChujun requested a review from martint September 8, 2025 23:06
@SongChujun SongChujun changed the title Change the type of shared variables in TimeSharingTaskHandle from protected to private. Change the visibility of shared variables in TimeSharingTaskHandle from protected to private Sep 8, 2025
@ebyhr
Copy link
Member

ebyhr commented Sep 8, 2025

Could you shorten the commit title? https://trino.io/development/process#pull-request-and-commit-guidelines-

Limit the subject line to 50 characters.

@SongChujun SongChujun force-pushed the time_sharing_task_handle_sync_fix branch from a2bc4dc to 1a8222b Compare September 9, 2025 00:52
@ebyhr ebyhr merged commit f5e5b28 into trinodb:master Sep 9, 2025
184 of 188 checks passed
@github-actions github-actions bot added this to the 477 milestone Sep 9, 2025
@SongChujun SongChujun deleted the time_sharing_task_handle_sync_fix branch September 9, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants