Don't increment Markdown version upgrade counter on first writes

What does this MR do and why?

The version upgrade counter is intended to measure only cache version upgrades (hence the name!), but right now it counts new rows as upgrades too:

image

This counter should've been at zero until the rollout began; right now we can't separate the rollout from the regular background of new writes, though you can tell if you look carefully.

References

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading