Git Product home page Git Product logo

Comments (9)

bwplotka avatar bwplotka commented on May 17, 2024

This is on certain query: graph?g0.range_input=2w&g0.end_input=2017-11-23%2013%3A48&g0.expr=go_goroutines&g0.tab=0

(after some time and then 100% reproducible)

from thanos.

fabxc avatar fabxc commented on May 17, 2024

This started happening just after you started compaction again?

from thanos.

bwplotka avatar bwplotka commented on May 17, 2024

well not really. I was doing lot's of queries for different things and it started on certain query after some time.. so not sure if there is any correlation with compaction. (new compactor is running 1,5h)

from thanos.

fabxc avatar fabxc commented on May 17, 2024

Yes, did you ever see this happen before that though?

from thanos.

bwplotka avatar bwplotka commented on May 17, 2024

nope

from thanos.

fabxc avatar fabxc commented on May 17, 2024

I mean this ultimately just seems like some series entries get a good bit longer than the 4KB we expected.
It seems generally possible given we generated a lot of chunks initially with out 5s scrape interval. If you compact a week worth of those together, the series entry has to reference several hundred chunks.

13KB of chunk-indexing data for a single series in a single block actually makes me a bit worried :) But ultimately anything becomes worrisome if you keep the high resolution in long-term storage.

The answer here is basically to just bump the range we fetch per series.

from thanos.

fabxc avatar fabxc commented on May 17, 2024

I just hit it as well. It seems indeed to be non-deterministic for the same query over the same time range... that's rather odd though.

from thanos.

fabxc avatar fabxc commented on May 17, 2024

Got 'fixed' by bumping the maximum series size we are reading. Anything fully save will require upstream changes to the storage format.

from thanos.

bwplotka avatar bwplotka commented on May 17, 2024

Revisiting this as we saw some issues of violating this again e.g #552, plus investigate estimating postings entry size as well here: #1839

Given just one error, it might still not worth to change. Just leaving the calculation for max size of series entry:

from thanos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.