Closed ripesensor closed 3 years ago
Hello @ripesensor,
there is probably some timeout in the game, I don't know for another reason (except for some bug in the haproxy related to SPOE/SPOP but it's less likely). Of course, a bug in the spoa-mirror program is also possible but this should not affect the operation of the haproxy.
At the moment, I have very little time so I can’t address this problem right away, I’m sorry. In any case I am interested if you discover something new, thank you for reporting the problem.
Looks like I was just following the documentation a little too closely? The issue here seems to be not having a check
in:
server spoa1 127.0.0.1:12345 check
Which blindly assumed the server was up and running until we hit our server timeout in the frontend.
I've found that killing the spoa-mirror binary will bring my test suite down; haproxy will no longer serve traffic from the site we'd like to mirror. Is this behavior expected for my config, or for the program in general?
UPDATE: It will return after a long wait (~30s). Hitting a timeout somewhere that is blocking "normal" traffic. Will dig a bit more here.