Commit Graph

269 Commits (3ad25a6dc3d94d09f94de00fe3ef9e374007b131)

Author SHA1 Message Date
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201) 5 years ago
Bartlomiej Plotka 4513537034
Exposed DeletionIterator and CompactMetas functions. (#8161) 5 years ago
Ganesh Vernekar 601a3ef0bb
Read repair empty last file in chunks_head (#8061) 5 years ago
Julien Pivotto df6eed2358 Calculate head chunk size based on actual disk usage (#8139) 5 years ago
Julien Pivotto 8bc369bf9b
Calculate head chunk size based on actual disk usage (#8139) 5 years ago
Marco Pracucci 63be30dcee
Fixed WAL corruption on partial writes within a page (#8125) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Bartlomiej Plotka 3d8826a3d4
MultiError: Refactored MultiError for more concise and safe usage. (#8066) 5 years ago
johncming 28ca0965f0
tsdb/chunkenc: fix typo of return error. (#7670) 5 years ago
Ganesh Vernekar 3245b3267b
Don't use returned DB to close resources on TSDB startup error (#8113) 5 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Arthur Silva Sens c5a832b394
Close resources after failing to startup TSDB (#8031) 5 years ago
Brian Brazil fdf1c29224
Fix metric description of prometheus_tsdb_symbol_table_size_bytes. (#8080) 5 years ago
Ganesh Vernekar ce4b3ac282
Simplify TestHeadReadWriter_Truncate (#7437) 5 years ago
Ganesh Vernekar 2624d827fa
Read repair empty last file in chunks_head (#8061) 5 years ago
Bartlomiej Plotka 2fe1e9fa93
Create a checkpoint only at the end of Compact call (#8067) 5 years ago
Ganesh Vernekar d9cd913219
Add links to TSDB blog post series in tsdb/README.md (#8078) 5 years ago
Julien Pivotto 59733b1a26
TSDB: use `blocks` instead of db.blocks in condition (#8068) 5 years ago
Ganesh Vernekar 5de7d15879
Consistent naming and better names for fields in TSDB format docs (#8077) 5 years ago
Bartlomiej Plotka 9981b3f3ee
labels: Reduce allocated memory and latency of Hash method; Added tests. (#8025) 5 years ago
Ganesh Vernekar 4ed3ec7b46
More info in mmap error message (#8058) 5 years ago
frbimo 260cd84d8f
log on empty head compaction result (#8037) 5 years ago
Gayathri Venkatesh 73e2ce1bd6
Do not ignore reload errors in compactHead (#8051) 5 years ago
Goutham Veeramachaneni 1cc02930b6
Implement series API query hint to not hit chunks (#8050) 5 years ago
Ling Jin 9145200842
tsdb: fix unkown ref in log (#8048) 5 years ago
Arthur Silva Sens 4f45e201cc
Promtool tsdb list now prints block sizes (#7993) 5 years ago
Jess G 90680b092c
Add a tsdb writer interface (#7950) 5 years ago
garanews c38816828f
fix few typo (#8023) 5 years ago
Brian Brazil 073e93c768
Gracefully handle unknown WAL record types. (#8004) 5 years ago
Ganesh Vernekar 50ae4e298b
Fix magic number in docs (#7998) 5 years ago
Ganesh Vernekar f0d87b5d86
Encode and Decode method for tombstones (#7967) 5 years ago
Max Neverov 7e1c27b853
Add tsdb startup duration metric (#7737) 5 years ago
Jorge Vallecillo 7aa5fb01bf
tsdb/chunks/head_chunks_test.go: Fix typo (#7953) 5 years ago
Tobias Klauser b5b3bc34da
tsdb/fileutil: Use FcntlFstore from golang.org/x/sys/unix (#7949) 5 years ago
Xiaochao Dong a282d25099
tsdb: remove duplicate values set to reduce memory usage(map overhead) (#7915) 5 years ago
zhulongcheng 5ea6bdca1f
tsdb: sync temporary checkpoint directory before rename (#7004) 5 years ago
johncming 75ae384192
tsdb: remove redundant fields. (#7869) 5 years ago
Ganesh Vernekar 2255b6f62f
Refactor WAL.Segments method to be part of the wal package (#6477) 5 years ago
johncming 252265fa81
tsdb/chunks: remove un-used code. (#6944) 5 years ago
Ganesh Vernekar c806262206
Fix 'chunks.HeadReadWriter: maxt of the files are not set' error (#7856) 5 years ago
Yukun Sun cfd4e05c9e
fix: return a corruption error when iterator function find a chunk that is out of sequence (#7855) 5 years ago
Max Neverov bb5c6b38e2
Fix Possible Race Condition in TSDB (#7815) 5 years ago
johncming 3e7b463908
add testcase for rangeForTimestamp. (#6454) 5 years ago
Guangwen Feng 9439b2150d
Fix golint warning caused by misspell (#7842) 5 years ago
johncming b521612042
tsdb: simplify code. (#7792) 6 years ago
gastonqiu 5a7d398d19
Chore: Log segment number when segment read failed (#7687) 6 years ago
johncming d19fc71903
tsdb: use NewRangeHead instead. (#7793) 6 years ago
Harold Dost 21a753c4e2
Make file permissions set to allow for wider umask options. (#7782) 6 years ago
Bartlomiej Plotka f16cbc20d6
tsdb: Bug fix for further continued deletions after crash deletions; added more tests. (#7777) 6 years ago