Commit 0fa2f73
committed
go.mod: bump Pebble to 79e6b4a13387
Changes:
* [`79e6b4a1`](cockroachdb/pebble@79e6b4a1) db: add DBCompressionFast
* [`37958098`](cockroachdb/pebble@37958098) db: don't store table fromat in compaction
* [`1cb683a6`](cockroachdb/pebble@1cb683a6) db: make iterator tracking configurable
* [`c34a2827`](cockroachdb/pebble@c34a2827) db: track and report long-standing iterators
* [`a41a81bd`](cockroachdb/pebble@a41a81bd) inflight: add data structure to detect long-running operations
* [`5858b72b`](cockroachdb/pebble@5858b72b) github: run tests against custom cockroach Go
* [`ff0eb692`](cockroachdb/pebble@ff0eb692) db: test to demonstrate excise and EFOS race bug
* [`ae3bfad7`](cockroachdb/pebble@ae3bfad7) wal: deflake TestManagerFailover
* [`32dc26d7`](cockroachdb/pebble@32dc26d7) db: clean up some nil Options paths
* [`3214797c`](cockroachdb/pebble@3214797c) wal: clean up all segment files
* [`a0c64af9`](cockroachdb/pebble@a0c64af9) block: minor improvements to compression profiles
* [`59645694`](cockroachdb/pebble@59645694) objstorageprovider: propagate errIsNotExist fn in remoteReadable
Release note: none.
Epic: none.1 parent 9e89769 commit 0fa2f73
File tree
5 files changed
+22
-8
lines changed- build/bazelutil
- pkg/storage
5 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1834 | 1834 | | |
1835 | 1835 | | |
1836 | 1836 | | |
1837 | | - | |
1838 | | - | |
| 1837 | + | |
| 1838 | + | |
1839 | 1839 | | |
1840 | | - | |
| 1840 | + | |
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
| |||
7553 | 7553 | | |
7554 | 7554 | | |
7555 | 7555 | | |
| 7556 | + | |
| 7557 | + | |
| 7558 | + | |
| 7559 | + | |
| 7560 | + | |
| 7561 | + | |
| 7562 | + | |
| 7563 | + | |
| 7564 | + | |
| 7565 | + | |
7556 | 7566 | | |
7557 | 7567 | | |
7558 | 7568 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| 898 | + | |
898 | 899 | | |
899 | 900 | | |
900 | 901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| 435 | + | |
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | | - | |
| 580 | + | |
| 581 | + | |
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| |||
2053 | 2053 | | |
2054 | 2054 | | |
2055 | 2055 | | |
| 2056 | + | |
| 2057 | + | |
2056 | 2058 | | |
2057 | 2059 | | |
2058 | 2060 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments