• Marc Vef's avatar
    LRU address cache replaced with map; added mutex for address lookup · 29cc8203
    Marc Vef authored
    The LRU map caused multiple issues with memory mappings and caused
    severe errors and hanging situations. It has been replaced with a
    std::map.
    
    An Argobots mutex was added for rpc address lookups as many threads
    might insert and lookup this map in parallel. This caused bulk_transfer
    seqfauls as well as other file system crashes.
    
    Cleanup of file system logging.
    29cc8203