Skip to content

Commit

Permalink
debug info...
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed May 24, 2021
1 parent 767e57f commit 46e617d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cluster/spec/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ func (i *CDCInstance) InitConfig(
return perrs.New("server_config is only supported with TiCDC version v4.0.13 or later")
}
if len(paths.Data[0]) > 0 {
return perrs.New("data_dir is only supported with TiCDC version v4.0.13 or later")
return perrs.New(fmt.Sprintf("data_dir is only supported with TiCDC version v4.0.13 or later, "+
"clusterVersion=%+v, paths=%+v", clusterVersion, paths))
}
}

Expand Down

0 comments on commit 46e617d

Please sign in to comment.