github.com/petermattis/pebble@v0.0.0-20190905164901-ab51a2166067/testdata/compaction_pacer_maybe_throttle (about) 1 init compaction 2 bytesIterated: 0 3 currentTotal: 10 4 ---- 5 pebble: maybeThrottle supplied with invalid bytesIterated 6 7 init compaction 8 bytesIterated: 1 9 currentTotal: 10 10 ---- 11 allow: 1 12 13 init compaction 14 bytesIterated: 2 15 currentTotal: 10 16 ---- 17 allow: 1 18 allow: 1 19 20 init compaction 21 bytesIterated: 3 22 currentTotal: 10 23 ---- 24 allow: 1 25 allow: 1 26 allow: 1 27 28 init compaction 29 burst: 2 30 bytesIterated: 1 31 currentTotal: 10 32 ---- 33 allow: 1 34 35 init compaction 36 burst: 2 37 bytesIterated: 2 38 currentTotal: 10 39 ---- 40 allow: 2 41 42 init compaction 43 burst: 2 44 bytesIterated: 3 45 currentTotal: 10 46 ---- 47 allow: 2 48 allow: 1 49 50 init compaction 51 burst: 10 52 bytesIterated: 1 53 currentTotal: 10 54 ---- 55 allow: 1 56 57 init compaction 58 burst: 10 59 bytesIterated: 2 60 currentTotal: 10 61 ---- 62 allow: 2 63 64 init compaction 65 burst: 10 66 bytesIterated: 3 67 currentTotal: 10 68 ---- 69 allow: 3 70 71 init compaction 72 burst: 10 73 bytesIterated: 11 74 currentTotal: 10 75 ---- 76 wait: 10 77 wait: 1 78 79 init compaction 80 bytesIterated: 3 81 currentTotal: 3 82 slowdownThreshold: 1 83 ---- 84 wait: 1 85 wait: 1 86 wait: 1 87 88 init compaction 89 burst: 10 90 bytesIterated: 11 91 currentTotal: 5 92 slowdownThreshold: 10 93 ---- 94 wait: 10 95 wait: 1 96 97 init compaction 98 burst: 10 99 bytesIterated: 11 100 currentTotal: 11 101 slowdownThreshold: 10 102 ---- 103 wait: 10 104 wait: 1 105 106 init compaction 107 burst: 10 108 bytesIterated: 1 109 currentTotal: 12 110 slowdownThreshold: 10 111 ---- 112 allow: 1 113 114 init compaction 115 burst: 10 116 bytesIterated: 2 117 currentTotal: 12 118 slowdownThreshold: 10 119 ---- 120 wait: 2 121 122 init compaction 123 burst: 10 124 bytesIterated: 2 125 currentTotal: 12 126 dirtyBytes: 0 127 slowdownThreshold: 10 128 ---- 129 allow: 2 130 131 init compaction 132 burst: 10 133 bytesIterated: 3 134 currentTotal: 14 135 slowdownThreshold: 10 136 ---- 137 allow: 3 138 139 init flush 140 bytesIterated: 0 141 ---- 142 pebble: maybeThrottle supplied with invalid bytesIterated 143 144 init flush 145 bytesIterated: 1 146 currentTotal: 10 147 ---- 148 allow: 1 149 150 init flush 151 bytesIterated: 2 152 currentTotal: 10 153 ---- 154 allow: 1 155 allow: 1 156 157 init flush 158 bytesIterated: 3 159 currentTotal: 10 160 ---- 161 allow: 1 162 allow: 1 163 allow: 1 164 165 init flush 166 burst: 2 167 bytesIterated: 1 168 currentTotal: 10 169 ---- 170 allow: 1 171 172 init flush 173 burst: 2 174 bytesIterated: 2 175 currentTotal: 10 176 ---- 177 allow: 2 178 179 init flush 180 burst: 2 181 bytesIterated: 3 182 currentTotal: 10 183 ---- 184 allow: 2 185 allow: 1 186 187 init flush 188 burst: 10 189 bytesIterated: 1 190 currentTotal: 10 191 ---- 192 allow: 1 193 194 init flush 195 burst: 10 196 bytesIterated: 2 197 currentTotal: 10 198 ---- 199 allow: 2 200 201 init flush 202 burst: 10 203 bytesIterated: 3 204 currentTotal: 10 205 ---- 206 allow: 3 207 208 init flush 209 bytesIterated: 3 210 currentTotal: 3 211 slowdownThreshold: 1 212 ---- 213 wait: 1 214 wait: 1 215 wait: 1 216 217 init flush 218 burst: 10 219 bytesIterated: 11 220 currentTotal: 11 221 slowdownThreshold: 10 222 ---- 223 wait: 10 224 wait: 1 225 226 init flush 227 burst: 10 228 bytesIterated: 1 229 currentTotal: 12 230 slowdownThreshold: 10 231 ---- 232 allow: 1 233 234 init flush 235 burst: 10 236 bytesIterated: 2 237 currentTotal: 12 238 slowdownThreshold: 10 239 ---- 240 wait: 2 241 242 init flush 243 burst: 10 244 bytesIterated: 3 245 currentTotal: 14 246 slowdownThreshold: 10 247 ---- 248 allow: 3