-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: thanos-io/thanos
base: 4529ed1
head repository: thanos-io/thanos
compare: b6d9741
- 10 commits
- 17 files changed
- 5 contributors
Commits on Apr 15, 2020
-
store: proxy: fix queries never timing out bug (#2411) (#2443)
* store: proxy: add test for deadlocking problem Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com> * store: proxy: add fix for timeouts Checking here if the series context has ended is the correct fix here. We want to check it because if any of the other Series() calls error out then the context is canceled. So, it is equal to checking for errors "downstream", in `mergedSeriesSet`. Also, `handleErr()` here is the correct function to use because in such a case we want to set `s.err` -- if `io.EOF` still hasn't been received then it means that StoreAPI still has some data that it wants to send but hasn't yet. With this, the previously added test passes. Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com> Co-authored-by: Giedrius Statkevičius <giedriuswork@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c983b0b - Browse repository at this point
Copy the full SHA c983b0bView commit details
Commits on Apr 20, 2020
-
Added tests to reproduce #2459. (#2462)
Related to: #2459 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c5bea6 - Browse repository at this point
Copy the full SHA 7c5bea6View commit details -
pkg/block/fetcher: fix concurrent map usage (#2474)
Fixes: #2471 This commit fixes an issue where multiple goroutines in the block fetcher filtering were concurrently accessing the same map. The goroutines were concurrently writing AND reading to the shared metas map. This commit guards this concurrent access by giving the DeduplicateFilter struct a mutex. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7250c6b - Browse repository at this point
Copy the full SHA 7250c6bView commit details -
Reverted addition of deletion mark for partial uploads. (#2472)
Configuration menu - View commit details
-
Copy full SHA for 2654a10 - Browse repository at this point
Copy the full SHA 2654a10View commit details -
Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ebdb92 - Browse repository at this point
Copy the full SHA 6ebdb92View commit details
Commits on Apr 21, 2020
-
fix thanos web route prefix register twice (#2489)
Signed-off-by: yeya24 <yb532204897@gmail.com> Signed-off-by: Lucas Servén Marín <lserven@gmail.com> Co-authored-by: yeya24 <yb532204897@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60a2c9e - Browse repository at this point
Copy the full SHA 60a2c9eView commit details
Commits on Apr 22, 2020
-
Merge pull request #2500 from thanos-io/release-0.12
Merge v0.12.1 into master
Configuration menu - View commit details
-
Copy full SHA for 45a6bc4 - Browse repository at this point
Copy the full SHA 45a6bc4View commit details -
Gracefully handle additional oneof fields in SeriesResponse
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Configuration menu - View commit details
-
Copy full SHA for 80b5422 - Browse repository at this point
Copy the full SHA 80b5422View commit details -
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Configuration menu - View commit details
-
Copy full SHA for cf834e9 - Browse repository at this point
Copy the full SHA cf834e9View commit details -
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Configuration menu - View commit details
-
Copy full SHA for b6d9741 - Browse repository at this point
Copy the full SHA b6d9741View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4529ed1...b6d9741