Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Manager] Fix JSON serialization for class BaseSortConf #5409

Closed
2 tasks done
gong opened this issue Aug 8, 2022 · 0 comments · Fixed by #5410
Closed
2 tasks done

[Bug][Manager] Fix JSON serialization for class BaseSortConf #5409

gong opened this issue Aug 8, 2022 · 0 comments · Fixed by #5410
Assignees
Labels
Milestone

Comments

@gong
Copy link
Contributor

gong commented Aug 8, 2022

What happened

It will reproduce the problem when request inlong/manager/api/group/get/{groupId}.
It will generate tow same field and one is null. It will lead deserialization exception.

What you expected to happen

no exception.

How to reproduce

You can modify UT to reproduce the problem in inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/ClientFactoryTest.java
image

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@gong gong added the type/bug Something is wrong label Aug 8, 2022
@healchow healchow added this to the 1.3.0 milestone Aug 17, 2022
@healchow healchow changed the title [Bug][Manager] Fix json serialization for class BaseSortConf [Bug][Manager] Fix JSON serialization for class BaseSortConf Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants