yikf opened a new pull request #3096:
URL: https://github.com/apache/hadoop/pull/3096


   After HADOOP-17728, `StatisticsDataReferenceCleaner` may appear the 
following questions, That's beacuse `ReferenceQueue.remove` might return `null`.
   
   2021-06-09 21:51:12,334 WARN  
[org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner] 
fs.FileSystem (FileSystem.java:run(4025)) - Exception in the cleaner thread but 
it will continue to run
   java.lang.NullPointerException
        at 
org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner.run(FileSystem.java:4020)
        at java.lang.Thread.run(Thread.java:748)
   


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



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

Reply via email to