Skip to content

Commit af97eaa

Browse files
gaoran10lhotari
authored andcommitted
[fix][test] Remove useless test code (#23823)
(cherry picked from commit 6d59b1a)
1 parent f838db1 commit af97eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ public void release(ByteBuf processedPayload) {
474474
var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
475475
@Override
476476
public void addComplete(Position position, ByteBuf entryData, Object ctx) {
477-
entryData.release();
478477
countDownLatch.countDown();
479478
successCount.incrementAndGet();
480479
}

0 commit comments

Comments
 (0)