-
Notifications
You must be signed in to change notification settings - Fork 188
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
also grab containerId when grabbing directory #1344
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a bunch of log lines that just reference fetching the task directory -- could you update those too?
@@ -27,17 +27,17 @@ | |||
import io.dropwizard.lifecycle.Managed; | |||
|
|||
@Singleton | |||
public class SingularityLogSupport implements Managed { | |||
public class SingularityMesosInfoSupport implements Managed { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this class name seems a little vague -- perhaps SingularityMesosExecutorInfoSupport
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 renamed
@tpetr updated the remaining logging statements |
Extremely exciting. |
We currently already do a call to fetch the directory after a task starts, then save that on the
SingularityTaskHistory
object returned by the api. This extends that a bit to also grab the container id from the executor info (previously only visible by picking apart chunks of the directory name)./fixes #1204
/cc @pennello