Peter Dillinger
b3dbeadc34
Fix double-dumping CF stats to log ( #8380 )
...
Summary:
DBImpl::DumpStats is supposed to do this:
Dump DB stats to LOG
For each CF, dump CFStatsNoFileHistogram to LOG
For each CF, dump CFFileHistogram to LOG
Instead, due to a longstanding bug from 2017 (https://github.com/facebook/rocksdb/issues/2126 ), it would dump
CFStats, which includes both CFStatsNoFileHistogram and CFFileHistogram,
in both loops, resulting in near-duplicate output.
This fixes the bug.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/8380
Test Plan: Manual inspection of LOG after db_bench
Reviewed By: jay-zhuang
Differential Revision: D29017535
Pulled By: pdillinger
fbshipit-source-id: 3010604c4a629a80347f129cd746ce9b0d0cbda6
2021-06-11 17:06:09 -07:00
..
2021-06-10 12:58:37 -07:00
2021-06-10 11:02:43 -07:00
2021-06-11 17:06:09 -07:00
2021-05-05 14:00:17 -07:00
2021-05-05 14:00:17 -07:00
2021-06-07 11:41:31 -07:00
2021-05-20 16:07:28 -07:00
2021-05-17 22:53:04 -07:00
2021-05-17 22:53:04 -07:00
2021-05-07 13:15:34 -07:00
2021-06-10 11:02:43 -07:00
2021-06-10 11:02:43 -07:00
2021-03-29 17:10:42 -07:00
2020-10-28 23:22:27 -07:00
2021-05-05 14:00:17 -07:00
2021-05-05 14:00:17 -07:00
2021-02-06 22:34:30 -08:00
2021-05-13 22:58:40 -07:00
2021-06-08 05:03:32 -07:00
2021-05-21 17:11:32 -07:00
2021-05-07 16:01:40 -07:00
2021-05-21 19:06:47 -07:00
2021-01-25 22:09:11 -08:00
2021-01-09 09:44:34 -08:00
2021-05-05 12:54:46 -07:00
2021-03-30 18:35:20 -07:00
2021-01-19 13:47:48 -08:00
2020-06-15 10:47:02 -07:00
2020-08-17 18:42:25 -07:00
2021-01-06 14:15:02 -08:00
2021-05-05 14:00:17 -07:00
2021-05-05 14:00:17 -07:00
2021-06-10 12:58:37 -07:00
2021-06-10 12:58:37 -07:00
2021-03-12 12:31:29 -08:00
2021-01-29 12:18:58 -08:00
2021-01-25 22:09:11 -08:00
2020-12-09 21:21:16 -08:00
2021-05-05 14:00:17 -07:00
2021-06-10 12:58:37 -07:00
2020-12-08 15:55:04 -08:00
2021-05-11 06:47:22 -07:00
2021-04-14 12:05:47 -07:00
2021-05-21 14:03:44 -07:00
2021-05-19 21:41:31 -07:00
2021-04-15 20:18:57 -07:00
2020-12-22 23:45:58 -08:00
2020-12-22 23:45:58 -08:00
2021-01-06 14:15:02 -08:00
2021-06-07 11:41:31 -07:00
2021-04-19 18:11:13 -07:00
2021-05-19 16:51:13 -07:00
2021-05-04 11:02:59 -07:00
2021-02-06 22:34:30 -08:00
2021-06-10 11:02:43 -07:00
2021-03-15 17:44:52 -07:00
2020-08-17 18:42:25 -07:00
2021-04-21 13:54:02 -07:00
2020-12-22 15:09:39 -08:00
2020-10-28 23:22:27 -07:00
2020-12-02 13:00:53 -08:00
2021-03-25 21:18:08 -07:00
2020-12-22 15:09:39 -08:00
2021-06-11 14:48:28 -07:00
2021-06-11 14:48:28 -07:00
2021-03-25 21:18:08 -07:00
2021-05-21 17:11:32 -07:00
2020-08-25 10:46:11 -07:00
2020-02-20 12:09:57 -08:00
2021-05-18 19:33:55 -07:00
2021-05-18 19:33:55 -07:00
2021-03-15 04:34:11 -07:00
2021-05-20 09:29:57 -07:00
2020-12-22 23:45:58 -08:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2020-10-28 23:22:27 -07:00
2021-06-10 11:02:43 -07:00
2021-06-10 11:02:43 -07:00
2021-03-17 20:44:49 -07:00
2020-02-20 12:09:57 -08:00
2021-03-19 12:09:47 -07:00
2020-02-20 12:09:57 -08:00
2021-03-25 21:18:08 -07:00
2020-04-15 17:40:44 -07:00
2021-01-25 22:09:11 -08:00
2021-03-15 04:34:11 -07:00
2020-12-23 16:55:53 -08:00
2021-06-08 05:03:32 -07:00
2021-05-19 16:51:13 -07:00
2021-05-05 14:00:17 -07:00
2021-01-29 12:18:58 -08:00
2020-12-22 23:45:58 -08:00
2020-02-20 12:09:57 -08:00
2020-11-30 18:11:38 -08:00
2020-08-26 10:39:20 -07:00
2021-01-04 16:01:01 -08:00
2020-12-23 16:55:53 -08:00
2021-03-19 12:09:47 -07:00
2020-02-20 12:09:57 -08:00
2021-03-19 12:09:47 -07:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2020-12-22 23:45:58 -08:00
2021-06-10 11:02:43 -07:00
2021-03-25 21:18:08 -07:00
2020-12-14 13:48:22 -08:00
2021-05-05 14:00:17 -07:00
2021-05-05 14:00:17 -07:00
2021-05-10 12:50:25 -07:00
2020-02-20 12:09:57 -08:00
2021-03-15 04:34:11 -07:00
2021-03-15 04:34:11 -07:00
2020-02-20 12:09:57 -08:00
2021-01-21 13:13:02 -08:00
2021-03-12 16:44:35 -08:00
2020-12-23 16:55:53 -08:00
2020-11-10 23:42:13 -08:00
2021-05-19 21:41:31 -07:00
2021-03-15 04:34:11 -07:00
2021-01-25 22:09:11 -08:00
2021-03-15 04:34:11 -07:00
2021-01-25 22:09:11 -08:00
2020-02-20 12:09:57 -08:00
2021-05-05 14:00:17 -07:00
2020-02-20 12:09:57 -08:00
2021-03-15 04:34:11 -07:00
2021-03-15 04:34:11 -07:00
2020-02-20 12:09:57 -08:00
2020-10-28 10:12:58 -07:00
2021-03-25 21:18:08 -07:00
2020-02-20 12:09:57 -08:00
2021-05-20 16:07:28 -07:00
2021-05-20 16:07:28 -07:00
2020-08-14 19:20:58 -07:00
2021-03-17 20:44:49 -07:00
2021-06-10 11:02:43 -07:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2021-03-25 21:18:08 -07:00
2021-06-10 11:02:43 -07:00
2021-06-10 11:02:43 -07:00
2021-05-17 18:28:39 -07:00
2021-03-25 15:00:45 -07:00
2021-05-17 18:28:39 -07:00
2020-12-22 23:45:58 -08:00
2020-08-12 17:31:23 -07:00
2020-02-20 12:09:57 -08:00
2020-02-20 12:09:57 -08:00
2021-05-05 14:00:17 -07:00
2021-04-19 11:56:14 -07:00
2021-04-19 11:56:14 -07:00
2021-06-10 12:55:20 -07:00
2021-06-10 12:55:20 -07:00
2021-01-19 19:27:53 -08:00
2021-05-17 15:15:23 -07:00
2021-05-17 15:15:23 -07:00
2021-06-10 11:02:43 -07:00
2021-06-10 12:58:37 -07:00
2021-06-10 11:02:43 -07:00
2020-12-09 16:02:12 -08:00
2020-12-09 16:02:12 -08:00
2020-12-09 16:02:12 -08:00
2021-06-10 11:02:43 -07:00
2021-04-22 20:43:54 -07:00
2020-08-12 17:31:23 -07:00
2020-02-20 12:09:57 -08:00
2021-01-29 12:18:58 -08:00
2021-05-05 14:00:17 -07:00
2021-03-15 04:34:11 -07:00
2020-12-22 23:45:58 -08:00
2020-02-20 12:09:57 -08:00
2021-03-18 09:47:31 -07:00
2021-03-18 09:47:31 -07:00
2021-03-18 09:47:31 -07:00
2021-04-21 13:54:02 -07:00
2021-03-19 12:09:47 -07:00