There is a logic in AuditorElector will shutdown itself when session expired : https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/AuditorElector.java#L203
when AuditorElector shuts itself down, the death watcher will quit and then AutoRecoveryMain will quit. so the session expire logic in AutoRecoveryMain is not really needed. [ Full content available at: https://github.com/apache/bookkeeper/pull/1693 ] This message was relayed via gitbox.apache.org for [email protected]
