Skip to content

Commit

Permalink
Adjusted threading.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 2, 2024
1 parent d884eed commit 3df82d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class TransportGetRemoteIndexesAction @Inject constructor(

client.threadPool().threadContext.stashContext().use {
scope.launch {
val singleThreadContext = newSingleThreadContext("${GetRemoteIndexesAction.NAME}_thread")
val singleThreadContext = newSingleThreadContext("GetRemoteIndexesActionThread")
withContext(singleThreadContext) {
it.restore()
val clusterIndexesList = mutableListOf<ClusterIndexes>()
Expand Down

0 comments on commit 3df82d0

Please sign in to comment.