gerrit/gerrit-server/src/main/java/com/google/gerrit/server/index
Dave Borowitz b7da0764e9 Turn off autoReindexIfStale by default
Although the race condition described in I04ac36ea5 is real, in a Lucene
environment it is largely theoretical and hasn't been the cause of
actual bugreports. At any rate, it's always been an issue with the
change index, and is not a regression in 2.15. Disable the check for
now, to give us time to investigate without blocking a new release.

Bug: Issue 8582
Change-Id: Ia0478b5541ac0442d2aa53e33c2dae09bf0c262d
2018-03-19 09:33:21 -04:00
..
account {Account|Change|Group}IndexCollection: Remove unnecessary @Inject 2017-08-25 10:57:58 +09:00
change Turn off autoReindexIfStale by default 2018-03-19 09:33:21 -04:00
group Add fields for members and subgroups to the group index 2017-09-13 14:57:46 +02:00
DummyIndexModule.java Base group index on new class InternalGroup 2017-09-13 14:57:45 +02:00
GerritIndexStatus.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
IndexExecutor.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
IndexModule.java Merge branch 'stable-2.14' into stable-2.15 2018-02-16 10:20:22 +09:00
IndexUtils.java Move general index classes from gerrit-server to gerrit-index 2017-08-14 15:40:09 -04:00
OnlineReindexer.java OnlineReindexer: Include index name in task name and log messages 2017-08-29 11:25:29 +09:00
OnlineUpgradeListener.java Add test for online index schema migration 2017-06-28 11:08:52 -04:00
OnlineUpgrader.java Add test for online index schema migration 2017-06-28 11:08:52 -04:00
RefState.java AccountIndex: Add fields that allow to detect an account document as stale 2017-08-24 16:07:44 +02:00
ReindexerAlreadyRunningException.java ES: Implement online reindex for ElasticSearch 2017-04-26 11:50:47 +02:00
SingleVersionModule.java Move general index classes from gerrit-server to gerrit-index 2017-08-14 15:40:09 -04:00
VersionManager.java VersionManager: Recommend reindexing a specific index name 2017-09-30 09:13:20 +00:00