Giter VIP home page Giter VIP logo

Comments (4)

grobian avatar grobian commented on August 27, 2024

This is to be expected. The original carbon hash ignores the port number, and has an additional optional target that it takes into account instead. Carbon-c-relay doesn't support this target, therefore your configuration for the hash looks like duplicate hosts, so they all map onto the same hash points. I'm planning to add a fnv1a_ch which uses the same hash behind any_of, but is cheaper, more well-balanced and allows to make your example work as you expect.
Thanks for the report!

from carbon-c-relay.

grobian avatar grobian commented on August 27, 2024

as I can't change the carbon_ch implementation, but I can add a new hash form, fnv1a_ch is there to work in the configuration as you showed above

from carbon-c-relay.

davewongillies avatar davewongillies commented on August 27, 2024

Thanks! So I'm testing out a new graphite server at the moment using the fnv1a_ch hash and its looking pretty good so far. Currently only pushing ~10K metrics/min but that should increase to about 100K/min when the rest of the cluster comes online next week.

from carbon-c-relay.

grobian avatar grobian commented on August 27, 2024

Cool! It's interesting to know how much CPU carbon-c-relay takes (we could try to optimise the hash somewhat if necessary), and how many dispatchers are idle under your load. By default you have 16, but you can change that using the -w flag. We do ~1M/min on some relays, but for the aggregators we have had ~10M/min. Memory usage should stay minimal, queue sizes low (but not necessarily 0).

from carbon-c-relay.

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.