Madhan Neethiraj created ATLAS-3279:
---------------------------------------
Summary: Performance regression after recent updates to disable
full-text index
Key: ATLAS-3279
URL: https://issues.apache.org/jira/browse/ATLAS-3279
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.0.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
With recent search enhancements in ATLAS-3100 and ATLAS-3246, full-text index
is no more needed; and ATLAS-3262 disabled populating full-text index. After
this change, Atlas server takes a longer time to send entity notifications; the
cache used by the notification module was earlier populated while computing
full-text index string; now, this is done by AtlasInstanceConverter, which
retrieves entity-with-extended-info (to be used only to send V1 style
notifications), which resulted in performance regression in processing
notifications.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)