-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
@@ -626,7 +626,9 @@ func (c *TaskConfig) SubTaskConfigs(sources map[string]DBConfig) ([]*SubTaskConf | |||
cfg.Mode = c.TaskMode | |||
cfg.CaseSensitive = c.CaseSensitive | |||
cfg.MetaSchema = c.MetaSchema | |||
cfg.EnableHeartbeat = c.EnableHeartbeat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about set it false
explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest LGTM
Will there be the same problem when upgrading from v1 to v2 via tiup? |
I think the |
Seems the |
updated in 453f2b3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-2.0 in PR #1486 |
What problem does this PR solve?
close #1423
What is changed and how it works?
overwrite it to
false
Check List
Tests
Code changes
Side effects
Related changes