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

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

                Author: ASF GitHub Bot
            Created on: 24/Dec/20 06:20
            Start Date: 24/Dec/20 06:20
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki commented on a change in pull request 
#2520:
URL: https://github.com/apache/hadoop/pull/2520#discussion_r548384518



##########
File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java
##########
@@ -107,6 +122,15 @@ public String getPath() {
     return path;
   }
 
+  private String getInputStreamID() {
+    return StringUtils.right(UUID.randomUUID().toString(), STREAM_ID_LEN);
+  }
+
+  public void registerListener(Listener listener1) {

Review comment:
       Cannot make it private since the test classes using it are in a 
different package. Have moved to the end of file where other VisibleForTesting 
methods are written (which are also public due to the same reason).




----------------------------------------------------------------
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.

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


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

    Worklog Id:     (was: 528000)
    Time Spent: 1.5h  (was: 1h 20m)

> ABFS: Add Identifiers to Client Request Header
> ----------------------------------------------
>
>                 Key: HADOOP-17290
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17290
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.0
>            Reporter: Sumangala Patki
>            Priority: Major
>              Labels: abfsactive, pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Adding unique values to the client request header to assist in correlating 
> requests



--
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