Tess Rinearson
|
b478387a59
wal: use path/filepath instead of path
|
7 年之前 |
Anthony Romano
|
c26ebe3262
Merge pull request #6453 from vimalk78/wal-optimize-marshal-outside-lock
|
8 年之前 |
Gyu-Ho Lee
|
f5588526cc
wal: set PageWriter offset in file encoder
|
8 年之前 |
Vimal Kumar
|
f4ec303d1b
wal/wal.go: modified WAL.SaveSnapshot to do the Marshal before aquiring the mutex
|
8 年之前 |
Vimal Kumar
|
064411b51c
wal/wal.go : improved coverage by testing WAL.Save which causes a WAL.cut to happen
|
8 年之前 |
Gyu-Ho Lee
|
ccb46d2024
wal: simplify dir.Close call
|
8 年之前 |
Anthony Romano
|
bd7107bd4b
wal: fsync directory after wal file rename
|
8 年之前 |
Aaron Lehmann
|
af4f82228c
wal: hold file lock while renaming WAL directory on non-Windows
|
8 年之前 |
Anthony Romano
|
f1ead43482
wal: zero out wal tail past its first zero record
|
8 年之前 |
Aaron Lehmann
|
2b996b6038
wal: Export SegmentSizeBytes as a variable
|
8 年之前 |
Anthony Romano
|
5991209c2d
wal: release wal locks before renaming directory on init
|
8 年之前 |
Gyu-Ho Lee
|
6cfc03a5f9
wal: use CreateDirAll
|
8 年之前 |
Gyu-Ho Lee
|
b4aa4607cb
wal: use bytes.Equal, other minor updates
|
8 年之前 |
Gyu-Ho Lee
|
3243795522
wal: simplify boolean return
|
8 年之前 |
Gyu-Ho Lee
|
4570eddc2c
wal: PrivateFileMode/DirMode as in pkg/fileutil
|
8 年之前 |
Anthony Romano
|
39eaa37dcf
wal: warn if sync exceeds a second
|
8 年之前 |
Anthony Romano
|
5be39d2c84
wal: don't preallocate on old tail file
|
8 年之前 |
Anthony Romano
|
71a9d6fc8b
wal: don't warn when opening wal directory with stale tmp files
|
8 年之前 |
Gyu-Ho Lee
|
4a5befc2de
wal: update LICENSE header
|
8 年之前 |
Anthony Romano
|
17391336af
wal: atomically initialize wal directory
|
8 年之前 |
Xiang Li
|
0fb7cb8b00
*: add disk operation metrics for monitoring
|
8 年之前 |
Anthony Romano
|
bfe3a3d08e
wal: fix tail corruption
|
8 年之前 |
Anthony Romano
|
bd832e5b0a
*: migrate Godeps to vendor/
|
8 年之前 |
Anthony Romano
|
0df732c052
wal: pre-create segment files
|
8 年之前 |
Anthony Romano
|
24b806d2ee
wal: preallocate WAL files with initial size equal to segment size
|
8 年之前 |
Anthony Romano
|
aafe717f2f
fileutil: support file extending preallocate
|
8 年之前 |
Anthony Romano
|
7397e14c0a
fileutil, wal: refactor file locking
|
8 年之前 |
Xiang Li
|
53e7ddbc66
wal: do not call fsync when it is not necessary
|
8 年之前 |
Xiang Li
|
e59efe45a1
wal: support fadatasync on linux
|
8 年之前 |
Gyu-Ho Lee
|
71c2a9bb3c
*: fix minor typos, comments
|
8 年之前 |