Cherry-picked from #44891
This commit is contained in:
committed by
GitHub
parent
e10f1e9889
commit
bbd0dcb26e
@ -65,7 +65,7 @@ public class TabletHealthProcDir implements ProcDirInterface {
|
||||
|
||||
private Env env;
|
||||
|
||||
private ForkJoinPool taskPool = new ForkJoinPool();
|
||||
private static ForkJoinPool taskPool = new ForkJoinPool();
|
||||
|
||||
public TabletHealthProcDir(Env env) {
|
||||
Preconditions.checkNotNull(env);
|
||||
|
||||
Reference in New Issue
Block a user