Commit e7bf717
Reduce log level to warn on reconnect in JedisSentinelPool (#4336)
* Reduce log level to warn on reconnect in JedisSentinelPool
* reduce log level to WARN in SentineledConnectionProvider #4330
Losing connection to a Sentinel is a normal operational event. Sentinels can be restarted for maintenance, or because of
network hiccups. The code automatically retries and recovers
---------
Co-authored-by: ggivo <[email protected]>1 parent 4ddd7f4 commit e7bf717
File tree
2 files changed
+3
-3
lines changed- src/main/java/redis/clients/jedis
- providers
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
| 410 | + | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments