bhattmanish98 commented on code in PR #8152:
URL: https://github.com/apache/hadoop/pull/8152#discussion_r2675574018
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/utils/TracingContext.java:
##########
@@ -67,6 +67,8 @@ public class TracingContext {
//final concatenated ID list set into x-ms-client-request-id header
private String header = EMPTY_STRING;
private String ingressHandler = EMPTY_STRING;
+ private Boolean fnsEndpointConverted = false;
+ private String fnsEndptConvertedIndicator = "T";
Review Comment:
Add comment to specify reason to choose T as an indicator.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]