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
As reported here, if GetEstimatedRangeSizeBytes API uses a large key range, it can cause PacketLimitExceeded errors on commit proxies. This is because getStorageMetricsLargeKeyRange() invokes getKeyRangeLocations() to obtain location information for all shards within the specified key range. For a large range, the size of location information is unbounded and may exceed the packet size limit.
The text was updated successfully, but these errors were encountered:
As reported here, if
GetEstimatedRangeSizeBytes
API uses a large key range, it can causePacketLimitExceeded
errors on commit proxies. This is becausegetStorageMetricsLargeKeyRange()
invokesgetKeyRangeLocations()
to obtain location information for all shards within the specified key range. For a large range, the size of location information is unbounded and may exceed the packet size limit.The text was updated successfully, but these errors were encountered: