* Executing SLM policies on the snapshot thread will block until a snapshot finishes if the pool is completely busy executing that snapshot * Fixes #45594
This commit is contained in:
parent
a27759a624
commit
a01bd6c5a3
|
@ -51,7 +51,7 @@ public class TransportExecuteSnapshotLifecycleAction
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
protected String executor() {
|
protected String executor() {
|
||||||
return ThreadPool.Names.SNAPSHOT;
|
return ThreadPool.Names.GENERIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue