commit | 0b293befdeb6f6f05b0a0305939802f4df9ee2a7 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Tue Oct 08 11:53:41 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Oct 08 11:53:41 2013 -0700 |
tree | 71cb62392d755b9f76c7979e1b777c24f83c6099 | |
parent | 376ff8ea813ac9ee4356a0f923e2ce5e3b14331a [diff] |
ChangeIndexer: Execute synchronous methods in current thread Don't tie up an indexer thread when using a synchronous method. This is particularly a problem for ChangeBatchIndexer, which uses the same thread pool, so this fanout causes problems with only a single thread in the pool. Change-Id: I9afd46c40e8886c152d35083630606fff3339e3a