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.
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
replication: Add mysql::serialization based Gtid Log Event #990
replication: Add mysql::serialization based Gtid Log Event #990
Changes from 20 commits
3ea3d67
a3d5dee
10158f4
6888c31
09838f5
b6ceaf3
3bd47aa
0b445a1
b55f86e
3028527
76b98bb
990de1d
0237595
209cfad
ad8acac
f412b2b
a7e4280
b7b8f38
28d3be8
4a8e497
c74b18e
aa11671
86bf3fc
8d78a72
ba1dcc9
1558b91
da20b43
ab00980
80d1d62
89b293f
a45d879
085c631
ac2d26f
3a1789b
14de33c
173111f
f129364
b7e35fe
78157e3
9b61d61
dfc7475
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't yet been able to generate any events with an actual
commit_group_ticket
.I first tried with
binlog_group_commit_sync_delay=...
but that didn't make any difference.Then looking at the code I noticed that this has to do with Group Replication (part of InnoDB Cluster), So I setup a cluster with 3 sandbox instances... but that also didn't give me any events for testing.
Looks like this might also be known as BGC (Binlog Group Commit) tickets.