Commit da4d3c4
committed
Fix Session._set_keyspace_for_all_pools to report all pools' errors
The final callback was invoked with host_errors (the errors from only
the last pool to finish) instead of the accumulated errors dict. If the
last pool succeeded, failures from other pools were silently lost. Pass
the aggregated errors dict, matching the method's docstring.1 parent da20330 commit da4d3c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3439 | 3439 | | |
3440 | 3440 | | |
3441 | 3441 | | |
3442 | | - | |
| 3442 | + | |
3443 | 3443 | | |
3444 | 3444 | | |
3445 | 3445 | | |
| |||
0 commit comments