Atlas index repair configuration
You can use reindexing to troubleshoot Apache Atlas basic search inconsistency.
Rebuilding the whole Atlas index
In your Cloudera Manager instance running the Atlas service, add the following in Atlas Server Advanced Configuration Snippet (Safety Valve) for conf/atlas-application.properties.
atlas.rebuild.index=true
atlas.patch.numWorkers=3
atlas.patch.batchSize=300
Later, restart the Atlas Service.
Rebuilding the index for particular GUID
Incorrect search results related to a particular GUID can be repaired by limiting the reindex to that element.
atlas-index-repair/repair_index.py [-g <***GUID***>]