Dan Rowe

Results 17 comments of Dan Rowe

Great idea/patch, thanks! ## Lunch break braindump Is it accurate that this functionality requires that deleteIdleStats is enabled, otherwise those objects will always have a length after the first set...

Thanks for the PR and for updating the PR! Just a heads up. I'm looking into how we can have this PR and https://github.com/etsy/statsd/pull/364 coexist. I think both options valid...

Just added a PR for Persistent connections for high traffic statsd servers. If that gets the :+1: i think that we'll just need to wrap the this.end() with an if...

It doesn't timeout an idle connection currently. If the connection has closed it reconnects persistently the next flush interval. We could modify your PR to close the connection to graphite...

Correct. The current implementation doesn't do any packet parsing for multiple commands. We're looking to extract the management code out of the main stats.js into a module and at that...

It depends on how you plan on scaling StatsD up and what your current scaling issue is. Based on the diagram referenced im going to assume using the StatsD cluster...

Apologize for the lack of response. We have a bunch of modifications to the cluster that aren't cleaned up or ready for a PR at this point. If you want...

Sorry, no not a cluster stanza in the config, but as a required module at the top of the file proxy.js file between line 5 and 6 . ``` ,...

Hey @pcn, now that we removed the last blocker, we're going to work on bumping version number and releasing the current version. Definitely appologize for the delay on this. I'd...

This would be nice to fix. It's also already been fixed/patched in the node-hashring module as of 3.1.1: https://github.com/3rd-Eden/node-hashring/commit/69cf8a9b10b2bccdf41713f0fd1334bab97c7fb3#diff-168726dbe96b3ce427e7fedce31bb0bcR70