Conversation
hadoop835
commented
Dec 7, 2022

Honestly I don't think this change is necessary, could you plz explain why these default setting should be written explicitly? |
|
@joeCarf Do you have a good solution to this problem??? |
Which approach are you using, are you debugging cn in your IDE or compile source code ? |
|
And what version is your Mysql? @hadoop835 |
https://github.com/ApsaraDB/galaxyengine 分支main,编译的 |
joeCarf
left a comment
There was a problem hiding this comment.
After discussion, i think maybe this failure is caused by local environment, since cn can still start normally without metaDbProp.
However, metaDbProp is still necessary because others may wanna change link properties. That's why i approve this pr
|
|
||
| String metaDatabase = config.getMetaDbName(); | ||
| String innerUser = config.getMetaDbUser(); | ||
| String metaDbProp = config.getMetaDbProp(); |
89ea352 to
ba432af
Compare
