Gyu-Ho Lee
|
023f335f67
wal: set PageWriter offset in file encoder
|
8 tahun lalu |
Gyu-Ho Lee
|
fe3a1cc31b
wal: fix error type
|
8 tahun lalu |
Gyu-Ho Lee
|
70713706a1
wal: fix err shadowing (go vet)
|
8 tahun lalu |
Anthony Romano
|
202da9270e
wal: fsync directory after wal file rename
|
8 tahun lalu |
Aaron Lehmann
|
5089bf58fb
wal: hold file lock while renaming WAL directory on non-Windows
|
8 tahun lalu |
Anthony Romano
|
bd7581ac59
wal: zero out wal tail past its first zero record
|
8 tahun lalu |
Anthony Romano
|
ef65dfe2eb
wal: release wal locks before renaming directory on init
|
8 tahun lalu |
Gyu-Ho Lee
|
6cfc03a5f9
wal: use CreateDirAll
|
8 tahun lalu |
Gyu-Ho Lee
|
b4aa4607cb
wal: use bytes.Equal, other minor updates
|
8 tahun lalu |
Gyu-Ho Lee
|
3243795522
wal: simplify boolean return
|
8 tahun lalu |
Gyu-Ho Lee
|
4570eddc2c
wal: PrivateFileMode/DirMode as in pkg/fileutil
|
8 tahun lalu |
Anthony Romano
|
39eaa37dcf
wal: warn if sync exceeds a second
|
8 tahun lalu |
Anthony Romano
|
5be39d2c84
wal: don't preallocate on old tail file
|
8 tahun lalu |
Anthony Romano
|
71a9d6fc8b
wal: don't warn when opening wal directory with stale tmp files
|
8 tahun lalu |
Gyu-Ho Lee
|
4a5befc2de
wal: update LICENSE header
|
8 tahun lalu |
Anthony Romano
|
17391336af
wal: atomically initialize wal directory
|
8 tahun lalu |
Xiang Li
|
0fb7cb8b00
*: add disk operation metrics for monitoring
|
8 tahun lalu |
Anthony Romano
|
bfe3a3d08e
wal: fix tail corruption
|
8 tahun lalu |
Anthony Romano
|
bd832e5b0a
*: migrate Godeps to vendor/
|
8 tahun lalu |
Anthony Romano
|
0df732c052
wal: pre-create segment files
|
8 tahun lalu |
Anthony Romano
|
24b806d2ee
wal: preallocate WAL files with initial size equal to segment size
|
8 tahun lalu |
Anthony Romano
|
aafe717f2f
fileutil: support file extending preallocate
|
8 tahun lalu |
Anthony Romano
|
7397e14c0a
fileutil, wal: refactor file locking
|
8 tahun lalu |
Xiang Li
|
53e7ddbc66
wal: do not call fsync when it is not necessary
|
8 tahun lalu |
Xiang Li
|
e59efe45a1
wal: support fadatasync on linux
|
8 tahun lalu |
Gyu-Ho Lee
|
71c2a9bb3c
*: fix minor typos, comments
|
8 tahun lalu |
Gyu-Ho Lee
|
a4de207d53
wal: fix shadowed variables
|
9 tahun lalu |
Gyu-Ho Lee
|
55adfcb428
wal: minor typo in wal pkg
|
9 tahun lalu |
Xiang Li
|
1c7f52d931
wal: use Histogram for syncDuration
|
9 tahun lalu |
Xiang Li
|
39a4b6a5e5
pkg/fileutil: support perallocate
|
9 tahun lalu |