Skip to content

Fix Node Info #4544

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

Merged
merged 2 commits into from
Apr 3, 2020
Merged

Fix Node Info #4544

merged 2 commits into from
Apr 3, 2020

Conversation

codebrain
Copy link
Contributor

@codebrain codebrain commented Apr 2, 2020

This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.

Fixes broken integration test against 7.7.0-SNAPSHOT

…roperties to NodeInfo.

Fixes broken integration test against 7.7.0-SNAPSHOT
@codebrain codebrain changed the title This commit adds some missing roles to NodeRole and some additional properties to NodeInfo. Fix Node Info Apr 2, 2020
Copy link
Contributor

@russcam russcam left a comment

Choose a reason for hiding this comment

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

LGTM

[DataMember(Name = "process")]
public NodeProcessInfo Process { get; internal set; }
[DataMember(Name = "total_indexing_buffer")]
public long TotalIndexingBuffer { get; internal set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

is this a new property in 7.7.0? I think we should add an XML comment to say which versions it's relevant to, if not relevant for all 7.x versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure, I will make it nullable.

@codebrain codebrain merged commit 005c63e into 7.7 Apr 3, 2020
github-actions bot pushed a commit that referenced this pull request Apr 3, 2020
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.
github-actions bot pushed a commit that referenced this pull request Apr 3, 2020
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.
codebrain added a commit that referenced this pull request Apr 3, 2020
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.

Co-authored-by: Stuart Cam <stuart.cam@elastic.co>
codebrain added a commit that referenced this pull request Apr 3, 2020
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.

Co-authored-by: Stuart Cam <stuart.cam@elastic.co>
@russcam russcam deleted the fix/7.7/note-info branch May 27, 2020 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants