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

compactor: 1h downsampling data is not continuous #3711

Closed
diemus opened this issue Jan 11, 2021 · 6 comments
Closed

compactor: 1h downsampling data is not continuous #3711

diemus opened this issue Jan 11, 2021 · 6 comments

Comments

@diemus
Copy link

diemus commented Jan 11, 2021

Thanos, Prometheus and Golang version used:

thanos, version 0.17.0 (branch: HEAD, revision: 4899d9a3378c7dbd1f635f5271624cda8caec001)
  build user:       root@432c5bd5f94c
  build date:       20201118-17:38:06
  go version:       go1.15
  platform:         linux/amd64

Object Storage Provider:

S3 compatible service

What happened:
The data after downsampling to 1h is no longer continuous, the raw data and 5m downsampling does not have this problem.

image
image
image

there are parts of the data are continuous, it's not downsampling to 1h for now

image

What you expected to happen:

all downsampling data should be continuous

How to reproduce it (as minimally and precisely as possible):

Full logs to relevant components:

Anything else we need to know:

I see some warning logs about downsampling, and don't know why

level=warn ts=2021-01-10T08:30:09.927386011Z caller=streamed_block_writer.go:114 msg="empty chunks happened, skip series" series="{__name__='xxxxxx'}"
level=warn ts=2021-01-10T08:30:10.26568195Z caller=streamed_block_writer.go:114 msg="empty chunks happened, skip series" series="{__name__='xxxxxx'}"
@mveroone
Copy link

Hi.
I think it's similar to my problem which i was about to post :
image
Do you think it's the same problem ?

@qube222pl
Copy link

qube222pl commented Jan 14, 2021

@mveroone take a look on my issue #3721
It looks exactly like your problem

@kakkoyun kakkoyun changed the title 1h downsampling data is not continuous compactor: 1h downsampling data is not continuous Feb 12, 2021
@kakkoyun
Copy link
Member

Hey @diemus, could you please share your compactor configuration? And also have you tried with the latest version of Thanos?

@diemus
Copy link
Author

diemus commented Feb 14, 2021

@kakkoyun no special configuration for compactor, I'm using 0.17.0, it's the latest version at that time

thanos compact 
--wait 
--compact.concurrency=5
--data-dir=/xxx/thanos-compact 
--objstore.config-file=/xxx/bucket.yml 
--retention.resolution-raw=30d 
--retention.resolution-5m=30d 
--retention.resolution-1h=30d

@stale
Copy link

stale bot commented Apr 18, 2021

Hello 👋 Looks like there was no activity on this issue for the last two months.
Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
If there will be no activity in the next two weeks, this issue will be closed (we can always reopen an issue if we need!). Alternatively, use remind command if you wish to be reminded at some point in future.

@stale stale bot added the stale label Apr 18, 2021
@stale
Copy link

stale bot commented Jun 3, 2021

Closing for now as promised, let us know if you need this to be reopened! 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants