Skip to content

Conversation

@chirino
Copy link
Collaborator

@chirino chirino commented Nov 17, 2025

AccessDeniedExceptions seems to happen during concurrent access on windows on the write path. Implemented a graceful retry logic to deal with race.

AccessDeniedExceptions seems to happen during concurrent access on windows on
the write path.  Implemented a graceful retry logic to deal with race.

Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
@andreaTP
Copy link
Collaborator

Thanks for attempting the fix!
The CI failure seems compelling:
https://github.com/dylibso/chicory/actions/runs/19440736268/job/55623141549?pr=1110#step:6:5138

also, we should not insert timed retries at this lower level, it's surprising behavior and likely to fail anyway eventually.
If this is a "systemic" failure(e.g. an OpenJDK bug or similar) we cannot control we can retry the single test or disable it on specific(old and scarcely supported like win 11) platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants