You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
When I trigger recovery suspend, the taskDependType of the Command in the database is set to null. But when the master node get the Command, it becomes Task_ only. The check about checkCmdParam failed.
What you expected to happen
recovery suspend success
How to reproduce
recovery suspend
Anything else
I found Command have default taskDependType, but it is not useful with @Builder. Maybe should use @Builder.Default
The database is null, but the reason for returning a 0 value enumeration should be due to a problem with mybatisplus. I have raised an issue with the mybatisplus community: baomidou/mybatis-plus#5266
eye-gu
changed the title
[Bug] [Module Name] the task depend type is null when recovery suspend
[Bug] [master] the task depend type is null when recovery suspend
Apr 21, 2023
The database is null, but the reason for returning a 0 value enumeration should be due to a problem with mybatisplus. I have raised an issue with the mybatisplus community: baomidou/mybatis-plus#5266
This issue has been identified as an error in the mysql-java driver. I tested that the driver has been fixed on version 8.0.33. Perhaps DS also needs to be upgraded.
ResultSetImpl.getObject(), when autoboxing a value of a primitive type retrieved from a column, returned a non-null object when the retrieved value was null. (Bug #29446100, Bug #94533)
Search before asking
What happened
When I trigger recovery suspend, the taskDependType of the Command in the database is set to null. But when the master node get the Command, it becomes Task_ only. The check about
checkCmdParam
failed.What you expected to happen
recovery suspend success
How to reproduce
recovery suspend
Anything else
I found
Command
have defaulttaskDependType
, but it is not useful with@Builder
. Maybe should use@Builder.Default
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: