You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we detect a timeout while waiting for a UDP response from a backend, we insert a 'fake' entry into the ring buffers as a placeholder. This is useful to be able to look for which queries are causing a timeout using grepq(), among other things.
When we do that, we set the correct ID so that the response matches the query but we do not set the rest of the flags, which means RD does not show up in grepq(). We should fix that.
The text was updated successfully, but these errors were encountered:
Short description
When we detect a timeout while waiting for a UDP response from a backend, we insert a 'fake' entry into the ring buffers as a placeholder. This is useful to be able to look for which queries are causing a timeout using
grepq()
, among other things.When we do that, we set the correct ID so that the response matches the query but we do not set the rest of the flags, which means
RD
does not show up ingrepq()
. We should fix that.The text was updated successfully, but these errors were encountered: