gaoran10 commented on PR #23817: URL: https://github.com/apache/pulsar/pull/23817#issuecomment-2574519160
> Does it will lead to msg out of order? No, because the failed OpAddEntry wasn't removed from the `pendingAddEntries` of `ManagedLedgerImpl`, the next write operation will encounter the `ManagedLedgerException` "Unexpected add entry op when complete the add entry op.", refer to [here](https://github.com/apache/pulsar/blob/v4.0.1/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/OpAddEntry.java#L234). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
