You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3The potential exists for the Runtime Scale Monitoring decide to Scale In and out depending on the work length and Physical Partition count.
This came in as a CRI 405625406.
Repro steps
Provide the steps required to reproduce the problem
Create an App on Elastic Premium
Create a CosmosDB instance.
Connect these to the same VNet.
Create a CosmosDB trigger and point it to the collection from Step 2.
Enable Runtime Scale Monitoring
Add more than 1000 documents to the collection above.
The Trigger on one instance will process the back log but the Scale Monitor will try to Scale In but also log the error that the remaining work is too high.
Events logged when three instances.
Number of instances (3) is too high relative to number of partitions for collection ({collectionName}, 1). Events that are logged with one instances.
Remaining work for collection ({collectionName}, 9543) is too high relative to the number of instances (1).
Expected behavior
To allow more concurrency to allow the backlog to be processed in an accelerated manner.
Actual behavior
The work will only be
Known workarounds
The backlog will be processed on a single instance.
HI, I'm also in the Functions team as a a software engineer and this came in as a customer issue. The answer you provided doesn't mean that there isn't a need for a fix related to this.
3The potential exists for the Runtime Scale Monitoring decide to Scale In and out depending on the work length and Physical Partition count.
This came in as a CRI 405625406.
Repro steps
Provide the steps required to reproduce the problem
Events logged when three instances.
Number of instances (3) is too high relative to number of partitions for collection ({collectionName}, 1). Events that are logged with one instances.
Remaining work for collection ({collectionName}, 9543) is too high relative to the number of instances (1).
Expected behavior
To allow more concurrency to allow the backlog to be processed in an accelerated manner.
Actual behavior
The work will only be
Known workarounds
The backlog will be processed on a single instance.
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: