Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/1783
Caffeine sounds like a great alternative to Guava and also seems to address
some GC concerns.
@vesense I agree storing any large amount of data on heap will impact GC,
we do that all the time with all of the queues that we have. I think for the
most part as long as GC is tuned properly for the topology, we don't get a lot
of full GCs causing promotion in the cache, and TTL in the cache is not too
long it will be fine. If we do run into serious GC issues we can then look at
off heap cacheing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---