lhotari commented on PR #22586:
URL: https://github.com/apache/pulsar/pull/22586#issuecomment-2077963851
```sql
select toString(this['result.ex.detailMessage']), count(*) from
java.util.concurrent.CompletableFuture where this['result.ex.detailMessage'] is
not null group by 1 order by 2 desc
```
```
EXPR$0
| EXPR$1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException:
| 209,380
Lock was not in valid state: Releasing
| 23
BookKeeper client is closed
| 15
org.apache.bookkeeper.mledger.ManagedLedgerException:
java.util.concurrent.CompletionException:
org.apache.bookkeeper.mledger.ManagedLedgerException$CursorAlreadyClosedException:
Cursor was already closed| 2
Failed to close clients before deleting topic.
| 1
Total: 5 entries
| 209,421
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]