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][buffer] Add data ledger position in txn commit marker #4826

Merged
merged 4 commits into from
Jul 30, 2019

Conversation

zymap
Copy link
Member

@zymap zymap commented Jul 26, 2019


Motivation

Add the data ledger position into the commit marker of the transaction log.

Modifications

Create a new TxnCommitMarker in the proto.

---

*Motivation*

Add the data ledger position into the commit marker of the transaction log.

*Modifications*

Create a new TxnCommitMarker in the proto.
@zymap
Copy link
Member Author

zymap commented Jul 26, 2019

run integration tests

@zymap
Copy link
Member Author

zymap commented Jul 28, 2019

run java8 tests

1 similar comment
@zymap
Copy link
Member Author

zymap commented Jul 29, 2019

run java8 tests

try {
builder = PulsarMarkers.TxnCommitMarker.newBuilder();
return builder.mergeFrom(inStream, null).build();
}finally {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}finally {
} finally {

@sijie
Copy link
Member

sijie commented Jul 29, 2019

run cpp tests
run integration tests

@sijie sijie added this to the 2.5.0 milestone Jul 29, 2019
@sijie sijie merged commit 3a06c97 into apache:master Jul 30, 2019
@wolfstudy wolfstudy modified the milestones: 2.5.0, 2.4.2 Nov 14, 2019
@wolfstudy
Copy link
Member

Change the Milestone to 2.4.2, because of conflict.

@wolfstudy wolfstudy modified the milestones: 2.4.2, 2.5.0 Nov 19, 2019
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.

None yet

3 participants