* Executing SLM policies on the snapshot thread will block until a snapshot finishes if the pool is completely busy executing that snapshot * Fixes #45594
@@ -52,7 +52,7 @@ public class TransportExecuteSnapshotLifecycleAction
}
@Override
protected String executor() {
- return ThreadPool.Names.SNAPSHOT;
+ return ThreadPool.Names.GENERIC;