lhotari commented on PR #22586:
URL: https://github.com/apache/pulsar/pull/22586#issuecomment-2077351106
In one of the heap dumps, there was 251,029 lambdas which all reference a
`__change_events` topic.
```sql
select this['arg$2.completeTopicName'], count(*) from
"org.apache.pulsar.broker.resources.NamespaceResources$PartitionedTopicResources$$Lambda$1819+0x00007f08a8b65ee8"
group by 1
```
```
EXPR$0
| EXPR$1
----------------------------------------------------------------------------------------------------------
persistent://pulsar/testReplicateSubBackLog-88c7c05a-0f07-4ed2-b82a-9b911afad922/__change_events|
251,029
----------------------------------------------------------------------------------------------------------
```
--
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]