8 Commits (cf6890a3a8d6c59a08e8dd89fb778fa388756406)

Author SHA1 Message Date
Brad Walker 3348930df5
Replace fileutil.ReadDir with ioutil.ReadDir (#7029) (#7033) 5 years ago
Josh Soref 91d76c8023 Spelling (#6517) 5 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 5 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 5 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 5 years ago
Bartek Plotka f0863a604e Removed extra tsdb/testutil after merge. 5 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 years ago
Chris Marchbanks b40cc43958 Provide option to compress WAL records (#609) 6 years ago
Krasi Georgiev 288f67efbf
fix some unchecked errors and remove unused vars. (#592) 6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 6 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475) 6 years ago
Krasi Georgiev 2962202ed3
fix windows tests (#469) 6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428) 6 years ago
Chris Marchbanks 2db59a71a6 Fix assert order being backwards in a few places (#388) 6 years ago
Fabian Reinartz 22fd3ef24e Deal with zero-length segments 6 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log 6 years ago
Mario Trangoni c0e888e82b fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 7 years ago
Krasi Georgiev eb6cdbcb5b some test funcitons didn't cleanup after themselves. 7 years ago
Nipun 6537ee832c Incorporated review comments 7 years ago
Nipun cadae47522 fixed an issue in TestWALRestoreCorrupted 7 years ago
Fabian Reinartz adb6be73dd move label read function int labels pkg 7 years ago
Callum Styan 8326e410d0 decouple tsdb main.go (and tests) from prometheus/pkg 7 years ago
Callum Styan ca4e817372 move test utils to it's own package so we can use it in tests for other packages in tsdb repo 7 years ago
Callum Styan 6c8bbf3f61 use test utils in wal_test 7 years ago
ranbochen a27cf34a36 fix bugs on platform windows to pass all test case. (#192) 7 years ago
ranbo chen 19340a382d clean up codes 7 years ago
ranbo chen b82b2d0c1b fix bugs on platform windows to pass all test case. 7 years ago
Fabian Reinartz 80055bb95b Truncate segments on broken header 7 years ago
Fabian Reinartz d3682d701c wal: decode and process in separate threads. 7 years ago
Bas Harenslak 5e1c258a98 Instrument WAL fsync 7 years ago
Fabian Reinartz 1e88ba06b4 Use boolean function instead of postings to drop WAL series 7 years ago
Fabian Reinartz 24362567b9 Fix test flakes 7 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 7 years ago
Fabian Reinartz c2916736be Re-use slices on deocding the WAL. Fix tests. 7 years ago
Fabian Reinartz 0db4c227b7 Fix min/max time handling and concurrent crc32 usage 7 years ago
Fabian Reinartz 970bffec8d Fix WAL errors and add tests for it 7 years ago
Fabian Reinartz 33e9bdf403 WAL refactoring and truncation fixes and test 7 years ago
Fabian Reinartz 1ddedf2b30 Change series ID from uint32 to uint64 7 years ago
Goutham Veeramachaneni 1698c516ad [WIP]: WAL implementation 7 years ago
Fabian Reinartz 5cf2662074 Refactor WAL into Head and misc improvements 7 years ago
Fabian Reinartz 215a856f34 Just check for general error in WAL test 7 years ago
Goutham Veeramachaneni 7438ed7035 Expose Intervals type for use by TombstoneReader. 7 years ago
Goutham Veeramachaneni 44e9ae38b5
Incorporate PR feedback. 8 years ago
Goutham Veeramachaneni bacb143b7e
Simplify tombstone and WAL Delete formats. 8 years ago
Goutham Veeramachaneni f29fb62fba
Make TombstoneReader a Getter. 8 years ago
Goutham Veeramachaneni 3eb4119ab1
Make HeadBlock use WAL. 8 years ago
Fabian Reinartz fb5c5535fc Misc cleanup 8 years ago
Fabian Reinartz 4862b261d0 Abstract WAL into interface 8 years ago
Fabian Reinartz 535532ca02 Export refdSample 8 years ago