Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transaction] Txn ack abort process on subscription #7979

Merged
merged 2 commits into from
Sep 8, 2020

Conversation

gaoran10
Copy link
Contributor

@gaoran10 gaoran10 commented Sep 4, 2020

Fixes https://github.com/streamnative/pulsar/issues/1314

Motivation

Currently, the transaction ack abort process is not well.

Modifications

Make some changes for the transaction ack abort process.

Verifying this change

This change added tests and can be verified as follows:

-org.apache.pulsar.broker.transaction.TransactionProduceTest#ackAbortTest

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

  • Does this pull request introduce a new feature? (no)

@gaoran10
Copy link
Contributor Author

gaoran10 commented Sep 5, 2020

/pulsarbot run-failure-checks

@jiazhai
Copy link
Member

jiazhai commented Sep 8, 2020

@codelipenghui @zymap @congbobo184 to help review this PR.

@codelipenghui codelipenghui added this to the 2.7.0 milestone Sep 8, 2020
@codelipenghui codelipenghui changed the title [Transaction] Txn ack abort process [Transaction] Txn ack abort process on subscription Sep 8, 2020
@codelipenghui codelipenghui merged commit 8f2540f into apache:master Sep 8, 2020
lbenc135 pushed a commit to lbenc135/pulsar that referenced this pull request Oct 3, 2020
Fixes https://github.com/streamnative/pulsar/issues/1314

### Motivation

Currently, the transaction ack abort process is not well.

### Modifications

Make some changes for the transaction ack abort process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Transaction] Transaction Abort on subscription
3 participants