tomscut opened a new pull request #3644: URL: https://github.com/apache/hadoop/pull/3644
JIRA: [HADOOP-18003](https://issues.apache.org/jira/browse/HADOOP-18003). As we discussed here [#3635](https://github.com/apache/hadoop/pull/3635#discussion_r746873078) In some cases, when we need to add a `key:value` to the `CallerContext`, we need to check whether the key already exists in the outer layer, which is a bit of a hassle. To solve this problem, we can add a new method `CallerContext#appendIfAbsent`. -- 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]
