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

ASF GitHub Bot logged work on HDFS-16239:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Sep/21 00:07
            Start Date: 30/Sep/21 00:07
    Worklog Time Spent: 10m 
      Work Description: prasad-acit commented on pull request #3491:
URL: https://github.com/apache/hadoop/pull/3491#issuecomment-930020454


   @hemanthboyina @Hexiaoqiao 
   Can you plz review the PR when you get time?
   No new tests added as it is message change in toString() for logging.


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 657629)
    Time Spent: 1h 10m  (was: 1h)

> XAttr#toString doesnt print the attribute value in readable format
> ------------------------------------------------------------------
>
>                 Key: HDFS-16239
>                 URL: https://issues.apache.org/jira/browse/HDFS-16239
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Renukaprasad C
>            Assignee: Renukaprasad C
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> org.apache.hadoop.fs.XAttr#toString prints the value of attribute in bytes. 
> return "XAttr [ns=" + ns + ", name=" + name + ", value="
>  + Arrays.toString(value) + "]";
> XAttr [ns=SYSTEM, name=az.expression, value=[82, 69, 80, 91, 50, 93......]
> This should be converted to String rather than printing to Array of bytes.
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to