Ran
|
Jobs
2
|
Files
118
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/dgraph-io/badger/commit/<a class=hub.com/dgraph-io/badger/commit/bcf8b972e5a27ed2406e3061902eff5cec4966ab">bcf8b972e<a href="https://github.com/dgraph-io/badger/commit/bcf8b972e5a27ed2406e3061902eff5cec4966ab">">Flush vlog buffer if it grows beyond threshold (#1067) The OOM happens when we trying to flush write batch. When we insert data into a transaction, we calculate the size of the transaction by using the following function https://github.com/dgraph-io/badger/blob/</a><a class="double-link" href="https://github.com/dgraph-io/badger/commit/<a class="double-link" href="https://git"><a class=</a>hub.com/dgraph-io/badger/commit/<a class=hub.com/dgraph-io/badger/commit/b20e8b6e8b742236f4a88f7c0cead2d64118a416">b20e8b6e8">b20e8b6e8</a><a href="https://github.com/dgraph-io/badger/commit/bcf8b972e5a27ed2406e3061902eff5cec4966ab">/txn.go#L295-L300 which uses `estimateSize` function https://github.com/dgraph-io/badger/blob/b20e8b6e8b742236f4a88f7c0cead2d64118a416/structs.go#L134-L139 For a key size of 4 and a value size of 1 MB, the `estimateSize` function would return 4 + 12 + 2 = 18 byte which is valid in case of SSTs but not for a vlog file. The entry size for vlog would be around 1 MB and when all such entries are packed into a single request for vlog, the bytes.buffer in vlog crashes with OOM error. This commit fixes it.</a>
17 of 17 new or added lines in 1 file covered. (100.0%)
19320 of 24892 relevant lines covered (77.62%)
126977.79 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
79.3 |
-0.11% | value.go |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 2957.1 | 39 |
77.59 |
Travis Job 2957.1 | |
2 | 2957.2 | 39 |
77.44 |
Travis Job 2957.2 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|