You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
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
The text was updated successfully, but these errors were encountered: