commit | a44d8396e72d51aa661bba420a05de4f8f17836f | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Fri Jun 21 15:01:15 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Mon Jun 24 17:02:19 2013 -0600 |
tree | d7fee17c63835e2f5c5a3518a800a2a821c91dfd | |
parent | e2f424a7d8fc07ac5a9ebf107724804e58c619bd [diff] |
Lucene: close sub-indexes in parallel The open and closed sub-indexes may each take a while to close as they flush and commit writes. They are completely independent, so close them in parallel, reusing the existing indexing executor, which shouldn't be doing much else during shutdown. Change-Id: I3c56a972d19c793e2b8601727c03b6e7bf53e77d