Skip to content
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

[EPIC] Handling multi-thread issues in Graviton #407

Closed
3 of 4 tasks
jerryshao opened this issue Sep 18, 2023 · 0 comments
Closed
3 of 4 tasks

[EPIC] Handling multi-thread issues in Graviton #407

jerryshao opened this issue Sep 18, 2023 · 0 comments
Assignees

Comments

@jerryshao
Copy link
Contributor

jerryshao commented Sep 18, 2023

Describe the proposal

Currently, we lack multi-thread support in Graviton, which may lead to several issues, for example:

  1. During catalog operations, we may face contention issues when manipulating both the underlying sources and Graviton store.
  2. When several metadata manipulation operations issue simultaneously on the same metadata object.
  3. When the system is in starting or stopping period, how to handle the incoming requests.

There might be several different corner cases with this multi-threading issue. So we should have a thorough solution to handle all the cases.

Task list

@jerryshao jerryshao added this to the Graviton v0.2.0 milestone Sep 18, 2023
@jerryshao jerryshao self-assigned this Sep 18, 2023
@jerryshao jerryshao removed this from the Graviton v0.2.0 milestone Oct 9, 2023
@jerryshao jerryshao added this to the Graviton 0.3.0 milestone Oct 18, 2023
@jerryshao jerryshao removed this from the Gravitino 0.4.0 milestone Jan 23, 2024
@jerryshao jerryshao added this to the Gravitino 0.5.0 milestone Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants