Same spanner instance for storing state implications
navneet-kumar-lloyds opened this issue · 1 comments
Hi Team,
Need quick help in checking what will be implications of storing the state in the same spanner instance that we are autoscaling by the tool.
Plz feel free to close this once answered.
Thanks!
Hi Navneet
In the vast majority of cases, there should be no issue. However, if the instance is extremely overloaded, in a way that requests start to timeout, then the Autoscaler might not be able to retrieve its state, resulting in unsuccessful scaling attempts.
The Autoscaler is there to avoid an overloading scenario in the first place, so to reach a point of extreme load with the Autoscaler enabled, the instance must have already hit its configured maxSize, run out of quota or hit an unmanageable traffic peak very quickly.