Skip to content

Commit

Permalink
Add FollowerAliasesVersion to follow index shard stats (#4062)
Browse files Browse the repository at this point in the history
Relates: #4001
  • Loading branch information
russcam authored Sep 1, 2019
1 parent a98db4c commit 22b8a51
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ public class FollowIndexShardStats
[DataMember(Name = "follower_settings_version")]
public long FollowerSettingsVersion { get; set; }

///<summary>The index aliases version the follower is synced up to</summary>
[DataMember(Name = "follower_aliases_version")]
public long FollowerAliasesVersion { get; set; }

///<summary>the starting sequence number of the last batch of operations requested from the leader</summary>
[DataMember(Name = "last_requested_seq_no")]
public long LastRequestedSequenceNumber { get; set; }
Expand Down

0 comments on commit 22b8a51

Please sign in to comment.