Skip to content

syscall: various gopls tests hang in filesystem operations on illumos #59950

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

Closed
findleyr opened this issue May 3, 2023 · 3 comments
Closed
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge

Comments

@findleyr
Copy link
Member

findleyr commented May 3, 2023

I've noticed that now that gopls makes heavy use of the filesystem, various gopls tests have started flaking due to hanging in the Lstat syscall on illumos.

For example:
#57373 (comment)

Creating this issue to aggregate these failures.

CC @golang/illumos @adonovan @bcmills

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label May 3, 2023
@findleyr findleyr changed the title syscall: various gopls tests hang in Lstat on illumos syscall: various gopls tests hang in filesystem operations on illumos May 3, 2023
@bcmills
Copy link
Contributor

bcmills commented May 3, 2023

@findleyr
Copy link
Member Author

findleyr commented May 3, 2023

As @bcmills points out, the Lstat goroutine may be a red herring: that is just the filecache.GC. Rather, it looks like the failures are due slowness / hanging in various filesystem operations. Bryan suggests filesystem contention.

@findleyr
Copy link
Member Author

findleyr commented May 3, 2023

Thanks, I'll close as a dupe of #59379.

@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2023
@golang golang locked and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants