Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update thanos v0.11.0 #23

Merged
merged 259 commits into from
Mar 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
259 commits
Select commit Hold shift + click to select a range
32149d0
Upgraded minio-go dep. (#1658)
bwplotka Oct 18, 2019
19b9b89
store: Start metric and status probe HTTP server as earlier as possib…
kakkoyun Oct 18, 2019
2f88fca
cmd/thanos/main.go: simplify pprof registration (#1671)
squat Oct 21, 2019
06bd4ee
Fixed compactor tests; Moved to full e2e compact test; Cleaned metric…
bwplotka Oct 21, 2019
5bfe54e
Store: Refactor run group to errgroup (#1468)
povilasv Oct 22, 2019
1dc7299
querier: Actually use select mint,maxt params during select. (#1675)
bwplotka Oct 22, 2019
cb218f3
cmd/thanos/main_test.go: clarify backwards error (#1676)
squat Oct 22, 2019
64af185
store: Filter blocks before loading it. Sort advertise labels; Added …
bwplotka Oct 22, 2019
7005b65
cmd/thanos/receive: remote-write client+server TLS (#1668)
squat Oct 23, 2019
66b3d21
objstore : implement Aliyun OSS (#1573)
wujinhu Oct 24, 2019
9c2fe03
.*: Add new http-grace-period flag (#1680)
kakkoyun Oct 24, 2019
e87f043
Upload blocks with the lowest minTime first (#1679)
obiesmans Oct 24, 2019
f551b8e
fix: oss range in 32bit os (#1682)
mengskysama Oct 25, 2019
95da490
fix docs (#1683)
wujinhu Oct 25, 2019
9299aa6
Bumped version file. (#1685)
bwplotka Oct 25, 2019
7b4d060
http: shutdown the actual http server (#1689)
Oct 28, 2019
0e6b8aa
Add BlaBlaCar as an adopter (#1684)
obiesmans Oct 28, 2019
340a3c1
Fix downsampling option in querier URL (#1562)
obiesmans Oct 28, 2019
89576af
build(deps): bump github.com/prometheus/client_golang (#1662)
dependabot-preview[bot] Oct 28, 2019
b7f3ac9
Added experimental filesystem bucket implementation (#1690)
bwplotka Oct 29, 2019
08b3dc6
cmd/thanos/bucket: expose metrics (#1702)
squat Oct 31, 2019
0724a8a
remove irrelevant questions on remote-receive.md (#1698)
blockloop Nov 1, 2019
841075d
docs: Maintainers - Added associated company. (#1703)
bwplotka Nov 1, 2019
c7e787d
Added official Governance page for Thanos. (#1688)
bwplotka Nov 1, 2019
9d4d0bf
.*: Introduce graceful shutdown for gRPC Servers (#1687)
kakkoyun Nov 1, 2019
d22d1ae
cmd/thanos/bucket: remove unused flag (#1712)
squat Nov 4, 2019
3bd1a65
cmd/thanos/bucket: fix static fileserver (#1713)
squat Nov 4, 2019
5d936e2
pkg/receive: eliminate duplicate tracing (#1717)
squat Nov 5, 2019
f501429
remove reallocs and overallocs for s.lset in bucket.go (#1718)
ppanyukov Nov 5, 2019
27a578d
Small clean up for tracing. (#1720)
bwplotka Nov 5, 2019
514f308
cmd/thanos/receive: avoid deadlock (#1727)
squat Nov 7, 2019
4b325bd
cmd/thanos/receive: reduce WAL replays at startup (#1721)
squat Nov 7, 2019
1acdf7c
Added Lucas to mantainers list. (#1732)
bwplotka Nov 8, 2019
3debaeb
store the first raw value of a chunk during downsampling (#1709)
alfred-landrum Nov 9, 2019
f86cf81
Adds FREE NOW as users of Thanos (#1738)
hrzbrg Nov 11, 2019
1291d96
Docs: Expand ruler recommended alerting docs (#1719)
bill3tt Nov 12, 2019
a0747ef
compact: add metric thanos_compactor_iterations_total (#1733)
GiedriusS Nov 13, 2019
5eb43c1
Do not generate XXX fields in protobufs (#1725)
ppanyukov Nov 13, 2019
2591455
docs: removed old k8s demo and refer kube-thanos instead (#1600)
FUSAKLA Nov 13, 2019
a3ab545
*: Use exponential buckets for histogram metrics (#1545)
kakkoyun Nov 14, 2019
5daf787
Updated all deps. (#1748)
bwplotka Nov 15, 2019
ee72731
query: Fixed labelset view for multi labels scenario. (#1751)
bwplotka Nov 18, 2019
f840e18
.*: Add support for tracing with Lightstep (#1678)
antonio Nov 19, 2019
c7fc04e
bucket: Add `--web.external-prefix` for proxying on a subpath (#1758)
wrossmann Nov 20, 2019
c1d7c2f
cmd/thanos/rule: simplify if block (#1761)
simonpasquier Nov 20, 2019
a1c88ba
Moved release to Thursday; Cleanup tests. (#1763)
bwplotka Nov 20, 2019
af2a342
Re-adjust histogram buckets (#1769)
kakkoyun Nov 20, 2019
8a8f576
Fix web.external-prefix 404s and add web.prefix-header for bucket web…
cmanzi Nov 22, 2019
40cb634
ruler: fix the /api/v1/rules endpoint (#1773)
simonpasquier Nov 22, 2019
f1ca3c1
Moved 0.9.0 release to 26th of Nov (#1782)
bwplotka Nov 22, 2019
6465838
pkg: fix staticcheck issues (#1784)
mdlayher Nov 23, 2019
bacbb78
build(deps): bump cloud.google.com/go from 0.48.0 to 0.49.0 (#1764)
dependabot-preview[bot] Nov 25, 2019
a4241a9
test/e2e: start Alertmanager without clustering (#1786)
simonpasquier Nov 25, 2019
e5d96c8
pkg/rule: retain original path for rule files (#1785)
simonpasquier Nov 25, 2019
825f119
Simplify prober (#1694)
kakkoyun Nov 26, 2019
96c3657
pkg/rule: support identical rule filenames in different directories (…
simonpasquier Nov 26, 2019
7e11afe
Update prometheus for subqueries support in ruler. (#1790)
bwplotka Nov 26, 2019
82c005d
Cut release v0.9.0-rc.0 (#1793)
bwplotka Nov 26, 2019
46bb3c4
delete broken link (#1799)
daixiang0 Nov 27, 2019
4e06e2e
add --web.enable-admin-api comment (#1800)
daixiang0 Nov 27, 2019
56c1ae6
Fixed cross build and added cross build per PR on GH actions. (#1806)
bwplotka Nov 27, 2019
7345ab8
update prometheus version comment (#1809)
daixiang0 Nov 28, 2019
7b65bf5
update image tag (#1797)
daixiang0 Nov 28, 2019
6de3778
Katacoda: Add external url & Updated docker images (#1802)
daixiang0 Nov 28, 2019
6cad4ca
Fix typo in promlabels package name (#1805)
antonio Nov 28, 2019
229f978
objstore: add ObjectSize() implementation (#1792)
GiedriusS Nov 30, 2019
847ae85
delete broken link (#1821)
daixiang0 Dec 2, 2019
6aafc7b
Updated release process; fixed links. (#1817)
bwplotka Dec 2, 2019
5b7e33e
Enabled stale bot. (#1795)
bwplotka Dec 2, 2019
8de02fb
add partial response strategy values (#1827)
daixiang0 Dec 3, 2019
01a700e
Pulling release-0.9 to master. (#1831)
bwplotka Dec 3, 2019
2190d58
Add Amadeus in the adopters logo list (#1832)
ahurtaud Dec 3, 2019
c134ad1
Store: make index cache shared cache friendly (#1825)
pracucci Dec 4, 2019
a90c527
add deep dive talk (#1840)
daixiang0 Dec 5, 2019
9193730
add k8s comment for service discovery (#1841)
daixiang0 Dec 5, 2019
fd01026
Promote sidecar shipper.upload-compacted flag to non hidden, non expe…
bwplotka Dec 5, 2019
9afb6d8
docs/gettingstarted.md: add intro talk (#1843)
squat Dec 5, 2019
74efe88
comment upload compacted or not (#1814)
daixiang0 Dec 5, 2019
4b43a77
docs/service-discovery.md: clean up (#1844)
squat Dec 5, 2019
fc576c5
Updated process of developing Katacoda tutorials. (#1803)
bwplotka Dec 6, 2019
d76f01b
docs/storage: fix a typo and yaml formatting (#1847)
das7pad Dec 7, 2019
15b807e
comment url scheme (#1835)
daixiang0 Dec 9, 2019
f151d47
skip the error of unmarshal for index-cache file (#1837)
fatsheep9146 Dec 9, 2019
7426f1f
bump minio-go dep to v6.0.44 (#1852)
ribbybibby Dec 9, 2019
352cc30
receive: close DBReadOnly after flushing (#1856)
blockloop Dec 10, 2019
5ed75d0
Added comment to non obvious downsampling aggregation. (#1853)
bwplotka Dec 10, 2019
e94478c
Update rule UI (#1854)
yeya24 Dec 10, 2019
fd9e221
use thanos website as help link (#1863)
yeya24 Dec 10, 2019
51d584e
Be clear about downsampling process. (#1864)
bwplotka Dec 10, 2019
4506fb1
fix /api/v1/rules value (#1872)
yeya24 Dec 11, 2019
29813ba
clean up all white noise (#1801)
daixiang0 Dec 11, 2019
80c23db
add user-agent in http header. (#1867)
johncming Dec 11, 2019
fa04a1a
Add benchmark merge seriesset (#1884)
yeya24 Dec 13, 2019
e047e4c
fix typo and rename variable. (#1888)
johncming Dec 13, 2019
3f9aa12
fix wrong defalut value (#1858)
daixiang0 Dec 13, 2019
b45e532
cmd/thanos/receive: dont upload as sidecar (#1882)
squat Dec 13, 2019
3a69c5e
arrange import packages. (#1880)
johncming Dec 13, 2019
ba93181
move golint config to file (#1877)
daixiang0 Dec 13, 2019
4088d79
Add Grofers to Adopters (#1879)
flouthoc Dec 13, 2019
cf535c8
Migrate thanos-mixin from kube-thanos (#1760)
kakkoyun Dec 13, 2019
a0e1771
Fix broken doc links (#1889)
kakkoyun Dec 13, 2019
3b2573f
deduplicate addresses. (#1887)
johncming Dec 14, 2019
bec8666
pkg/store: add http header. (#1893)
johncming Dec 14, 2019
2f29975
Clean up white noise and format all codes (#1876)
daixiang0 Dec 16, 2019
ed9355c
Fix jsonnet transitive dependency issue (#1898)
kakkoyun Dec 16, 2019
9bb4837
Add tsdb store test labelnames labelvalues (#1896)
yeya24 Dec 16, 2019
6ba1fce
pkg/store: Optimize the initialization of sync.Pool. (#1892)
johncming Dec 16, 2019
f04953c
bugfix: adjust the timeout. (#1897)
johncming Dec 17, 2019
314d3f7
Don't require Prometheus min/max block durations to be the same if th…
cstyan Dec 17, 2019
a105f96
fix error in MAC OS (#1903)
daixiang0 Dec 18, 2019
880ce3c
scripts/build-check-comments.sh: fix exit code (#1907)
simonpasquier Dec 18, 2019
db8f347
Makefile: fix lint and check-docs targets (#1908)
simonpasquier Dec 18, 2019
612f533
Add Configuring Rules (#1826)
daixiang0 Dec 18, 2019
56abeab
*: Added support for authentication and TLS for Alertmanager (#1838)
simonpasquier Dec 18, 2019
de86978
Fixed the gate duration metric unit (#1909)
pracucci Dec 18, 2019
dd934ec
add go vet to lint (#1905)
daixiang0 Dec 19, 2019
f5b7bac
cmd/thanos/rule: remove unused metric (#1912)
simonpasquier Dec 19, 2019
b32108b
*: factorize HTTP client code into separate package (#1913)
simonpasquier Dec 19, 2019
9888f8d
Simplify running tests with excluding certain providers. (#1914)
bwplotka Dec 20, 2019
c2e338f
Makefile: use gsed on OSX to keep GNU sed compatibility (#1916)
pracucci Dec 20, 2019
ed6087f
support post in /api/v1/labels (#1910)
yeya24 Dec 20, 2019
1b70eb4
Fix sed issue (#1925)
daixiang0 Dec 23, 2019
f308e57
Exclude couchdb.apache from link checking. (#1926)
bwplotka Dec 23, 2019
687de93
fix test cache addresses (#1921)
yeya24 Dec 23, 2019
39f8623
Introduce an internal option to enable vertical compaction (#1917)
pracucci Dec 23, 2019
47c0ae2
add tencent in adopters.yml (#1929)
QianChenglong Jan 2, 2020
a37ac09
Fixed the compactor successfully exiting when actually an error occur…
pracucci Jan 2, 2020
bb346c0
Add memcached support to index cache (#1881)
pracucci Jan 3, 2020
d9764fb
Added no-chunk option in series API (#1904)
yeya24 Jan 3, 2020
4d1cc62
Added block.MetaFetcher logic for resilient sync of meta files. (#1934)
bwplotka Jan 6, 2020
f024461
pkg/discovery: fix unit tests (#1940)
simonpasquier Jan 6, 2020
162e960
Use block.MetaFetcher in Store Gateway. (#1936)
bwplotka Jan 6, 2020
497de41
Use block.MetaFetcher in Compactor. (#1937)
bwplotka Jan 6, 2020
be72a33
Hide usage of index-cache.json under interface. (#1943)
bwplotka Jan 6, 2020
7ff3c08
Unify all CI base images to be built with Go 1.13. (#1945)
bwplotka Jan 6, 2020
3fa5403
Updated CHANGELOG and dashboards after meta files synchronizations ch…
bwplotka Jan 7, 2020
d9e4e0e
Added proposal for moving to index-header binary format. (#1839)
bwplotka Jan 7, 2020
d758432
Updated Prometheus deps to master around 2.15.2. (#1947)
bwplotka Jan 7, 2020
718e51a
Fixed whitespaces on binary header docs; addressed missing comment. (…
bwplotka Jan 7, 2020
a532ff6
docs/release-propose: add myself as shepherd (#1949)
GiedriusS Jan 7, 2020
9c84435
store: fix a small house-keeping data race (#1951)
GiedriusS Jan 7, 2020
c1d3dd0
rule: fix bug that ignore deduplicate addrs. (#1956)
johncming Jan 8, 2020
adb869b
README: update before v0.10.0-rc.0 (#1959)
GiedriusS Jan 8, 2020
3150046
CHANGELOG: update again (#1960)
GiedriusS Jan 8, 2020
10d7ba4
Use RFC 3339 Date to be more readable (#1954)
kfdm Jan 8, 2020
bfd65e2
Cut release 0.10.0-rc.0
GiedriusS Jan 8, 2020
6f7c322
pkg/receive: simplify hashring file (#1895)
squat Jan 8, 2020
36f7536
add wal compression option in rule and receive (#1933)
yeya24 Jan 8, 2020
34ae9f9
cmd/thanos/rule.go: simplify deduplication (#1965)
squat Jan 8, 2020
880c8f8
Add VEXXHOST to adopters (#1968)
mnaser Jan 8, 2020
8dbfe3d
sidecar: allow custom http con pool size fix #1953 (#1969)
blockloop Jan 8, 2020
1d71579
receive: allow enabling local tsdb compaction (#1967)
blockloop Jan 8, 2020
1a419c2
*: support TLS and authentication for Thanos Ruler queries (#1939)
simonpasquier Jan 9, 2020
552ffa4
Fixed crash in the memcached servers selector when there's only 1 ser…
pracucci Jan 9, 2020
b02e99d
Enable Stale Bot (#1977)
daixiang0 Jan 10, 2020
9c968a8
*: fix tracing for alerts (#1978)
simonpasquier Jan 10, 2020
3cf366a
receive: use gRPC for forwarding messages (#1970)
blockloop Jan 10, 2020
c45e52d
Release 0.10.0-rc.1 (#1981)
GiedriusS Jan 10, 2020
4fc908e
bucket: use block.MetaFetcher to fetch blocks (#1988)
khyatisoneji Jan 12, 2020
bce3109
store: Refetch series if longer than expected. (#1985)
bwplotka Jan 12, 2020
46e5f45
persist option in query UI (#1870)
yeya24 Jan 12, 2020
698c7a9
*: update for 0.10.0 (#1989)
GiedriusS Jan 13, 2020
f08038b
*: update for 0.10.0 release (#1990)
GiedriusS Jan 13, 2020
17fd999
api/v1: add cache-control header (#1984)
GiedriusS Jan 13, 2020
29708d9
adding WWT to adopters (#1994)
hartman17 Jan 14, 2020
a2dcfa9
*: support Alertmanager API v2 (#1982)
simonpasquier Jan 14, 2020
fbe1c75
do not mark bug label as stale (#1991)
daixiang0 Jan 14, 2020
211a50a
docs/release-process: add more steps (#1997)
GiedriusS Jan 14, 2020
9545b12
CHANGELOG.md: fix v0.10.0 entry (#1996)
simonpasquier Jan 14, 2020
46a97fd
mixin: Add Thanos Ruler alerts (#1963)
kakkoyun Jan 15, 2020
bd8c6a9
Merge tag 'v0.10.0' into bump-v0.10.0
simonpasquier Jan 15, 2020
01bfca2
Fix scripts/verify-vendor.sh
simonpasquier Jan 17, 2020
171889d
Added binary index header implementation. (#1952)
bwplotka Jan 21, 2020
9fd5974
mixin/thanos: fix typo in alert name (#2017)
simonpasquier Jan 21, 2020
b1abfeb
Clear up wording around 0d retention times (#2006)
moskyb Jan 21, 2020
dbfe6f0
Fix revert metric name regression (#2005) (#2019)
GiedriusS Jan 21, 2020
b130221
Add env comment (#2023)
daixiang0 Jan 22, 2020
43f659a
Fix invalid start/end params in series api (#2015)
yeya24 Jan 23, 2020
bc8b925
pkg/alert: fix configuration from "legacy" flags (#2026)
simonpasquier Jan 23, 2020
860bbaf
pkg/store: Expose metric about empty stream responses in proxy store …
brancz Jan 23, 2020
bb48830
add _total suffix to counter metrics (#2021)
yeya24 Jan 23, 2020
de82fec
Use golang 1.13.6 (#2025)
Jan 23, 2020
560816b
use gauge.SetToCurrentTime (#2036)
yeya24 Jan 24, 2020
49b67e7
Cut 0.10.1 (#2035) (#2037)
bwplotka Jan 24, 2020
ee1ca84
Added Ben Ye to Triage. (#2038)
bwplotka Jan 24, 2020
912e101
add flag max query samples (#1369)
yeya24 Jan 24, 2020
860460c
Bumped minio-go library to v6.0.45 (#2033)
robcoward Jan 24, 2020
d6bee65
mixin/thanos: add DNS alerts for Thanos Ruler (#2027)
simonpasquier Jan 25, 2020
cf4e450
fix ruler ui alerts click (#2040)
yeya24 Jan 25, 2020
cedea11
Revert "add flag max query samples (#1369)" (#2043)
bwplotka Jan 26, 2020
e1ae2be
don't calculate compact group key multiple times (#2044)
yeya24 Jan 26, 2020
84b14c2
Improve help text for shipper metrics. (#2048)
pstibrany Jan 27, 2020
4a23b36
tracing: Support sampling on Elastic APM (#2049)
igorwwwwwwwwwwwwwwwwwwww Jan 27, 2020
b2f39ad
add Banzai Cloud to adopters (#2054)
tarokkk Jan 28, 2020
bf48fd5
Improved documentation. (#2053)
bwplotka Jan 28, 2020
f0a00ce
Added security headers to our website. (#2056)
bwplotka Jan 28, 2020
273d9e9
Updated stale bot as agreed offline on #thanos-dev. (#2058)
bwplotka Jan 28, 2020
1f48466
Pass prom registry to shipper from ruler. (#2051)
OGKevin Jan 28, 2020
e743afe
.github/stale.yml: fix a typo (#2059)
daixiang0 Jan 28, 2020
f2a1702
SECURITY.md: clean up doc (#2061)
squat Jan 28, 2020
b36b4b9
netlify.toml: clean up comments (#2060)
squat Jan 28, 2020
c7869d9
querier, receiver, sidecar, store: Add gRPC health check endpoints (#…
kakkoyun Jan 28, 2020
d427966
mixin, docs: Rename Compact -> Compactor (#2065)
kakkoyun Jan 28, 2020
55cb8ca
Added Copyright header to all Go and Proto source files. (#2063)
bwplotka Jan 28, 2020
72bac9e
Lower restriction for website scripts. (#2069)
bwplotka Jan 28, 2020
eb86c8d
Added Jurumani- and Tangent Solutions to adopters (#2075)
theunisbotha Jan 29, 2020
63ec1c5
Makefile: optiomize jsonnet-format target (#2076)
daixiang0 Jan 29, 2020
4513d0d
mixin: Fix querier store DNS query alert (#2034)
kakkoyun Jan 30, 2020
499eef0
testutil: Moving all e2e utils to separate package, added TB union. (…
bwplotka Jan 30, 2020
25f5b0b
Makefile: fix quay.io/coreos/jsonnet-ci tag (#2080)
daixiang0 Jan 31, 2020
9b17ba1
mixin: Fix broken links in docs (#2083)
itsx Jan 31, 2020
0e7e4bb
Added naming convention rule for components. (#2094)
bwplotka Feb 3, 2020
56a1fb6
store: Added benchmarks for .Series and expanded matchers. (#2070)
bwplotka Feb 3, 2020
7c02430
Mixin: Update sidecar alert (#2002)
daixiang0 Feb 4, 2020
57a1eae
Register thanos_alert_sender_errors_total metric. (#2101)
OGKevin Feb 5, 2020
93744bb
Add metalmatze as release shepard for v0.11 (#2099)
metalmatze Feb 5, 2020
6948d5b
fetcher: add filter to remove old blocks if new overlapping blocks fo…
khyatisoneji Feb 5, 2020
1b22a17
comment all log format (#2000)
daixiang0 Feb 6, 2020
a79edc7
Store: Document --chunk-pool-size better (#2057)
daixiang0 Feb 6, 2020
cf558de
Support downsampling for API method /series. (#2003)
IKSIN Feb 6, 2020
d500d70
fix Banzai Cloud blog post (#2106)
yeya24 Feb 7, 2020
f034581
pkg/store/proxy.go: optimize help info (#2096)
daixiang0 Feb 7, 2020
5a93f51
Avoid breaking the json log with series string (#2104)
anas-aso Feb 8, 2020
800d1e8
adding Toss as adopter (#2109)
JacksChoco Feb 8, 2020
ecb4018
Add Ozon to Thanos adopters list (#2110)
d-ulyanov Feb 8, 2020
4ba649a
Update getting-started.md (#2111)
omerlh Feb 9, 2020
43ba9c4
Fixed design doc statuses. (#2119)
bwplotka Feb 11, 2020
573eff4
bucket: Set state of status prober properly (#2120)
kakkoyun Feb 11, 2020
508d388
Cloose index-header and block properly, even on error case. (#2125)
bwplotka Feb 12, 2020
254aeee
fix store dashboard metric name (#2127)
yeya24 Feb 13, 2020
4cc8442
removing myself as a maintainer :( (#2129)
domgreen Feb 13, 2020
8113796
proposal: Updated RW proposal (#2131)
khyatisoneji Feb 13, 2020
5e87722
Fix broken make task (#2132)
kakkoyun Feb 13, 2020
adfef4b
Update jb and fix issues (#2133)
kakkoyun Feb 13, 2020
00f2aad
fix sidecar dashboard stream metric (#2134)
yeya24 Feb 13, 2020
66921a3
*: Adapt alerts and dashboards to naming conventions (#2140)
brancz Feb 14, 2020
88004d1
tracing: track query sent to prometheus via remote read api (#2145)
igorwwwwwwwwwwwwwwwwwwww Feb 17, 2020
01cee87
*: Handle SIGHUP (#2139)
kakkoyun Feb 17, 2020
2e3ece1
store: add consistency delay to fetch blocks (#2009)
khyatisoneji Feb 18, 2020
a354bfb
query: Improve store response timeouts (#1789)
IKSIN Feb 18, 2020
4a9671c
Makefile: update jsonnet-ci image (#2146)
daixiang0 Feb 18, 2020
c39ddb2
Fix segfault panic. (#2153)
IKSIN Feb 19, 2020
49c566d
Add proposal for improving Thanos Query healthiness handling (#2086)
GiedriusS Feb 19, 2020
4061192
Fixed Segfault when matching large number of postings + LRU. (#2151)
bwplotka Feb 19, 2020
021f623
store: Added test for consistency delay filter, defaulted to 0. (#2159)
bwplotka Feb 20, 2020
dd60b81
Create release v0.11.0-rc.0 (#2156)
metalmatze Feb 20, 2020
7e2e832
Bumped minio-go library to v6.0.49, fixing an IAM bug in v6.0.45 (#2189)
bigkraig Feb 25, 2020
f223a1d
Create release candidate v0.11.0-rc.1 (#2192)
metalmatze Feb 26, 2020
31cacc4
Release v0.11.0 (#2205)
metalmatze Mar 2, 2020
8d5aaa4
Merge tag 'v0.11.0' into update-thanos-v0.11.0
pgier Mar 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: oss range in 32bit os (thanos-io#1682)
Signed-off-by: mengskysama <[email protected]>
  • Loading branch information
mengskysama authored and GiedriusS committed Oct 25, 2019
commit f551b8eb8ff793c0fbb89825e2c1f2d4c081ae1d
2 changes: 1 addition & 1 deletion pkg/objstore/oss/oss.go
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ func (b *Bucket) setRange(start, end int64, name string) (alioss.Option, error)
return nil, err
}

size, err := strconv.ParseInt(header["Content-Length"][0], 10, 0)
size, err := strconv.ParseInt(header["Content-Length"][0], 10, 64)
if err != nil {
return nil, err
}