Commit dcca4b7
michael stack
Fix wrong_shard_server handling to avoid retry loops
Instead of adding recursive retry actors that can multiply and cause
hangs, let wrong_shard_server errors propagate up to be handled by
the higher-level error handlers. This prevents concurrent actors from
all incrementing retryCount simultaneously and creating retry storms.1 parent 761b593 commit dcca4b7
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4738 | 4738 | | |
4739 | 4739 | | |
4740 | 4740 | | |
4741 | | - | |
4742 | | - | |
4743 | | - | |
4744 | | - | |
4745 | | - | |
4746 | | - | |
4747 | | - | |
4748 | | - | |
| 4741 | + | |
| 4742 | + | |
| 4743 | + | |
4749 | 4744 | | |
4750 | 4745 | | |
4751 | 4746 | | |
| |||
0 commit comments