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

feat: auto config for vttablet #589

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

feat: auto config for vttablet #589

wants to merge 5 commits into from

Conversation

earayu
Copy link
Collaborator

@earayu earayu commented Nov 21, 2024

Related Issue(s) & Descriptions

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

@earayu earayu marked this pull request as ready for review December 18, 2024 11:56
@earayu earayu requested a review from newborn22 December 18, 2024 12:09
if err != nil {
log.Exitf("failed to parse --tablet-path: %v", err)

config, mycnf := initConfig(tabletAlias)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when *topodatapb.TabletAlias is nil , it may casue NullPointerException in initConfig(tabletAlias)

@earayu earayu marked this pull request as draft December 19, 2024 01:33
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

Successfully merging this pull request may close these issues.

2 participants