-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Bug report] Metalake name is cached #1151
Milestone
Comments
jerryshao
pushed a commit
that referenced
this issue
Jan 4, 2024
### What changes were proposed in this pull request? Fix the issue with the status cache after modifying Metalake. #### Before: 1. rename a metalake <img width="480" alt="test2-test3" src="https://github.com/datastrato/gravitino/assets/17310559/c4f24dd8-9e07-4942-9f40-45c8b375bec6"> 2. click `create metalake` button <img width="480" alt="update-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/4fcc1040-8f91-4dd5-b62a-30c44c5a1b82"> It should be `create dialog`, but displays `update dialog`. #### After: when click `create metalake` button, correctly display `create dialog`. <img width="480" alt="create-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/d833a7a7-d6cd-45ca-9e99-5156c68e5f10"> ### Why are the changes needed? Fix: #1151 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
github-actions bot
pushed a commit
that referenced
this issue
Jan 4, 2024
### What changes were proposed in this pull request? Fix the issue with the status cache after modifying Metalake. #### Before: 1. rename a metalake <img width="480" alt="test2-test3" src="https://github.com/datastrato/gravitino/assets/17310559/c4f24dd8-9e07-4942-9f40-45c8b375bec6"> 2. click `create metalake` button <img width="480" alt="update-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/4fcc1040-8f91-4dd5-b62a-30c44c5a1b82"> It should be `create dialog`, but displays `update dialog`. #### After: when click `create metalake` button, correctly display `create dialog`. <img width="480" alt="create-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/d833a7a7-d6cd-45ca-9e99-5156c68e5f10"> ### Why are the changes needed? Fix: #1151 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
jerryshao
pushed a commit
that referenced
this issue
Jan 4, 2024
### What changes were proposed in this pull request? Fix the issue with the status cache after modifying Metalake. #### Before: 1. rename a metalake <img width="480" alt="test2-test3" src="https://github.com/datastrato/gravitino/assets/17310559/c4f24dd8-9e07-4942-9f40-45c8b375bec6"> 2. click `create metalake` button <img width="480" alt="update-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/4fcc1040-8f91-4dd5-b62a-30c44c5a1b82"> It should be `create dialog`, but displays `update dialog`. #### After: when click `create metalake` button, correctly display `create dialog`. <img width="480" alt="create-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/d833a7a7-d6cd-45ca-9e99-5156c68e5f10"> ### Why are the changes needed? Fix: #1151 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A Co-authored-by: CHEYNE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what's wrong
The metalake name in the category title is incorrect after renaming a metalake.
Error message and/or stacktrace
N/A
How to reproduce
In Graviton UI:
Additional context
No response
The text was updated successfully, but these errors were encountered: