Tobias Haag

Results 21 comments of Tobias Haag

that makes sense. Agreed on validation. no need to rewrite complex checks if it's already done :+1: I will for now have to keep my own version forked as it's...

Uh, one thing to add to the proposal: Ideally mesos-dns should be able to start and serve requests even if it cannot reach a master or the zookeeper ensemble. This...

Yup. I do agree. My Go is not great around JSON parsing though. I'd rather wait until there is at least a branch with a promising conversion of the generator...

Isnt it simpler to just CAS the record maps? No locking just pointer logic and a bit of memory overhead (which shouldnt be a big deal in all but the...

Curious to see what the latency impact of atomic load is with say 1000-10000 tasks. we had pretty bad experience with overloaded bind servers in the past and applications expecting

+1 ran into the same issue. It is a bit of a blocker for us as we cannot disable DNSSEC.

I wrote to hastily. Turns out for us its actually fine to disable dnssec. Not sure how much dnssec buys you anyways considering there are better mechanisms in place to...

I think this already works, just launch gsender with options -H 0.0.0.0 and -p 8080 to set listen address and port. You can pick interface IP and port as needed...

i stumbled over that and also recent issues with poll() in smartthings itself. The solution I came up with is actually pretty close in timing things correctly : def sleepForDuration(duration,...