NickMRamirez

Results 12 comments of NickMRamirez

I'm running into this, step1 fails.

I also had this happen, using the chef-zero provisioner with a Windows Azure VM.

Related to https://github.com/haproxytech/haproxy-consul-connect/issues/49

Yes, setting nbthread to 1 fixes the error. To do that, I can set the environment variable `GOMAXPROCS` = 1 and it sets nbthread to 1.

Although the table definition requires starting at an index of 1: ``` # setting gpt(0) is an error here, so must set gpt(1) table response_times type binary len 20 size...

Ultimately, everything works fine when using `gpt0`, but not when using `gpt(0)`. I had trouble with Stick Table Aggregator in HAProxy Enterprise, because although I could hack it to work...

Ah! Now I understand. The angled brackets around "nb" may have been stripped by the GitHub formatting, not sure. In any case, I think we should play it safe and...

@capflam For that last part, I think we are saying something similar. You said: > In fact, the server is set to DOWN when the NX response is received if...

Thanks @wtarreau I did miss that part. Should the docs be even more explicit on this point? Because I surrounded the comma delimiter with quotes, but missed that I need...

I like the "please refer" pattern that the docs use in a couple of places for linking back to a shared info (like error status codes, bind options, etc.). If...