-
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
append log for upgrade and sqlExecutoer1.2 dev #16576
append log for upgrade and sqlExecutoer1.2 dev #16576
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review 🔍
|
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/3404
What this PR does / why we need it:
append log for upgrader and sqlExecutor
PR Type
Bug fix, Enhancement
Description
pkg/bootstrap/versions/upgrade_strategy.go
.pkg/bootstrap/versions/v1_2_1/upgrade.go
.pkg/sql/compile/sql_executor.go
.Changes walkthrough 📝
upgrade_strategy.go
Add detailed logging for upgrade SQL execution steps
pkg/bootstrap/versions/upgrade_strategy.go
post-sql execution.
upgrade.go
Add timing and logging for tenant and cluster upgrade entries
pkg/bootstrap/versions/v1_2_1/upgrade.go
cost.
sql_executor.go
Log received SQL execute requests
pkg/sql/compile/sql_executor.go