Hi,
we had the situation that our certificate expired and new connections could not be established. The application remained working somewhat, I assume the established connections kept working.
The metrics (via LDAPConnectionPoolStatistics) were showing that servers are getting blackisted but in the logs there was zero indication that something goes wrong.
I think it would be good if an warning would be logged when a server enters/leaves the blacklist.
We are using AggregateLDAPConnectionPoolHealthCheck with PruneUnneededConnectionsLDAPConnectionPoolHealthCheck, GetEntryLDAPConnectionPoolHealthCheck and RoundRobinServerSet atm.
Hi,
we had the situation that our certificate expired and new connections could not be established. The application remained working somewhat, I assume the established connections kept working.
The metrics (via
LDAPConnectionPoolStatistics) were showing that servers are getting blackisted but in the logs there was zero indication that something goes wrong.I think it would be good if an warning would be logged when a server enters/leaves the blacklist.
We are using
AggregateLDAPConnectionPoolHealthCheckwithPruneUnneededConnectionsLDAPConnectionPoolHealthCheck,GetEntryLDAPConnectionPoolHealthCheckandRoundRobinServerSetatm.