You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by Enrico Olivelli <eo...@gmail.com> on 2017/07/26 10:20:09 UTC

Minor 4.5 issue - remove error from logs

In 4.5 tests there are a lot of this errors
I wonder if we can remove that log or decrease the level, at least during
shutdown

@Charan what do you think ? I think this change comes from you


2017-07-26 12:18:09,167 - ERROR -
[AuditorBookie-10.168.101.193:15021:ZkLedgerUnderreplicationManager@652] -
Error while checking the state of ledger re-replication
org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /ledgers/underreplication/disable
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:131)
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
    at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1909)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient.access$2401(ZooKeeperClient.java:71)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient$15.call(ZooKeeperClient.java:882)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient$15.call(ZooKeeperClient.java:876)
    at
org.apache.bookkeeper.zookeeper.ZooWorker.syncCallWithRetries(ZooWorker.java:141)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient.exists(ZooKeeperClient.java:876)
    at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1937)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient.access$2501(ZooKeeperClient.java:71)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient$16.call(ZooKeeperClient.java:903)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient$16.call(ZooKeeperClient.java:897)
    at
org.apache.bookkeeper.zookeeper.ZooWorker.syncCallWithRetries(ZooWorker.java:141)
    at
org.apache.bookkeeper.zookeeper.ZooKeeperClient.exists(ZooKeeperClient.java:897)
    at
org.apache.bookkeeper.meta.ZkLedgerUnderreplicationManager.isLedgerReplicationEnabled(ZkLedgerUnderreplicationManager.java:646)
    at
org.apache.bookkeeper.replication.Auditor.waitIfLedgerReplicationDisabled(Auditor.java:423)
    at
org.apache.bookkeeper.replication.Auditor.auditBookies(Auditor.java:477)
    at
org.apache.bookkeeper.replication.Auditor.startAudit(Auditor.java:455)
    at org.apache.bookkeeper.replication.Auditor.access$800(Auditor.java:78)

-- Enrico