x/tools/gopls: lots of "work queue is full" messages on gopls stderr #35870
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Note that
github.com/myitcvforks/tools v0.0.0-20191119111301-0222b4b716c6
andgithub.com/myitcvforks/tools/gopls v0.0.0-20191119111301-0222b4b716c6
correspond to thex/tools
95cb2a1 with 80313e1 cherry picked on top. Reason being, we can't move beyond 95cb2a1 because otherwise we start tripping over the mistmatched versions problem described in #35114Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Tried to open a standard library file in Vim using
govim
(against commit 22688f7 to be precise):What did you expect to see?
Normal
govim
,gopls
and Vim startup.What did you see instead?
Lots of messages on
gopls
stderr:Note that these messages are not logged to the
gopls
log file; it's only that we capture stderr ingovim
that we see them.Also potentially of note:
go/packages.Load
that are logged fromgopls -> govim
work queue is full
message logged togopls
stderrSeparately, do we need all of these log messages to be sent to the client?
govim
log: govim.loggopls
log: gopls.logcc @stamblerre @matloob
The text was updated successfully, but these errors were encountered: