sheetalshah1007 commented on code in PR #729: URL: https://github.com/apache/atlas/pull/729#discussion_r3850428426
########## repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreV2.java: ########## Review Comment: Yes, intentional. Create is unchanged — it still runs handleBlockedClassifications and addTagPropagation synchronously. There is no prior edge state on create, and create was not affected by the stale PUT issue. Update writes the edge synchronously and defers entity tag changes via the background task when tasks are enabled. Same propagation logic, different timing for update vs create. -- 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]
