GitHub user lhotari added a comment to the discussion: Geo Replica is not replicating
One common reason for bookies not being writable is that there's not sufficient disk space available. By default, diskUsageThreshold is 0.95 . Explained at https://bookkeeper.apache.org/docs/reference/config/#disk-utilization . Have you checked that you aren't hitting this limit? The bookkeeper logs would tell if it switches to read only mode because of the disk space. GitHub link: https://github.com/apache/pulsar/discussions/21775#discussioncomment-7925143 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
