Page MenuHomePhabricator

Values in translatable message fields in banner editor forms may be wrong
Open, Needs TriagePublic2 Estimated Story Points

Description

This bug does not occur on my local setup, but does happen live on production and the Beta Cluster.

Steps to reproduce:

  • On the banner editor for a banner with translatable messages, fill in a new value for a translatable message.
  • Click save.
  • The form appears without the newly saved value shown.
  • Refresh the page (click on the browser location bar and press enter).
  • The form appears with the newly saved value shown.

Event Timeline

AndyRussG added a subscriber: aaron.

After looking over some of the code, I guess the two possible causes seem to be (1) reading from a replica instead of master, or (2) stale object cache. Could be the same cause as T232793.