(WIP) Auditor.checkAllLedgers should use Auditor's instance variables
Descriptions of the changes in this PR:
- currently checkAllLedgers method creates instances of ZK, BK and BKAdmin everytime this method is called. Instead it should use Auditors instance variables.
retest this please
few replication tests are failing. Will check that.
the change here will introduce deadlock so this PR needs to be revisited.
See comment: https://github.com/apache/bookkeeper/pull/1608#issuecomment-414957226
@reddycharan this patch got enough consensus to be committed. can you please rebase ? I will be happy to merge
cc @sijie
Oh I missed @sijie 's comment. we should revisit this patch or close it
@reddycharan this patch was already approved by @sijie
do you mind rebasing it to current master ?
@reddycharan can you please rebase to master and push? This is a useful patch to have.
@eolivelli @sijie I went through the current implementation of checkAllLedgers() and I think we should close this PR.