mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
refine previous commit
This commit is contained in:
parent
d16c9aacd7
commit
fb11017d64
@ -1192,12 +1192,13 @@ retry_lock2:;
|
|||||||
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d]\n",
|
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d]\n",
|
||||||
op->o_log_prefix, i, 0 );
|
op->o_log_prefix, i, 0 );
|
||||||
|
|
||||||
} else if ( lerr == LDAP_UNAVAILABLE ) {
|
} else if ( lerr == LDAP_UNAVAILABLE && !META_BACK_ONERR_STOP( mi ) ) {
|
||||||
META_CANDIDATE_SET( &candidates[ i ] );
|
META_CANDIDATE_SET( &candidates[ i ] );
|
||||||
candidates[ i ].sr_err = LDAP_UNAVAILABLE;
|
candidates[ i ].sr_err = LDAP_UNAVAILABLE;
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d] unavailable\n",
|
Debug( LDAP_DEBUG_TRACE, "%s: meta_back_getconn[%d] %s\n",
|
||||||
op->o_log_prefix, i, 0 );
|
op->o_log_prefix, i,
|
||||||
|
mt->mt_isquarantined != LDAP_BACK_FQ_NO ? "quarantined" : "unavailable" );
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user