lhotari commented on PR #15067: URL: https://github.com/apache/pulsar/pull/15067#issuecomment-1106432103
> > > , the persistentMarkDeletePosition might apply the value from thread 0 or thread 1, it's uncertain, I think we should provide consistent behavior here. > > > And `inProgressLatest` is a local variable, `mdEntry` will not share between threads, I think they are not related to race conditions. > > > > > > @codelipenghui That's true. However, I don't think that the problem has become worse than before. It would be good to address the problems with a single threaded approach with a actor like model where there would be no concurrency. > > I don't agree with this. This will add the complexity of the logic. We should find a way to fix this completely, not merge with other ideas Please be more specific about your feedback. I don't really get the point of your sentence. Please rephrase. -- 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]
