Files
gerrit/java
Maxime Guerreiro fe8f319baa Don't run autoReindexIfStale indefinitely
Before this, the ReindexIfStaleTask class used index, which in turn
calls autoReindexIfStale. This leads to an infinite loop if isStale
returns true several times in a row.

To my knowledge, this didn't happen in production, but I triggered it
locally while testing things.

Change-Id: Id5b5cbf15be0d6c8fd7d42d1e686a5c34801b91d
2018-06-05 09:23:02 +00:00
..