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
While debugging #23668 for Windows, I ran into some weird UX when the executor process crashes. The Task Event we write is an error that bubbles up from the go-plugin connection to the executor.
Recent Events:
Time Type Description
2024-10-14T18:41:59Z Restarting Task restarting in 15.884342135s
2024-10-14T18:41:59Z Terminated Exit Code: 0, Exit Message: "executor: error waiting on process: rpc error: code = Unavailable desc = error reading from server: read tcp 127.0.0.1:50900->127.0.0.1:14000: wsarecv: An existing connection was forcibly closed by the remote host."
2024-10-14T18:33:59Z Started Task started by client
2024-10-14T18:33:59Z Task Setup Building Task Directory
Although we should include the detailed error message because it's helpful to us as Nomad developers, it would be nice if we could make the "executor: error waiting on process" explain what just happened.
The text was updated successfully, but these errors were encountered:
While debugging #23668 for Windows, I ran into some weird UX when the executor process crashes. The Task Event we write is an error that bubbles up from the go-plugin connection to the executor.
On Linux the error message is similar:
There are two problems here:
The text was updated successfully, but these errors were encountered: