Skip to content

Commit

Permalink
HBASE-28292 Make Delay prefetch property to be dynamically configured
Browse files Browse the repository at this point in the history
  • Loading branch information
kabhishek4 committed Mar 5, 2024
1 parent 95a22b2 commit 30c18ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ static Map<Path, Runnable> getPrefetchRunnable() {
return prefetchRunnable;
}

@RestrictedApi(explanation = "Should only be called in tests", link = "",
allowedOnPath = ".*/src/test/.*")
static boolean isPrefetchStarted() {
AtomicBoolean prefetchStarted = new AtomicBoolean(false);
for (Map.Entry<Path, Future<?>> entry : prefetchFutures.entrySet()) {
Expand Down

0 comments on commit 30c18ac

Please sign in to comment.