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)
(cherry picked from commit 6795cab)
  • Loading branch information
gaoran10 authored and nikhil-ctds committed Jan 10, 2025
1 parent 2526c8f commit 0a18e95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 0a18e95

Please sign in to comment.