File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ticking.
19
19
20
20
When the next request is sent to the client, nodes 1-9 are still considered
21
21
"dead", so they are skipped. The request is sent to the only known alive node
22
- (#10), and if this node fails, a `NoNodesAvailableException` is returned. You
22
+ (#10), if this node fails, a `NoNodesAvailableException` is returned. You
23
23
will note this much less than the `retries` value, because `retries` only
24
24
applies to retries against alive nodes. In this case, only one node is known to
25
25
be alive, so `NoNodesAvailableException` is returned.
@@ -228,4 +228,4 @@ potentially "out-live" a static list.
228
228
For this reason the default connection pool is currently the
229
229
`staticNoPingConnectionPool`. You can, of course, change this default - but we
230
230
strongly recommend you to perform load test and to verify that the change does
231
- not negatively impact the performance.
231
+ not negatively impact the performance.
You can’t perform that action at this time.
0 commit comments