Commit Graph

1002 Commits (3ab5f4e57902eea758f1940dd852e954b5d5ba6b)
 

Author SHA1 Message Date
Bartek Płotka 3ab5f4e579 index: reduce empty postings trees (#509)
6 years ago
naivewong 1c392d0057 Update wal.md that the first wal entry includes only base id and timestamp without a value (#562)
6 years ago
zhulongcheng 837ae9aaa0 Update comment for ErrOutOfOrderSample (#563)
6 years ago
zhulongcheng 62cfe4446f Make Head.symbols map with size hint (#552)
6 years ago
zhulongcheng 921da4dced Remove unused statement from index test (#558)
6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549)
6 years ago
naivewong dd0d3c6f02 Several small fixes (#550)
6 years ago
zhulongcheng 99703b3269 README: move the build badge to the badge list (#555)
6 years ago
zhulongcheng 95648b33c4 Fix a typo in head.go (#553)
6 years ago
zhulongcheng 8feb67e630 Update Appender.AddFast method comment (#551)
6 years ago
zhulongcheng b7cac504c9 Remove unused NewReader function (#547)
6 years ago
Simon Pasquier 84e51f7222 Update Makefile.common (#548)
6 years ago
zhulongcheng 719b57db44 Remove obsolete FromData function (#540)
6 years ago
Ganesh Vernekar 8921f18eb3
Merge pull request #543 from codesome/v0.6.1
6 years ago
Ganesh Vernekar fcfe312d99
Update CHANGELOG for v0.6.1
6 years ago
Alec 0861a9b14f [bugfix] update 'last' variable in chunks.MergeOverlappingChunks() (#539)
6 years ago
Simon Pasquier 08af7bbf90 Add Go 1.12 to Travis CI (#538)
6 years ago
Krasi Georgiev ab8476dd06
Release 0.6.0 (#537)
6 years ago
Krasi Georgiev e78fedf054
release 0.5.0 (#536)
6 years ago
Brian Brazil 62b652fbd0
Improve Merge performance (#531)
6 years ago
Krasi Georgiev df06f9ebc2
update the CHANGELOG with some missing changes. (#535)
6 years ago
Ganesh Vernekar 158c3074cd
Merge pull request #534 from codesome/optional-vertical-blocks
6 years ago
Ganesh Vernekar 28c73f531f
Make vertical compaction and query merge optional
6 years ago
Julius Volz 752e022aba Add "dump" command to tsdb tool to dump all samples (#532)
6 years ago
Goutham Veeramachaneni 10d395259b Avoid creation of 0 sized segments. (#527)
6 years ago
Alec b48394eeb3 Add test for be64() in encoding/encoding.go (#521) (#533)
6 years ago
Alec e7436e13f0 Merge encoding_helpers.go to tsdbutil (#526)
6 years ago
Tom Wilkie 77d5a7d47a
LiveReader can get into an infinite loop on corrupt WALs. (#524)
6 years ago
Krasi Georgiev 8913617a9e
update makefile.common and run make all be default. (#529)
6 years ago
Tom Wilkie bc3b0bd429
Test to corrupt segments mid-WAL, repair and check we can read the correct number of records. (#528)
6 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370)
6 years ago
Callum Styan 89ee5aaed4 clarify which segments are deleted when we find a corrupted segment (#522)
6 years ago
Bryan Boreham 74093f0508 Remove pointer indirection on chunk bstream (#499)
6 years ago
Alec 109252f3aa Update encoding_helpers.go (len of be64 should be 8) (#521)
6 years ago
Krasi Georgiev 9f28ffa6f4
Merge pull request #465 from krasi-georgiev/shutdown-during-compaction
6 years ago
Krasi Georgiev bf79c767f0 new line
6 years ago
Krasi Georgiev beee5c58f3 Merge remote-tracking branch 'upstream/master' into shutdown-during-compaction
6 years ago
Krasi Georgiev 6fce018def
Merge pull request #512 from krasi-georgiev/delete-compact-block-on-reload-error
6 years ago
Krasi Georgiev bf2239079d refactor multi errors
6 years ago
Krasi Georgiev c3a5c1d891 refactor error handling
6 years ago
Krasi Georgiev 07df4fd383 nits
6 years ago
Krasi Georgiev 0f8f5027ef remove nested for if
6 years ago
Krasi Georgiev d48606827c simplify closers
6 years ago
Krasi Georgiev e138c7ed7e Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error
6 years ago
Krasi Georgiev da9da9fbee fix the sleep logic
6 years ago
Krasi Georgiev 0b72f9af4c
Merge pull request #270 from codesome/master
6 years ago
Krasi Georgiev 1e91d619de
Merge pull request #493 from simonpasquier/update-makefile-common
6 years ago
Krasi Georgiev 457534d5c4 simplify nesting.
6 years ago
Ganesh Vernekar 5481549324
Merge remote-tracking branch 'upstream/master'
6 years ago
Simon Pasquier 272fd0eabf Update Makefile.common
6 years ago