[
https://issues.apache.org/jira/browse/TEZ-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791099#comment-14791099
]
Bikas Saha commented on TEZ-2830:
---------------------------------
lgtm. found one missing item. perhaps its not relevant to 0.7.
{code}
- LOG.debug("ThreadId : " + id + ", name=" + threadInfo.getThreadName());
+ if (LOG.isDebugEnabled()) {
+ LOG.debug("ThreadId : " + id + ", name=" +
threadInfo.getThreadName());
+ }{code}
> Backport TEZ-2774 to branch-0.7
> -------------------------------
>
> Key: TEZ-2830
> URL: https://issues.apache.org/jira/browse/TEZ-2830
> Project: Apache Tez
> Issue Type: Task
> Reporter: Siddharth Seth
> Assignee: Siddharth Seth
> Attachments: TEZ-2830.1.txt, TEZ-2830.2.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)