Franco created ATLAS-2948:
-----------------------------
Summary: Cache implementations should be consistent and
configurable
Key: ATLAS-2948
URL: https://issues.apache.org/jira/browse/ATLAS-2948
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Affects Versions: trunk
Reporter: Franco
Throughout Apache Atlas caches are hardcoded. For example:
(1) AtlasTypeRegistry has a TypeDef cache which is a ConcurrentHashMap
(2) RequestContext has an entity cache which is a Map
Instead there should be a standardised Cache implementation across the board
that is pluggable so that users can try a different approach e.g. use Redis to
help with Atlas outages. Or maybe something like Ignite to allow for Atlas to
be clustered.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)