[
https://issues.apache.org/jira/browse/MESOS-5968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404487#comment-15404487
]
Neil Conway commented on MESOS-5968:
------------------------------------
One approach would be to fixup every place where task IDs are included in log
messages. A different approach would be to change {{ostream&
operator<<(ostream& stream, const TaskID& taskId)}} in {{type_utils.cpp}} and
{{v1/mesos.cpp}} to use single quotes.
> Ensure that task IDs are quoted consistently
> --------------------------------------------
>
> Key: MESOS-5968
> URL: https://issues.apache.org/jira/browse/MESOS-5968
> Project: Mesos
> Issue Type: Bug
> Components: general
> Reporter: Neil Conway
> Priority: Minor
> Labels: mesosphere, newbie
>
> Task IDs are framework-generated, which means they might contain whitespace.
> That means that when task IDs are included in log messages, they should be
> quoted. We sometimes use quotes when logging task IDs, but this is not done
> consistently right now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)