[MDEV-17667] MariaDB 10.3.8 looses last transaction Created: 2018-11-11 Updated: 2018-11-11 Resolved: 2018-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Linux, Ubuntu 14.04 |
||
| Attachments: |
|
| Description |
|
Our test script (az_test.php) does inserts into database. On error it reports last commited transaction: After (clean) restart of MariaDB 10.3.8 last commited transaction is not there any more:
But General Log reports query as commited:
MySQL was properly restarted:
Config was nothing sophisticated:
This problem does not happen with your competitor. And it is reproducible every time at will. |
| Comments |
| Comment by Elena Stepanova [ 2018-11-11 ] | |||||||||||||||||||||
|
It seems to be working okay for me, tried a few times:
Could you please provide SHOW CREATE for the table, maybe there is something in there? | |||||||||||||||||||||
| Comment by Oli Sennhauser [ 2018-11-11 ] | |||||||||||||||||||||
|
Both the same: CREATE TABLE `test` ( I try to get a 10.3.10 to reproduce... But having bad Internet connection ... I do not know if this helps to fence the problem: I am using generic binary tar ball... | |||||||||||||||||||||
| Comment by Oli Sennhauser [ 2018-11-11 ] | |||||||||||||||||||||
|
And Result is in Binary Logs as well:
| |||||||||||||||||||||
| Comment by Oli Sennhauser [ 2018-11-11 ] | |||||||||||||||||||||
|
Upgraded to 10.3.10 and same problem... | |||||||||||||||||||||
| Comment by Oli Sennhauser [ 2018-11-11 ] | |||||||||||||||||||||
|
After new creation of instance problem has gone! I tried it 5 times and it did not happen any more. So the old instance seems to have some odd inheritance from an earlier experiment... | |||||||||||||||||||||
| Comment by Elena Stepanova [ 2018-11-11 ] | |||||||||||||||||||||
|
That's very disturbing. We'll probably have to close it for now, but please keep an eye on it, and if it ever re-appears, comment so that we could re-open and investigate the issue. |