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 Jan 8, 2025
1 parent 420f62e commit 6d59b1a
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 6d59b1a

Please sign in to comment.