[
https://issues.apache.org/jira/browse/HADOOP-17290?focusedWorklogId=614681&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-614681
]
ASF GitHub Bot logged work on HADOOP-17290:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jun/21 19:09
Start Date: 24/Jun/21 19:09
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_r658212519
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java
##########
@@ -1283,6 +1373,11 @@ public String getCanonicalServiceName() {
return this.statistics;
}
+ @VisibleForTesting
+ void setListenerOperation(String operation) {
+ listener.setOperation(operation);
Review comment:
this is to reset and verify the 2-letter operation type (along with
other IDs) when header tests are triggered using callback after header
construction
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/ConfigurationKeys.java
##########
@@ -109,6 +109,12 @@
* Default value of this config is true. **/
public static final String FS_AZURE_DISABLE_OUTPUTSTREAM_FLUSH =
"fs.azure.disable.outputstream.flush";
public static final String FS_AZURE_USER_AGENT_PREFIX_KEY =
"fs.azure.user.agent.prefix";
+ /**
+ * The client correlation ID provided over config that will be added to
+ * x-ms-client-request-Id header. Defaults to empty string if the length and
+ * character constraints are not satisfied. **/
+ public static final String FS_AZURE_CLIENT_CORRELATIONID =
"fs.azure.client.correlationid";
+ public static final String FS_AZURE_TRACINGCONTEXT_FORMAT =
"fs.azure.tracingcontext.format";
Review comment:
Yes, renamed
--
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: 614681)
Time Spent: 5h 20m (was: 5h 10m)
> 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
> Assignee: Sumangala Patki
> Priority: Major
> Labels: abfsactive, pull-request-available
> Time Spent: 5h 20m
> 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]