Skip to content

Commit

Permalink
[fix][test] Remove useless test code (apache#23823)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoran10 authored and hanmz committed Feb 12, 2025
1 parent d5aa9cb commit 52748c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ public void release(ByteBuf processedPayload) {
var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
@Override
public void addComplete(Position position, ByteBuf entryData, Object ctx) {
entryData.release();
countDownLatch.countDown();
successCount.incrementAndGet();
}
Expand Down

0 comments on commit 52748c2

Please sign in to comment.