Shwetha G S created ATLAS-1026: ---------------------------------- Summary: StoreBackedTypeCache issues Key: ATLAS-1026 URL: https://issues.apache.org/jira/browse/ATLAS-1026 Project: Atlas Issue Type: Bug Reporter: Shwetha G S Assignee: David Kantor
After ATLAS-1010, StoreBackedTypeCache introduces cyclic calls - StoreBackedTypeCache.getTypeFromStore() calls TypeSystem.defineTypes() which inturn calls TypeSystem.has() which in turn calls StoreBackedTypeCache.getTypeFromStore(). Also, StoreBackedTypeCache.Context is static which will not work DefaultTypeCache.put() and putAll() should use putIfAbsent() -- This message was sent by Atlassian JIRA (v6.3.4#6332)