sarathsubramanian commented on pull request #142: URL: https://github.com/apache/atlas/pull/142#issuecomment-923696458
Thanks for the details Anshul Mehta. I have a question: Internal patch attributes like "**__createdBy, __modifiedBy, __timestamp, __modificationTimestamp, __patch.id, __patch.description, __patch.type, __patch.action, __patch.state**" are created in GraphBackedSearchIndexer which is Spring annotated component with Order(1) The AtlasPatchService has an Order(3), so the internal indexes should be created before Patch Manager is initialized right? Do you see a race scenario where the init() happens during dependency injection of AtlasPatchManager in AtlasPatchService? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
