kirill-kosenko opened a new issue #10403: URL: https://github.com/apache/pulsar/issues/10403
Hello I noticed suspicious errors in log if "Pulsar Transactions" feature is enabled(**standalone.conf** has `transactionCoordinatorEnabled=true`) Please note that it doesn't matter if transactions are used or not in client's code ``` 09:43:41.102 [pulsar-io-50-13] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:26 firstEntry:4 lastEntry:4 09:45:27.445 [pulsar-io-50-13] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:41 firstEntry:1 lastEntry:1 09:51:57.592 [pulsar-io-50-13] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:41 firstEntry:2 lastEntry:2 10:05:09.382 [pulsar-io-50-18] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:45 firstEntry:6 lastEntry:6 10:05:09.414 [pulsar-io-50-19] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:44 firstEntry:7 lastEntry:7 10:05:09.431 [pulsar-io-50-13] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:41 firstEntry:3 lastEntry:3 10:12:03.327 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:1 lastEntry:1 10:12:03.333 [pulsar-io-50-23] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:1 lastEntry:1 10:12:22.132 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:2 lastEntry:2 10:12:22.141 [pulsar-io-50-23] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:2 lastEntry:2 10:14:59.790 [pulsar-io-50-6] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:40 firstEntry:1 lastEntry:1 10:14:59.798 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:3 lastEntry:3 10:14:59.823 [pulsar-io-50-7] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:3 lastEntry:3 10:16:26.449 [pulsar-io-50-11] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:41 firstEntry:4 lastEntry:4 10:16:26.494 [bookkeeper-ml-workers-OrderedExecutor-2-0] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:45 firstEntry:8 lastEntry:8 10:19:44.235 [pulsar-io-50-7] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:4 lastEntry:4 10:19:44.282 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:4 lastEntry:4 10:19:44.309 [pulsar-io-50-6] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:40 firstEntry:2 lastEntry:2 10:20:35.200 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:5 lastEntry:5 10:20:35.247 [pulsar-io-50-6] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:40 firstEntry:3 lastEntry:3 10:20:35.251 [pulsar-io-50-7] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:5 lastEntry:5 10:21:28.768 [pulsar-io-50-7] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:6 lastEntry:6 10:21:28.786 [pulsar-io-50-6] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:40 firstEntry:4 lastEntry:4 10:21:28.807 [pulsar-io-50-16] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:6 lastEntry:6 10:21:28.817 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:6 lastEntry:6 10:21:49.299 [pulsar-io-50-6] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:40 firstEntry:5 lastEntry:5 10:21:49.323 [pulsar-io-50-21] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:7 lastEntry:7 10:21:49.336 [pulsar-io-50-16] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:104 firstEntry:7 lastEntry:7 10:21:49.374 [pulsar-io-50-7] ERROR org.apache.bookkeeper.client.LedgerHandle - ReadException on ledgerId:99 firstEntry:7 lastEntry:7 ``` Kindly take a look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
