-
Notifications
You must be signed in to change notification settings - Fork 276
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
set srv.pu before creating hakeeper client #18672
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #https://github.com/matrixorigin/MO-Cloud/issues/3973
What this PR does / why we need it:
set srv.pu before creating hakeeper client
PR Type
Bug fix
Description
srv.pu
before creating the HAKeeper client, addressing issue Add hashmap #3973.service
struct initialization to ensure all dependencies are set up correctly.srv.pu
is configured with the lock service, HAKeeper client, query client, and UDF service.Changes walkthrough 📝
server.go
Fix initialization order for HAKeeper client in service setup
pkg/cnservice/server.go
srv.pu
before initializing the HAKeeper client.service
struct.srv.pu
is properly configured with necessary services.