-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][txn] Take first snapshot before persisting the first transactional message #21406
Merged
liangyepianzhou
merged 19 commits into
apache:master
from
liangyepianzhou:firstsnapshot
Aug 29, 2024
Merged
[improve][txn] Take first snapshot before persisting the first transactional message #21406
liangyepianzhou
merged 19 commits into
apache:master
from
liangyepianzhou:firstsnapshot
Aug 29, 2024
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7206283 - Browse repository at this point
Copy the full SHA 7206283View commit details -
fix:Write first snapshot when send first transactional message instea…
…d of building producer.
Configuration menu - View commit details
-
Copy full SHA for 87f79c8 - Browse repository at this point
Copy the full SHA 87f79c8View commit details -
1. `testWriteSnapshotWhenFirstTxnMessageSend` mainly test what we want to do. -- Take first snapshot when sending first transaction message. 2. `testMessagePublishInOrder` and `testRefCountWhenAppendBufferToTxn` test the message publish as expected. -- in order and no memory leak.
Configuration menu - View commit details
-
Copy full SHA for 134472e - Browse repository at this point
Copy the full SHA 134472eView commit details
Commits on Nov 17, 2023
-
test: improve testRefCountWhenAppendBufferToTxn
Add cases for sending second transaction message adn send transaction message failed.
Configuration menu - View commit details
-
Copy full SHA for bfc64e7 - Browse repository at this point
Copy the full SHA bfc64e7View commit details
Commits on Jul 23, 2024
-
Merge remote-tracking branch 'apache/master' into firstsnapshot
xiangying committedJul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for bd12046 - Browse repository at this point
Copy the full SHA bd12046View commit details -
xiangying committed
Jul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for c60f300 - Browse repository at this point
Copy the full SHA c60f300View commit details -
xiangying committed
Jul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 078771c - Browse repository at this point
Copy the full SHA 078771cView commit details
Commits on Jul 27, 2024
-
xiangying committed
Jul 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3f1c2b8 - Browse repository at this point
Copy the full SHA 3f1c2b8View commit details
Commits on Jul 30, 2024
-
xiangying committed
Jul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 9cc657f - Browse repository at this point
Copy the full SHA 9cc657fView commit details -
xiangying committed
Jul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a4a9cb - Browse repository at this point
Copy the full SHA 1a4a9cbView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 891c201 - Browse repository at this point
Copy the full SHA 891c201View commit details -
xiangying committed
Aug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for a5505bc - Browse repository at this point
Copy the full SHA a5505bcView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a83bad0 - Browse repository at this point
Copy the full SHA a83bad0View commit details
Commits on Aug 22, 2024
-
xiangying committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for a3abb94 - Browse repository at this point
Copy the full SHA a3abb94View commit details
Commits on Aug 28, 2024
-
xiangying committed
Aug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for c2d7fa7 - Browse repository at this point
Copy the full SHA c2d7fa7View commit details -
Merge remote-tracking branch 'apache/master' into firstsnapshot
xiangying committedAug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 82c3f0c - Browse repository at this point
Copy the full SHA 82c3f0cView commit details -
xiangying committed
Aug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for e9ee7e3 - Browse repository at this point
Copy the full SHA e9ee7e3View commit details -
xiangying committed
Aug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 71fdc72 - Browse repository at this point
Copy the full SHA 71fdc72View commit details -
xiangying committed
Aug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 7181a88 - Browse repository at this point
Copy the full SHA 7181a88View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.