When remote cluster state is enabled, we upload the cluster state to remote store. When new cluster manager nodes are added, these download the latest remote state during bootstrap. But this download gets timed out where there are large number of indices (>10k).
Related component
Cluster Manager
To Reproduce
Create a cluster
Add 10000 indices in the cluster
Add a new cluster manager node
Observe whether the new cluster manager is not be able to join the cluster.
Expected behavior
Download of remote state should not get timed out.
We should optimize the download to have faster download and increase the default timeout as well.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
When remote cluster state is enabled, we upload the cluster state to remote store. When new cluster manager nodes are added, these download the latest remote state during bootstrap. But this download gets timed out where there are large number of indices (>10k).
Related component
Cluster Manager
To Reproduce
Expected behavior
Download of remote state should not get timed out. We should optimize the download to have faster download and increase the default timeout as well.
Additional Details
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Add any other context about the problem here.