New issue
Advanced search Search tips

Issue 912317 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

logdog setup gets duplicate paths for retried tasks

Project Member Reported by pprabhu@chromium.org, Dec 5

Issue description

Swarming has the concept of "retry"ing tasks. Retried skylab tasks fail because logdog setup ends up creating the exact same logdog streams.
eg: https://chromium-swarm-dev.appspot.com/task?id=41990217314cd210&refresh=10
 
Cc: mar...@chromium.org
Status: Available (was: Untriaged)
How does this work for other users?

Specifically, log_location is a tag set on the task and retrying a task doesn't change the tag I think?

Even so, tasks should not look up their tags as arguments, but instead have them passed in by explicit flags, and retrying a task cannot (?) rewrite the log location flag argument.
You shouldn't retry a recipe run for now because logdog is currently considered a side effect and the log destination is not updated. Use 'led' instead.

Sign in to add a comment