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

Invalidate all files in the graph when file watching receives a rescan event. #11734

Merged
merged 1 commit into from Mar 19, 2021

Conversation

stuhood
Copy link
Sponsor Member

@stuhood stuhood commented Mar 18, 2021

Problem

When inotify kernel buffers overflow, the notify crate will send a Rescan flagged Event which is intended to be a signal to purge in memory state. Pants currently does not react to that flag.

Solution

Invalidate all files in the graph when we receive a Rescan flagged event.

[ci skip-build-wheels]

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@hrfuller hrfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stuhood stuhood merged commit 9deb9ef into pantsbuild:master Mar 19, 2021
@stuhood stuhood deleted the stuhood/rescan-on-overflow branch March 19, 2021 00:13
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.

None yet

4 participants