Translog size is not equally between primary and replica

when i use es 6.2.4 , i encounter primary and replica index 、translog store size are not equal.

how to fix that? somebody help me.

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them.

@Ricky This is a known issue and was fixed in 6.3. You can solve this by:

  • Rebuild the replica of the offending index by changing the number_of_replicas to 0 then restoring to 1
  • Upgrade to the latest version (6.3.1) which includes the fix

thanks, i will try .

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.