[
https://issues.apache.org/jira/browse/HDFS-16091?focusedWorklogId=658973&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-658973
]
ASF GitHub Bot logged work on HDFS-16091:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Oct/21 14:27
Start Date: 01/Oct/21 14:27
Worklog Time Spent: 10m
Work Description: iwasakims commented on a change in pull request #3374:
URL: https://github.com/apache/hadoop/pull/3374#discussion_r720295679
##########
File path:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java
##########
@@ -357,6 +357,13 @@ public static int compareBytes(byte[] left, byte[] right) {
return path;
}
+ /**
+ * Given a list of path components returns a string.
+ */
+ public static String byteArray2String(byte[][] pathComponents) {
+ return bytes2String(byteArray2bytes(pathComponents));
Review comment:
I think tests added to TestJsonUtil covers this. The byteArray2String is
just composite of existing bytes2String and byteArray2bytes.
--
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: 658973)
Time Spent: 2h (was: 1h 50m)
> WebHDFS should support getSnapshotDiffReportListing
> ---------------------------------------------------
>
> Key: HDFS-16091
> URL: https://issues.apache.org/jira/browse/HDFS-16091
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> When there are millions of diffs between two snapshots, the old
> getSnapshotDiffReport() isn't scalable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]