log spamming in db_impl_files.cc
Open
question
up-for-grabs
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
### Expected behavior
No warnings.
### Actual behavior
Log spamming, with the following 2 messages repeated hundreds of times per day:
[/db_impl/db_impl_files.cc:94] File Deletions Enable, but not really enabled. Counter: 1
[/db_impl/db_impl_files.cc:54] File Deletions Disabled, but already disabled. Counter: 1
### Steps to reproduce the behavior
We are using Rocksdb in Java (6.2xx): these logs are happening even with a simple unit test with open a database, write some keys, then close it.
Contributor guide
Assessment
This issue has not been assessed yet.