From 00b4ed2f900626eae692f30b657ff3b77aead307 Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Wed, 15 Apr 2020 16:45:01 -0700 Subject: [PATCH] Add a feature to HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index c03c5e1b2..aac2add07 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,7 @@ ### New Features * Log CompactOnDeletionCollectorFactory window_size and deletion_trigger parameters in the info log file for troubleshooting purposes. +* Report kFilesMarkedForCompaction for delete triggered compactions in case of Universal and Levelled Compactions. ## 6.9.1 (04/09/2020) ### Bug Fixes