Re: How to handle stale metadata?

2019-02-18 Thread Sijie Guo
On Tue, Feb 19, 2019 at 4:22 AM Venkateswara Rao Jujjuri wrote: > Recently we ran into a situation where the LedgerMetadataListener never > returned/detected metadata change. Due to this reader had stale metadata > and tried to read from bookies that no longer have that ledger, hence > NoSuchLedg

How to handle stale metadata?

2019-02-18 Thread Venkateswara Rao Jujjuri
Recently we ran into a situation where the LedgerMetadataListener never returned/detected metadata change. Due to this reader had stale metadata and tried to read from bookies that no longer have that ledger, hence NoSuchLedgerExistsException was returned to the caller. 1. I wonder if NoSuchLedger