Skip to content

Commit acc9336

Browse files
authored
[fix][test]flaky-test:ManagedLedgerInterceptorImplTest.testManagedLedgerPayloadInputProcessorFailure (#24170)
1 parent 98c9983 commit acc9336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ public void release(ByteBuf processedPayload) {
470470
var addEntryCallback = new AsyncCallbacks.AddEntryCallback() {
471471
@Override
472472
public void addComplete(Position position, ByteBuf entryData, Object ctx) {
473-
countDownLatch.countDown();
474473
successCount.incrementAndGet();
474+
countDownLatch.countDown();
475475
}
476476

477477
@Override

0 commit comments

Comments
 (0)