Skip to content

Commit

Permalink
[fix][test] Remove useless test code (apache#23823)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d59b1a)
  • Loading branch information
gaoran10 authored and lhotari committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0a0b3ca commit 6795cab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -474,7 +474,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();
}

0 comments on commit 6795cab

Please sign in to comment.