Debian package ignores GTID options when restarts server
Bug #1507812 reported by
Sveta Smirnova
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.6 |
Fix Released
|
High
|
Tomislav Plavcic | |||
5.7 |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When one upgrades Percona Server using Debian package, postinstall script restarts server few times. It can lead to situation when GTIDs sequence reset.
How to repeat.
1. Install Percona Server.
2. Start it with options:
binlog_
enforce-
gtid_mode = ON
3. Insert some data, got GTIDs 1-N where N is any number, greater than 1.
4. Upgrade server
5. Insert some data, notice what GTIDs were reset to 1
To post a comment you must log in.
See also file #5 in the associated issue for detailed steps to reproduce.
Workaround: binlog_ gtid_simple_ recovery = 0