[Remote Cluster State] Make remote publish request handler non-blocking #14102
Labels
Cluster Manager
ClusterManager:RemoteState
enhancement
Enhancement or improvement to existing feature or request
Is your feature request related to a problem? Please describe
Parent meta issue: #13683
When cluster manager make a transport call to the follower nodes with the remote publish request, the follower node downloads the remote cluster state on the transport thread. This blocks the transport thread until the remote state is downloaded.
Describe the solution you'd like
The remote state should be downloaded in a non-blocking manner.
Related component
Cluster Manager
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: