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

Fix cluster journal statistic api endpoint #7633

Merged
merged 1 commit into from
Mar 5, 2020
Merged

Fix cluster journal statistic api endpoint #7633

merged 1 commit into from
Mar 5, 2020

Conversation

mpfz0r
Copy link
Contributor

@mpfz0r mpfz0r commented Mar 5, 2020

This fixes the "/api/cluster/journal" API endpoint to not throw an error anymore.
In #7359 we introduced the PathConfiguration#getNativeLibDir() method
and this broke deserialization of the JournalSummaryResponse because
"#getNativeLibDir" was automatically serialized but couldn't be
deserialized.

@JsonIgnore this attribute.

Fixes #7521

refs #7526

This fixes the "/api/cluster/journal" API endpoint to not throw an error anymore.
In #7359 we introduced the PathConfiguration#getNativeLibDir() method
and this broke deserialization of the JournalSummaryResponse because
"#getNativeLibDir" was automatically serialized but couldn't be
deserialized.

@JsonIgnore this attribute.

Fixes #7521
Copy link
Contributor

@alex-konn alex-konn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in local dev environment. LGTM!

@alex-konn alex-konn merged commit a9b2f52 into 3.2 Mar 5, 2020
@alex-konn alex-konn deleted the issue-7521-3.2 branch March 5, 2020 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants