1029 Commits (4447708c9fab2fff32fd9c900849f3b9de93341e)
 

Author SHA1 Message Date
Bjoern Rabenstein 4447708c9f Fix a race in target.go. 10 years ago
Bjoern Rabenstein fd6600850a Fix race in chunkDesc. 10 years ago
Bjoern Rabenstein 1c53c09558 Treat empty chunkDescs properly in preloadChunksForRange. 10 years ago
Bjoern Rabenstein 934d09f738 Fix race during shutdown. 10 years ago
Bjoern Rabenstein 38fc24d0ed Fix targetpool_test.go and other tests. 10 years ago
Brian Brazil fd34e4061d Add back consoles link. 10 years ago
Andres Suarez e389e63684 Focus expression after selection from dropdown 10 years ago
Andres Suarez 86a447fc0e Allow selecting metric from Insert Metric 10 years ago
Julius Volz 7f5d3c2c29 Fix and improve the fp locker. 10 years ago
Bjoern Rabenstein 7ad55ef83c Actually close the iterator channels. 10 years ago
Bjoern Rabenstein 8fba3302bc Bold changes to concurrency. 10 years ago
Bjoern Rabenstein fcdf5a8ee7 Fix bugs in chunk evict code. 10 years ago
Bjoern Rabenstein 7e6a03fbf9 Fix a few concurrency issues before starting to use the new fp locker. 10 years ago
Julius Volz db92620163 Instrument eviction and purge durations. 10 years ago
Julius Volz e0ee7ec7ab Add fingerprintLocker for locking individual fingerprints. 10 years ago
Julius Volz df1b2a2422 Fix indexing latency instrumentation. 10 years ago
Bjoern Rabenstein 01dd618a20 Fix a locking bug. 10 years ago
Julius Volz 358f97791d Minor cleanups. 10 years ago
Julius Volz a746fbb8bc Instrument indexing: queue length, batch sizes and latencies. 10 years ago
Bjoern Rabenstein aea32b0b4b Avoid redundant fingerprint calculation. 10 years ago
Bjoern Rabenstein e9ff29c547 Comment/code cleanup. 10 years ago
Bjoern Rabenstein 0031a448e2 Add WaitForIndexing. 10 years ago
Bjoern Rabenstein c7aad110fb Add an indexing queue and batch the ops. 10 years ago
Bjoern Rabenstein 71206dbc06 More code cleanups. 10 years ago
Julius Volz f0d5d4bda3 Fix bug around index purging. 10 years ago
Julius Volz 630b5a087a Also consider on-disk fingerprints during purge. 10 years ago
Bjoern Rabenstein f5f9f3514a Major code cleanup. 10 years ago
Bjoern Rabenstein 3592dc2359 Implement series eviction. 10 years ago
Bjoern Rabenstein bbf49200ab Implement methods in persistence.go. 10 years ago
Bjoern Rabenstein 5a128a04a9 Major reorganization of the storage. 10 years ago
Bjoern Rabenstein e7cb9ddb9f Use a sync.pool for the staging buffer in codec.go. 10 years ago
Bjoern Rabenstein 4770cf76a4 Make index package more self-contained. 10 years ago
Bjoern Rabenstein 89f10e8eb2 Move to using the standard library interfaces for encoding/decoding. 10 years ago
Bjoern Rabenstein af77d5ef0b Added a few missing implementations in index.go. 10 years ago
Bjoern Rabenstein 70e4837650 Cut v0.8.0. 10 years ago
Bjoern Rabenstein e0a6cb281e Fix the accept header. 10 years ago
Julius Volz cca7ebe906 Some more cleanups / obsolete code removals. 10 years ago
Julius Volz 7e85711df0 Beginnings of a tiered index implementation. 10 years ago
Julius Volz 8dfaa5ecd2 Remove use of freelists for chunk bufs. 10 years ago
Julius Volz 7b35e0f0b8 Use constants from math package instead of literals. 10 years ago
Julius Volz 15929eece2 Unpin any already loaded chunks upon preloading error. 10 years ago
Julius Volz fd01d07589 Check that chunk buffer length fits in 16 bit. 10 years ago
Bjoern Rabenstein 1ca7f24137 Remove float diff tolerance altogether. 10 years ago
Bjoern Rabenstein d742edfe0d Fix precision loss. 10 years ago
Bjoern Rabenstein dc2e463a97 Improvements after review. 10 years ago
Bjoern Rabenstein 52c9dc43a3 Improve testing. 10 years ago
Julius Volz 3b25867d61 Add chunk persistence tests, fix storage tests. 10 years ago
Bjoern Rabenstein ecdf5ab14f Index-persistence switched from gob to a hand-coded solution. 10 years ago
Julius Volz e7ed39c9a6 Initial experimental snapshot of next-gen storage. 10 years ago
Julius Volz 134bd8fe34 Format changelog properly. 10 years ago