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

*: modify cdc binary to always use new arch client except cdc server #1135

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci check: update a log
wlwilliamx committed Mar 18, 2025
commit 04e7798f14a3599dfbcafeaa6c760782c37fcfd6
2 changes: 1 addition & 1 deletion cmd/cdc/server/server.go
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@ func (o *options) validate() error {
if len(o.pdEndpoints) == 0 {
return errors.ErrInvalidServerOption.GenWithStack("empty PD address")
}
log.Info("validate pd address", zap.Strings("pd", o.pdEndpoints), zap.Int("pd count", len(o.pdEndpoints)))
log.Info("validate pd address", zap.Strings("pd", o.pdEndpoints), zap.Int("pdCount", len(o.pdEndpoints)))
for _, ep := range o.pdEndpoints {
// NOTICE: The configuration used here is the one that has been completed,
// as it may be configured by the configuration file.