Stop Executing SLM Policy Transport Action on Snapshot Pool (#45727) (#45748)

* 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:
Armin Braun 2019-08-20 19:15:36 +02:00 committed by GitHub
parent a27759a624
commit a01bd6c5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class TransportExecuteSnapshotLifecycleAction
}
@Override
protected String executor() {
return ThreadPool.Names.SNAPSHOT;
return ThreadPool.Names.GENERIC;
}
@Override