We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
master
There are several thread safety issues in SnapshotSegmentAbortedTxnProcessorImpl class. examples:
pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/SnapshotSegmentAbortedTxnProcessorImpl.java
Lines 374 to 376 in 529e1ab
Line 383 in 529e1ab
Line 744 in 529e1ab
Multi-threading code should be thread safe.
Non thread-safe code.
No response
The text was updated successfully, but these errors were encountered:
related to #21304 and #22119
Sorry, something went wrong.
@lhotari can you review above mentioned PR.
dao-jun
Successfully merging a pull request may close this issue.
Search before asking
Version
master
Minimal reproduce step
There are several thread safety issues in SnapshotSegmentAbortedTxnProcessorImpl class.
examples:
pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/SnapshotSegmentAbortedTxnProcessorImpl.java
Lines 374 to 376 in 529e1ab
pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/SnapshotSegmentAbortedTxnProcessorImpl.java
Line 383 in 529e1ab
pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/SnapshotSegmentAbortedTxnProcessorImpl.java
Line 744 in 529e1ab
What did you expect to see?
Multi-threading code should be thread safe.
What did you see instead?
Non thread-safe code.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: