Skip to content

Commit

Permalink
Put back accidentally removed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Purtell committed Oct 30, 2020
1 parent 5255c41 commit 0334acf
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -8911,6 +8911,9 @@ public void closeRegionOperation(Operation operation) throws IOException {
* modifies stores in bulk. It has to be called just before a try.
* #closeBulkRegionOperation needs to be called in the try's finally block
* Acquires a writelock and checks if the region is closing or closed.
* @throws NotServingRegionException when the region is closing or closed
* @throws RegionTooBusyException if failed to get the lock in time
* @throws InterruptedIOException if interrupted while waiting for a lock
*/
private void startBulkRegionOperation(boolean writeLockNeeded) throws IOException {
if (this.closing.get()) {
Expand Down

0 comments on commit 0334acf

Please sign in to comment.