Commit a282065
committed
Handle AuthorizationExpired during rediscovery
The connections to a server should not be sent back to the pool if an AuthenticationExpired failure happens.
Sending the connection back to the pool will make the next work using the connection fails with the same error.1 parent 56f13de commit a282065
File tree
1 file changed
+8
-1
lines changed- bolt-connection/src/connection-provider
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
447 | 454 | | |
448 | 455 | | |
449 | 456 | | |
| |||
0 commit comments