You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bookie crashes and after it starts, there are a lot of errors in the logs for different topics:
Jun 5 10:05:22 core-pulsar01b pulsar[888669]: 2023-06-05T10:05:22,259+0000 [BookKeeperClientWorker-OrderedExecutor-2-0] ERROR org.apache.bookkeeper.client.PendingReadOp - Read of ledger entry failed: L267797 E23716-E23716, Sent to [10.13.49.242:3181], Heard from [] : bitset = {}, Error = 'No such entry'. First unread entry is (-1, rc = null)
Jun 5 10:05:22 core-pulsar01b pulsar[888669]: org.apache.bookkeeper.mledger.ManagedLedgerException$NonRecoverableLedgerException: No such entry
Jun 5 10:05:22 core-pulsar01b pulsar[888669]: 2023-06-05T10:05:22,259+0000 [BookKeeperClientWorker-OrderedExecutor-2-0] ERROR org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers - [persistent://cmm/core/queue1 / sockets] Error reading entries at 267797:23716 : No such entry, Read Type Normal - Retrying to read in 54.178 seconds
Journal is disabled in the current configuration (journalWriteData=false). The topics still have messages in backlog. How can I recover the entry log file ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When bookie crashes and after it starts, there are a lot of errors in the logs for different topics:
Journal is disabled in the current configuration (journalWriteData=false). The topics still have messages in backlog. How can I recover the entry log file ?
All reactions