-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[GCS] introduce new gcs client and refactor actor table #5058
Conversation
remove gcs_entry wrapper
Test FAILed. |
Test FAILed. |
Test FAILed. |
Somehow CI stopped running for this PR. Let's check the result here. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
What do these changes do?
Refactor the GCS Client, as the proposal suggessted, please ref here.
We do all the needed changes for each table at raylet side. This time only the ActorTable related was changed(changed to ActorStateAccessor).
Related issue number
Linter
scripts/format.sh
to lint the changes in this PR.