Skip to content

Instantly share code, notes, and snippets.

@valeriansaliou
Created March 31, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valeriansaliou/345163200de7a30f4f1e2894c2b07fce to your computer and use it in GitHub Desktop.
Save valeriansaliou/345163200de7a30f4f1e2894c2b07fce to your computer and use it in GitHub Desktop.
RocksDB deadlock LOG
** File Read Latency Histogram By Level [default] **
2019/03/31-08:53:54.017088 7fc4977f6700 [WARN] [db/db_impl.cc:669] ------- DUMPING STATS -------
2019/03/31-08:53:54.017165 7fc4977f6700 [WARN] [db/db_impl.cc:670]
** DB Stats **
Uptime(secs): 41400.5 total, 600.0 interval
Cumulative writes: 17M writes, 17M keys, 17M commit groups, 1.0 writes per commit group, ingest: 13.88 GB, 0.34 MB/s
Cumulative WAL: 17M writes, 0 syncs, 17597384.00 writes per sync, written: 13.88 GB, 0.34 MB/s
Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent
Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s
Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s
Interval stall: 00:00:0.000 H:M:S, 0.0 percent
** Compaction Stats [default] **
Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop
----------------------------------------------------------------------------------------------------------------------------------------------------------
L0 1/0 5.10 MB 0.2 0.0 0.0 0.0 0.9 0.9 0.0 1.0 0.0 66.9 14 233 0.059 0 0
L1 3/0 177.73 MB 0.9 10.4 0.9 9.5 9.5 0.0 0.0 10.6 22.3 20.4 478 58 8.234 527M 4072K
L2 20/0 1.21 GB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0
Sum 24/0 1.38 GB 0.0 10.4 0.9 9.5 10.4 0.9 0.0 11.6 21.7 21.7 491 291 1.689 527M 4072K
Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0
Uptime(secs): 41400.5 total, 600.0 interval
Flush(GB): cumulative 0.901, interval 0.000
AddFile(GB): cumulative 0.000, interval 0.000
AddFile(Total Files): cumulative 0, interval 0
AddFile(L0 Files): cumulative 0, interval 0
AddFile(Keys): cumulative 0, interval 0
Cumulative compaction: 10.43 GB write, 0.26 MB/s write, 10.41 GB read, 0.26 MB/s read, 491.4 seconds
Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count
** File Read Latency Histogram By Level [default] **
** Compaction Stats [default] **
Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop
----------------------------------------------------------------------------------------------------------------------------------------------------------
L0 1/0 5.10 MB 0.2 0.0 0.0 0.0 0.9 0.9 0.0 1.0 0.0 66.9 14 233 0.059 0 0
L1 3/0 177.73 MB 0.9 10.4 0.9 9.5 9.5 0.0 0.0 10.6 22.3 20.4 478 58 8.234 527M 4072K
L2 20/0 1.21 GB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0
Sum 24/0 1.38 GB 0.0 10.4 0.9 9.5 10.4 0.9 0.0 11.6 21.7 21.7 491 291 1.689 527M 4072K
Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0.000 0 0
Uptime(secs): 41400.5 total, 0.0 interval
Flush(GB): cumulative 0.901, interval 0.000
AddFile(GB): cumulative 0.000, interval 0.000
AddFile(Total Files): cumulative 0, interval 0
AddFile(L0 Files): cumulative 0, interval 0
AddFile(Keys): cumulative 0, interval 0
Cumulative compaction: 10.43 GB write, 0.26 MB/s write, 10.41 GB read, 0.26 MB/s read, 491.4 seconds
Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment