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
We are no longer able to access its log. This makes debugging very difficult.
> ./openvdc log i-0000000005
FATA[0000] Error streaming log error="rpc error: code = 2 desc = cl.GetLog: application could not be found"
Cause
When an instance reaches FAILED state its mesos job is cleared. Mesos's log API no longer allows us to access it.
Solution
If there is no way to use the log API, rewrite the openvdc log <instance-id> command to be able to fetch the mesos logs directly from the executor machines.
The text was updated successfully, but these errors were encountered:
Problem
When we have an instance with state
FAILED
.We are no longer able to access its log. This makes debugging very difficult.
Cause
When an instance reaches
FAILED
state its mesos job is cleared. Mesos's log API no longer allows us to access it.Solution
If there is no way to use the log API, rewrite the
openvdc log <instance-id>
command to be able to fetch the mesos logs directly from the executor machines.The text was updated successfully, but these errors were encountered: