[MDEV-16613] rocksdb.rpl_row_stats fails in current 10.2 Created: 2018-06-28 Updated: 2018-07-01 Resolved: 2018-06-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.0.36, 10.1.35, 10.2.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After some recent push, rocksdb.rpl_row_stats fails like so:
|
| Comments |
| Comment by Sergei Petrunia [ 2018-06-28 ] | ||||||||||||||||||||||
|
It seems to do the same number of updates, but the new tree increments
On an older tree (a107c79fcdde80d1dea0a1caf5859647f77b48c9) I get:
| ||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2018-06-28 ] | ||||||||||||||||||||||
|
Note that the first one makes two rows_read increments between ha_rnd_pos_by_record and ha_rnd_pos_by_record end. The second one makes just one increment. |