Blake

Results 12 comments of Blake

Awesome. I'll have a go at it over the weekend and put up a PR if it makes sense, worst case I'll just comment back here. Thanks!

Notes from Dan from internal ticket: ## Problem The current flat key/value store for assets and meta tags appears to be inadequate. Example: Meta tags can't properly store VLan information...

We definitely need to keep the data normalized since search isn't the only thing that uses the values. That being said I think we can accept a format that will...

Export search results to CSV, etc.

Running into this as well. I zerod the file and then updated `LASTLOG_UID_MAX` in `/etc/login.defs`. Not a great option but it looks like it worked? Maybe.

We run into that at Tumblr. Our work around is less than elegant.

Embarrassingly :) This isn't quite as simple a fix as 'refuse connections if you run out of file descriptors'. The way we run twemproxy, this condition should be close to...

Actually I think this may be a bug in twemproxy. My understanding is that open file descriptors should be on the order of: (pool count \* client count) + (pool...

This is great. I've got a few minor tweaks and then I'll merge this in. I should have time on Sunday. Thanks!