[MDEV-14123] .rocksdb folder may break workflow which re-create data directory Created: 2017-10-25 Updated: 2017-12-11 Resolved: 2017-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
I did see many workflows/scripts which re-create data directory with commands like:
OR :
The rm command will not clean up eventual .rocksdb folder, which may cause errors in new instance like:
|
| Comments |
| Comment by Elena Stepanova [ 2017-10-25 ] | ||||||
|
This folder causes problems on many levels (I've linked a couple of open issues). They must be solved somehow before MyRocks goes GA. | ||||||
| Comment by Sergei Petrunia [ 2017-12-07 ] | ||||||
|
Changing its name is a question of changing the default value of rocksdb_datadir. Trying to change to #rocksdb.
| ||||||
| Comment by Sergei Petrunia [ 2017-12-11 ] | ||||||
|
Renamed the folder to #rocksdb. |