Commit ec5dca1
[fix][broker]Fix memory leak when using a customized ManagedLedger implementation (apache#25016)
(cherry picked from commit 3937788)
(cherry picked from commit 7adf72f)1 parent e2e64bc commit ec5dca1
File tree
5 files changed
+1237
-2
lines changed- managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl
- pulsar-broker/src
- main/java/org/apache/pulsar/broker
- service/persistent
- test/java/org/apache/bookkeeper/mledger/impl
5 files changed
+1237
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4067 | 4067 | | |
4068 | 4068 | | |
4069 | 4069 | | |
| 4070 | + | |
| 4071 | + | |
| 4072 | + | |
| 4073 | + | |
4070 | 4074 | | |
4071 | 4075 | | |
4072 | 4076 | | |
| |||
0 commit comments