[streaming] weird errors when watching services with streaming on Consul 1.9.1 #9474
Labels
theme/streaming
Related to Streaming connections between server and client
type/bug
Feature does not function as expected
Overview of the Issue
We upgraded servers from 1.8.6 to 1.9.1 with streaming enabled by using configuration:
on both servers and clients.
While all of this seemed to work in our test environment, in our preproduction, it seems to fail on all the DCs of our preproduction.
When trying such curl command on 1 agent for instance:
As an alternative, we also sometime have HTTP 500 with message:
which generate this kind of logs:
Removing the
index=1
return the correct result:Using any value for index (including the current index of service fails the same way (ie, in this example, using 2070313186 also fails)
The failure is the same on our 3 DCs, error does not happen if
"use_streaming_backend": false
is set on config of agent.For all agents, /v1/agent/self => says both streaming is enabled.
Also tried to restart sequentially all servers + client, nothing works always in the same state.
The text was updated successfully, but these errors were encountered: