Skip to content

Commit

Permalink
Removed stashing thread context.
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 c1e9b4e commit 4a814ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TransportGetRemoteIndexesAction @Inject constructor(
return
}

client.threadPool().threadContext.stashContext().use {
client.use {
scope.launch {
val clusterIndexesList = mutableListOf<ClusterIndexes>()

Expand Down

0 comments on commit 4a814ca

Please sign in to comment.