[MDEV-11480] MariaRocks port: rocksdb.slow_query_log test (DISABLED) Created: 2016-12-03 Updated: 2018-04-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
At the moment, rocksdb.slow_query_log fails with this error:
The test itself checks that log-slow-extra produces a few RocksDB-related counters like so:
The patch that introduced this: As one can see, the counters are collected/printed in engine-agnostic fashion (despite having names like RocksDB_del_skipped and not having any universal meaning). The question is, what do we do with this in MariaDB? Introduce a SE API "service" for printing extra stuff into the slow query log? |