jerryshao commented on PR #13321: URL: https://github.com/apache/gravitino/pull/13321#issuecomment-5728570387
Thanks for the careful review! 1. We decided to keep this PR scoped to the missing cleanup. The delete-and-recreate race was there before this change, and this PR doesn't widen it. `main` already closes it with OCC, and we don't plan further fixes for it on `branch-1.3`. 2. Same reasoning for the log line: we'd rather keep the 1.3 change minimal. The `false` return matches what callers already see for a missing entity. Also, since your comment: the tag-on-policy and policy-on-tag cleanups were dropped because the 1.3 managers can't create those relations. Policy versions are now soft-deleted by policy id, because the PostgreSQL name-based version delete failed when two metalakes had a policy with the same name. -- 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]
