Commit Graph

223 Commits (main)

Author SHA1 Message Date
johncming 3e7b463908
add testcase for rangeForTimestamp. (#6454) 5 years ago
Bartlomiej Plotka f16cbc20d6
tsdb: Bug fix for further continued deletions after crash deletions; added more tests. (#7777) 5 years ago
Bartlomiej Plotka 4ae2ef94e0
tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 5 years ago
Annanay 89129cd39a Address comments 5 years ago
Javier Palomo Almena 348ff4285f
tsdb: Replace sync/atomic with uber-go/atomic in tsdb (#7659) 5 years ago
Annanay f40e4579b7 gofmt 5 years ago
Annanay 7f98a744e5 Add context to Appender interface 5 years ago
Julien Pivotto ffc925dd21
TSDB: Error when we commit/rollback twice (#7593) 5 years ago
Julien Pivotto cfe30a7b62
TSDB: Use t.Cleanup to delete temporary files (#7620) 5 years ago
Julien Pivotto 62805b2fe9
tsdb: test for leaks (#7566) 5 years ago
Krasimir Georgiev ccab2b30c9
Test no panic after a WAL corruption (#7625) 5 years ago
Zhou Hao ddedf454d0
add os.RemoveAll err verification (#7540) 5 years ago
Ganesh Vernekar ea013343ca
Log when starting to create a checkpoint (#7581) 5 years ago
Julien Pivotto f893786153
Fix TSDB test failure (#7394) 5 years ago
Krasimir Georgiev ab6203b7c7
add head compaction test (#7338) 5 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679) 5 years ago
ZouYu 2b7437d60e
Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 5 years ago
Julien Pivotto 73228b1b68 Those links should not be reverted 5 years ago
Julien Pivotto 653f343547 Revert head posting optimization 5 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Julien Pivotto 8907ba6235 Make TSDB use storage errors 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Julien Pivotto ed623f69e2
tsdb: don't allow ingesting empty labelsets (#6891) 5 years ago
beorn7 7f30b0984d Implement isolation 5 years ago
Julien Pivotto 52630ad0c7 Make head Postings only return series in time range 5 years ago
Bartlomiej Plotka 59c9d6ef45 Addressed Brian's comments, moved metrics to main.go 5 years ago
Bartlomiej Plotka ad51c649b5 Fixed float conversion difference. 5 years ago
Bartlomiej Plotka cfba92a133 Addressed comments. 5 years ago
Bartlomiej Plotka c0a9ab0829 Close db properly in tests. 5 years ago
Bartlomiej Plotka fb79f515fc Fixed second bug. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
LongKB 1ebcf3d5e4
Fix some typo in comments (#6730) 5 years ago
Ganesh Vernekar 21a5cf5d1d
Bring back tombstones to Head block (#6542) 6 years ago
Ganesh Vernekar e0733a99e3
Expose DB.Compact() 6 years ago
Nguyen Hai Truong b7376f3bff Remove duplicated words (#6569) 6 years ago
Brian Brazil ada0945b8f Fix tsdb code and tests to work on Windows. (#6547) 6 years ago
Brian Brazil 536d416299
Fix tsdb code and tests to work on Windows. (#6547) 6 years ago
Josh Soref 91d76c8023 Spelling (#6517) 6 years ago
Bartlomiej Plotka c2e083c30f Fixed race in Chunks method. (#6515) 6 years ago
Bartlomiej Plotka 3b8ef6386c
Fixed race in Chunks method. (#6515) 6 years ago
Brian Brazil 48d25e6fe7 Reduce memory used by postings offset table. 6 years ago
Ben Ye c0250cf120 Fix some typos(#6423) 6 years ago
Krasimir Georgiev 549164f252
return err instead of panic for corrupted chunk (#6040) 6 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 6 years ago
Dipack P Panjabi ce7bab04dd Compute WAL size and use it during retention size checks (#5886) 6 years ago
yuxiaobo 47e51c8b2b Correct spelling mistakes 6 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 6 years ago
Lucas Servén Marín 8ab628b354 tsdb: allow readonly DB to create flush WAL (#6006) 6 years ago