You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…mpaction.
Summary: Fixed bug where when printing number of records in and records dropped during a compaction, the number would overflow due to using %d in the print statement instead of %llu
Test Plan: Manually observed log files
Reviewers: jmeehan
Reviewed By: jmeehan
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D15619
…ing a compaction.
Summary: Fixed bug where when printing number of records in and records dropped during a compaction, the number would overflow due to using %d in the print statement instead of %llu
Test Plan: Manually observed log files
Reviewers: jmeehan
Reviewed By: jmeehan
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D15619
/yugabyte-db/src/yb/rocksdb/db/compaction_job.cc:582
Observation #1.
T be741303c0774867bf7319b8958fbc88: [default] compacted to: files[15] max score 2.20, MB/sec: 6.8 rd, 1.0 wr, level 0, files in(0, 15) out(1) MB in(0.0, 31717.8) out(4575.9), read-write-amplify(38056773138.0) write-amplify(4798216918.0) OK, records in: -1510644558, records dropped: -1940654396
Observation #2.
I1005 10:37:47.263108 4521 compaction_job.cc:582] T be741303c0774867bf7319b8958fbc88: [default] compacted to: files[8] max score 0.80, MB/sec: 4.7 rd, 3.2 wr, level 0, files in(0, 10) out(1) MB in(0.0, 18992.7) out(12797.6), read-write-amplify(33334584156.0) write-amplify(13419265279.0) OK, records in: 1509556980(, records dropped: 2054364
The text was updated successfully, but these errors were encountered: