Merge branch 'stable-2.13'

* stable-2.13:
  Drain executor of index change requests before closing index

Change-Id: I2d676adf60d2eab0f9f7602b124574050af0ee3d
This commit is contained in:
David Pursehouse
2016-12-31 10:15:56 +00:00
10 changed files with 45 additions and 16 deletions

View File

@@ -46,6 +46,10 @@ public class ReadOnlyChangeIndex implements ChangeIndex {
index.close();
}
@Override
public void stop() {
}
@Override
public void replace(ChangeData obj) throws IOException {
// do nothing