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
We are looking for the best practices in terms of recovery in below situation, thanks!
We have a ledger marked as under-replicated:
INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - 25082
INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - Ctime : 1731526130312
INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - Under replicated ledger count: 1
CompactedTopicLedger is the ledger marked as under-replicated and we cannot recover it.
As far as I understand this is the transaction buffer snapshot topic and it is required to be available for topics recovery to work.
Also have multiple topics unavailable
e.g.:
WARN org.apache.pulsar.broker.transaction.buffer.impl.TopicTransactionBuffer -
Closing topic persistent://U/VTN/m-3-test-input due to read transaction buffer snapshot while recovering the transaction buffer throw exception
Is there a way to recover from this state without recreating the affected topics?
Could setting autoSkipNonRecoverableData to true help in this case?
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
-
Hey All!
We are looking for the best practices in terms of recovery in below situation, thanks!
We have a ledger marked as under-replicated:
INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - 25082 INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - Ctime : 1731526130312 INFO org.apache.bookkeeper.tools.cli.commands.autorecovery.ListUnderReplicatedCommand - Under replicated ledger count: 1
It belongs to a system topic:
Which is in following state:
CompactedTopicLedger is the ledger marked as under-replicated and we cannot recover it.
As far as I understand this is the transaction buffer snapshot topic and it is required to be available for topics recovery to work.
Also have multiple topics unavailable
e.g.:
Is there a way to recover from this state without recreating the affected topics?
Could setting autoSkipNonRecoverableData to true help in this case?
Beta Was this translation helpful? Give feedback.
All reactions