[BugFix] update starlet to v3.5.5, fix azure fs client cache issue - #73145
Merged
xiangguangyxg merged 1 commit intoMay 12, 2026
Conversation
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Starlet artifacts version used by the dev environment image in order to pick up Starlet v3.5.5 (which is stated to include a fix for Azure Data Lake Gen2 client caching / IMDS request amplification).
Changes:
- Bump
STARLET_ARTIFACTS_TAGfromv3.5.3tov3.5.5. - Update dev-env Dockerfile default
starlet_tagbuild arg tov3.5.5.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| thirdparty/starlet-artifacts-version.sh | Updates the canonical Starlet artifacts tag to v3.5.5. |
| docker/dockerfiles/dev-env/dev-env.Dockerfile | Aligns dev-env build argument default Starlet tag to v3.5.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
xiangguangyxg
approved these changes
May 12, 2026
Contributor
|
@mergify backport branch-3.5-cc |
Contributor
✅ Backports have been createdDetails
|
24 tasks
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.
Why I'm doing:
What I'm doing:
Update starlet to v3.5.5, fix the bug of azure datalake gen2 storage sdk client not cached correctly causes managed identity generated too many requests to IMDS.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: