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
When setting a key in Redis errors out, as a developer, I should know the reason. For example if the error is due to an old etag I should retry with a new etag, if it's because Redis is unavailable, I should retry with some kind of retry policy.
Actual Behavior
Dapr returns the same error for both cases mentioned above.
Steps to Reproduce the Problem
Case 1: Try to save a key with an inexistant etag.
Case 2: Start Dapr, stop Redis, try to save a valid key (ex. no etag).
Release Note
RELEASE NOTE:
RELEASE NOTE: FIX Distinguish between Redis and network errors in State API
The text was updated successfully, but these errors were encountered:
elena-kolevska
changed the title
Redis state store component doesn't distinguish between network and Redis errors on set
Redis state store component doesn't distinguish between network and Redis errors on Set
Oct 28, 2024
Expected Behavior
When setting a key in Redis errors out, as a developer, I should know the reason. For example if the error is due to an old etag I should retry with a new etag, if it's because Redis is unavailable, I should retry with some kind of retry policy.
Actual Behavior
Dapr returns the same error for both cases mentioned above.
Steps to Reproduce the Problem
Case 1: Try to save a key with an inexistant etag.
Case 2: Start Dapr, stop Redis, try to save a valid key (ex. no etag).
Release Note
RELEASE NOTE:
RELEASE NOTE: FIX Distinguish between Redis and network errors in State API
The text was updated successfully, but these errors were encountered: