You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2023/05/09 04:10:41 UTC

[GitHub] [pulsar] lvs071103 created a discussion: how to delete ledger

GitHub user lvs071103 created a discussion: how to delete ledger


Because the disk space is full, bookkeeper reports the following error, how to delete ledger 
```
12:04:13.283 [BookKeeperClientWorker-OrderedExecutor-3-0] ERROR org.apache.bookkeeper.proto.PerChannelBookieClient - Read for failed on bookie 10.1.69.169:3181 code EIO
12:04:13.283 [BookKeeperClientWorker-OrderedExecutor-3-0] INFO  org.apache.bookkeeper.client.PendingReadOp - Error: Error while reading ledger while reading L6903 E7473 from bookie: 10.1.69.169:3181
12:04:13.306 [BookKeeperClientWorker-OrderedExecutor-3-0] ERROR org.apache.bookkeeper.proto.PerChannelBookieClient - Read for failed on bookie 10.1.69.169:3181 code EIO
12:04:13.306 [BookKeeperClientWorker-OrderedExecutor-3-0] INFO  org.apache.bookkeeper.client.PendingReadOp - Error: Error while reading ledger while reading L6903 E7475 from bookie: 10.1.69.169:3181

```


GitHub link: https://github.com/apache/pulsar/discussions/20266

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscribe@pulsar.apache.org


[GitHub] [pulsar] lvs071103 edited a discussion: how to delete ledger

Posted by GitBox <gi...@apache.org>.
GitHub user lvs071103 edited a discussion: how to delete ledger


Because the disk space is full, bookkeeper reports the following error, how to delete ledger, or do you have any recommendations
```
12:04:13.283 [BookKeeperClientWorker-OrderedExecutor-3-0] ERROR org.apache.bookkeeper.proto.PerChannelBookieClient - Read for failed on bookie 10.1.69.169:3181 code EIO
12:04:13.283 [BookKeeperClientWorker-OrderedExecutor-3-0] INFO  org.apache.bookkeeper.client.PendingReadOp - Error: Error while reading ledger while reading L6903 E7473 from bookie: 10.1.69.169:3181
12:04:13.306 [BookKeeperClientWorker-OrderedExecutor-3-0] ERROR org.apache.bookkeeper.proto.PerChannelBookieClient - Read for failed on bookie 10.1.69.169:3181 code EIO
12:04:13.306 [BookKeeperClientWorker-OrderedExecutor-3-0] INFO  org.apache.bookkeeper.client.PendingReadOp - Error: Error while reading ledger while reading L6903 E7475 from bookie: 10.1.69.169:3181

```


GitHub link: https://github.com/apache/pulsar/discussions/20266

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscribe@pulsar.apache.org


[GitHub] [pulsar] hangc0276 added a comment to the discussion: how to delete ledger

Posted by "hangc0276 (via GitHub)" <gi...@apache.org>.
GitHub user hangc0276 added a comment to the discussion: how to delete ledger

You can use REST API to trigger compaction for BookKeeper:
https://bookkeeper.apache.org/docs/admin/http#endpoint-apiv1bookiegc

GitHub link: https://github.com/apache/pulsar/discussions/20266#discussioncomment-6026081

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscribe@pulsar.apache.org