CalvinKirs commented on a change in pull request #5959:
URL: https://github.com/apache/dolphinscheduler/pull/5959#discussion_r684574137
##########
File path: sql/create/release-1.0.0_schema/mysql/dolphinscheduler_ddl.sql
##########
@@ -113,9 +113,9 @@ CREATE TABLE `t_escheduler_master_server` (
`host` varchar(45) DEFAULT NULL COMMENT 'ip',
`port` int(11) DEFAULT NULL COMMENT 'port',
`zk_directory` varchar(64) DEFAULT NULL COMMENT 'the server path in zk
directory',
- `res_info` varchar(256) DEFAULT NULL COMMENT 'json resource
information:{"cpu":xxx,"memroy":xxx}',
+ `res_info` varchar(256) DEFAULT NULL COMMENT 'json resource
information:{"cpu":xxx,"memory":xxx}',
Review comment:
The length is best to be modified to 255
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]