buckytools icon indicating copy to clipboard operation
buckytools copied to clipboard

Go implementation of useful tools for dealing with Graphite's Whisper DBs and Carbon hashing

Results 15 buckytools issues
Sort by recently updated
recently updated
newest added

Bucky tools declares tha it works only with cluster with repolication 1, but when we invoke bucky servers, we see discouraging output: ``` vagrant@123124234:~/builddocker$ ./bucky servers -h carbon-a:2023 Buckd daemons...

The way how a cluster is being rebalanced by adding new/empty node is pretty straightforward and clear. I wanted to ask what is the best flow for rebalancing an existing...

In our setup we use multiple clusters with replication = 2, and each of those clusters live in two locations (at minimum). Due to the nature of the application (high-volume),...

In case of a failover scenario, where metrics meant for a specific node end up on multiple other nodes, the rebalance randomly (or it seems) tends to lose metrics. This...

While integrating some monitoring checks using buckytools I encountered that the -s/-single flag does not seem to restrict for example 'inconsistent' to just a single host as advertised in the...

So rather than restoring the entire tarball, only restore metrics that match a given metric or regular expression.

Desirable example usage would be: ``` bucky-resize '^pattern\.' 30s:1d 1h:6d ```

The easiest way to reproduce the bug for me was: 1. Get some real wsp file with AggregationMethod=sum and multiple archives (original.wsp) 2. Make a copy of it with a...

This is only adding a test for #19

If you using backfill with list of relocated/renamed files in json it keeps original files in place. It useful to have --delete option in order to delete source files once...