[ 
https://issues.apache.org/jira/browse/HADOOP-17424?focusedWorklogId=660194&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-660194
 ]

ASF GitHub Bot logged work on HADOOP-17424:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Oct/21 09:59
            Start Date: 05/Oct/21 09:59
    Worklog Time Spent: 10m 
      Work Description: iwasakims commented on pull request #3520:
URL: https://github.com/apache/hadoop/pull/3520#issuecomment-934256186


   htrace-core-3.1.0-incubating is bundled as transitive dependency of 
hadoop-yarn-server-timelineservice-hbase while it does not appear in the 
regular classpath.
   
   ```
   $ mvn clean install -Pdist -DskipShade -DskipTests
   
   $ find hadoop-dist/target/hadoop-3.3.2-SNAPSHOT -iname '*htrace*'
   
hadoop-dist/target/hadoop-3.3.2-SNAPSHOT/share/hadoop/yarn/timelineservice/lib/htrace-core-3.1.0-incubating.jar
   
   $ hadoop-dist/target/hadoop-3.3.2-SNAPSHOT/bin/hadoop classpath --glob | sed 
-z 's/:/\n/g' | grep -i htrace
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 660194)
    Time Spent: 9h 20m  (was: 9h 10m)

> Replace HTrace with No-Op tracer
> --------------------------------
>
>                 Key: HADOOP-17424
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17424
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Siyao Meng
>            Assignee: Siyao Meng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 9h 20m
>  Remaining Estimate: 0h
>
> Remove HTrace dependency as it is depending on old jackson jars. Use a no-op 
> tracer for now to eliminate potential security issues.
> The plan is to move part of the code in 
> [PR#1846|https://github.com/apache/hadoop/pull/1846] out here for faster 
> review.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to