[ 
https://issues.apache.org/jira/browse/HADOOP-18767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HADOOP-18767:
------------------------------------
    Labels: pull-request-available  (was: )

> WeakReferenceMap creation warning log doesn't format correctly
> --------------------------------------------------------------
>
>                 Key: HADOOP-18767
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18767
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 3.3.5
>            Reporter: Steve Loughran
>            Priority: Trivial
>              Labels: pull-request-available
>
> {{WeakReferenceMap.create(K key)}} logs once at warning level if a reference 
> to a key was lost during creation.
> {code}
> referenceLostDuringCreation.warn("reference to %s lost during creation", key);
> {code}
> but it uses %s as the insertion point for the key, when it should be {}.
> this means the log, if it ever surfaces, won't include the key. 
> i don't think this is a very important issue, but it exists.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to