Results 89 comments of Xiaofan Hu

We use buckytools for rebalancing and backfilling. You need to run `buckyd` in your go-carbon storage node and can use `bucky reblance` command for that. This example assumes you are...

Hi @loitho , if scan-frequency is set to 0. No index is built. `trie-index = true` is a no-op. It's a trade-off in the current system. Without index, your queries...

@loitho can you also share the graph for memory and disk write metrics? Also, with collectd, I think there are merged read/write iops as well, can you also share that....

> Each node has 32 GB of RAM, is there a way to make sure the kernel has put the file system metadata in cache ? I haven't tweaked it...

Hmm, I don't think I understand this memory usage pattern. Lots of memory are freed and then used as cache. Can you also share the `cache.queueWriteoutTime`, `persister.updateOperations`, and `persister.committedPoints` from...

It's a nice and detailed report. So most of our reasoning appears to be correct. > after 24 hours of runtime, for some reason, some of the nodes started having...

> Would you mind if I made a PR to add those informations to the documentation ? Yep, it a good idea. Thanks in advance! :D

hi, I can see if I could also channel some effort back to the tag support as well. I'm a bit biased on using tags. I think having properly designed...

@neszt pushed a fix [here](https://github.com/go-graphite/go-whisper/pull/10), need to update go-carbon later. Even though now it compiles, not sure if there is any other potential issue related to cwhisper on 32bits systems....

> Plus it doesn't make a lot of sense to have only custom TagDB implementation, without supporting the whole range of upstream Tag DBs (even if they are worse in...