merlimat opened a new pull request #14261: URL: https://github.com/apache/pulsar/pull/14261
### Motivation If there are individually deleted messages that are pointing to *before* the mark-delete position, that will cause a situation in which the `cursor.delete()` calls will fail to move the mark-delete position anymore (at least until an explicit `cursor.markDelete()` is called). The problem is that we are comparing the upper-value of the first range and if that is lower, it would be trying to mark-delete an earlier position and get error. -- 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]
