Details
Description
Review of Directory Scanner. Replaced a lot of code with Guava MultiMap. Some general house cleaning and improved logging. For performance, using ArrayList instead of LinkedList where possible, especially since these lists can be quite large a LinkedList will consume a lot of memory and be slow to sort/iterate over.
https://stackoverflow.com/questions/322715/when-to-use-linkedlist-over-arraylist-in-java
Attachments
Attachments
Issue Links
- is related to
-
HDFS-13958 Miscellaneous Improvements for FsVolumeSpi
- Resolved