-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix Node Info #4544
Conversation
…roperties to NodeInfo. Fixes broken integration test against 7.7.0-SNAPSHOT
There was a problem hiding this 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; } |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.
This commit adds some missing roles to NodeRole and some additional properties to NodeInfo.
Fixes broken integration test against 7.7.0-SNAPSHOT