fix: don't reload cache on every listener fail

Revert "prevent GSSAPI error between Listener and pool"

This reverts commit 4beac10d3d.
This commit is contained in:
steve-chavez
2024-06-27 14:08:16 -05:00
committed by Steve Chavez
parent 5b62501ce7
commit 716fcbf147
3 changed files with 6 additions and 33 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #3147, Don't reload schema cache on every listener failure - @steve-chavez
## [12.2.0] - 2024-06-11
### Added