-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Add PostHook menchinism for managers #4236
Labels
Comments
jerqi
changed the title
[Improvement] Add preHook,postHook menchinism for managers
[Improvement] Add PostHook menchinism for managers
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 23, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 29, 2024
xunliu
pushed a commit
to qqqttt123/gravitino
that referenced
this issue
Jul 31, 2024
xunliu
pushed a commit
that referenced
this issue
Jul 31, 2024
…cher (#4239) ### What changes were proposed in this pull request? Supports the post-hook for the managers or dispatcher. For example, after we create a securable object, we should set an owner for it. We can add a specific post hook to support it. This pull request uses Java dynamic proxy mechanism to support this feature. We only support post-hook now, we can support pre-hook in the future. ### Why are the changes needed? Fix: #4236 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add a new ut.
This was referenced Aug 8, 2024
jerryshao
pushed a commit
that referenced
this issue
Aug 13, 2024
### What changes were proposed in this pull request? Rework of post hook for dispatcher . 1. Implement a new class dispatcher instead dynamic proxy. 2. Optimize the lock logic 3. Add the securable object metalake back. We just remove the privileges of the metalake. We should remove the securable object metalake. ### Why are the changes needed? Fix: #4236 ### Does this PR introduce _any_ user-facing change? NO. ### How was this patch tested? Add new ITs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
Add preHook,postHook menchinism for managers
How should we improve?
Add preHook,postHook menchinism for managers
The text was updated successfully, but these errors were encountered: