-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: add log lines about removed records
CONFLICT: - conflict because this branch doesn't have pb.add_segment_marked_tombstone_free() Removing records from the storage layer is currently very silent, making it difficult to debug. This commit exposes the new copy_data_segment_reducer stats in as a log message, at info level when data is removed, and debug level when not (presumably we mostly care about these stats when data is actually being removed). (cherry picked from commit 8c84ffd)
- Loading branch information
Showing
3 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters