Commit 9af4b75
authored
Cluster: Proactively reconfigure when we hit a MOVED response (#2286)
Meant to help address #1520, #1660, #2074, and #2020.
I'm not 100% sure about this because if there is a MOVED happening (e.g. bad proxy somewhere) this would just continually re-run...but only once every 5 seconds. Overall though, we linger in a bad state retrying moves until a discovery happens today and this could be resolved much faster.1 parent f8303a6 commit 9af4b75
3 files changed
Lines changed: 21 additions & 8 deletions
File tree
- docs
- src/StackExchange.Redis
- tests/StackExchange.Redis.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
369 | | - | |
370 | | - | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
371 | 386 | | |
372 | 387 | | |
373 | 388 | | |
| |||
1214 | 1229 | | |
1215 | 1230 | | |
1216 | 1231 | | |
| 1232 | + | |
1217 | 1233 | | |
1218 | 1234 | | |
1219 | 1235 | | |
| |||
1552 | 1568 | | |
1553 | 1569 | | |
1554 | 1570 | | |
1555 | | - | |
1556 | | - | |
1557 | | - | |
1558 | | - | |
| 1571 | + | |
1559 | 1572 | | |
1560 | 1573 | | |
1561 | 1574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments