facebook / facebook/rocksdb

log spamming in db_impl_files.cc

Open
#10,013 4 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.