[
https://issues.apache.org/jira/browse/HDFS-8762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627659#comment-14627659
]
Walter Su commented on HDFS-8762:
---------------------------------
Thanks [~libo-intel] for reporting this. I just think 001 patch is not a good
idea. Please take a look at StripedDataStreamer#toString(). We only need to
change
{code}
LOG.level(message);
{code}
to
{code}
LOG.level(message + this);
{code}
> Erasure Coding: the log of each streamer should show its index
> --------------------------------------------------------------
>
> Key: HDFS-8762
> URL: https://issues.apache.org/jira/browse/HDFS-8762
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Li Bo
> Assignee: Li Bo
> Attachments: HDFS-8762-HDFS-7285-001.patch
>
>
> The log in {{DataStreamer}} doesn't show which streamer it's generated from.
> In order to make log information more convenient for debugging, each log
> should include the index of the streamer it's generated from.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)