Skip to content

Commit c632281

Browse files
gaoran10poorbarcode
authored andcommitted
[fix][test] Remove useless test code (apache#23823)
1 parent 8615f29 commit c632281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pulsar-broker/src/test/java/org/apache/pulsar/broker/intercept/ManagedLedgerInterceptorImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ public void release(ByteBuf processedPayload) {
470470
var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
471471
@Override
472472
public void addComplete(Position position, ByteBuf entryData, Object ctx) {
473-
entryData.release();
474473
countDownLatch.countDown();
475474
successCount.incrementAndGet();
476475
}

0 commit comments

Comments
 (0)