Skip to content

Geo Sites - Unknown Replication WAL bug

Zack Cuddy requested to merge 356323-geo-sites-fix-wlan-unknown into master

What does this MR do and why?

Closes #356323 (closed)

This change fixes a bug where the Replication WAL shows unknown when the value is 0. 0 is a falsey value in Javascript. So we need to account for it as a valid value.

Screenshots or screen recordings

Before After
Before After

How to set up and validate locally

  1. Fetch and checkout this branch
  2. Setup Geo and access your Primary GDK (How to setup Geo)
  3. Go to the Geo Sites page (admin/geo/sites)
  4. Ensure Replication WAL has a value
  5. Set your WAL to 0 (most easily done by spoofing it)
  6. Ensure Replication WAL says 0 bytes rather than Unknown

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports