Skip to content

Commit

Permalink
Add missing IndexShard#readAllowed()
Browse files Browse the repository at this point in the history
This was lost in #33835
  • Loading branch information
s1monw committed Sep 19, 2018
1 parent 3bbaf4d commit 12f344b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ public FlushStats flushStats() {
}

public DocsStats docStats() {
readAllowed();
return getEngine().docStats();
}

Expand Down

0 comments on commit 12f344b

Please sign in to comment.