ben-manes commented on issue #321: ACCUMULO-4641 Added loading to cache API URL: https://github.com/apache/accumulo/pull/321#issuecomment-344042152 fyi, soft references are notorious for causing bad performance in heavily loaded systems. They increase the number of full GCs due to heap pollution and will be evicted when low on memory, which can cause thrashing. Not sure I understand well enough to advise except to always question whether a usage is justified.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
