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
We have a UI that issues a high number of requests to our gateway service, a number of which do queries in parallel to different domain services. After some time (sorry I don't have better numbers), we get a stack overflow error:
Stack overflow.
Repeat 104670 times:
--------------------------------
at System.HashCode.Combine[[System.__Canon, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.__Canon, Int32)
at HotChocolate.Path+RootPathSegment.GetHashCode()
Steps to reproduce
I wish I could share our repos but they are private. In general, it is:
Setup a federated schema service with domain services
Issue a high number of client-side concurrent requests to the gateway service of which certain queries include types from both domain services in the same query
It'll eventually fail as noted above.
Relevant log output
Noted in the bug description.
Additional Context?
This happens when upgrading to 13.5.0 but does not happen with 13.4.0.
Version
13.5.0
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Product
Hot Chocolate
Describe the bug
We have a UI that issues a high number of requests to our gateway service, a number of which do queries in parallel to different domain services. After some time (sorry I don't have better numbers), we get a stack overflow error:
Steps to reproduce
I wish I could share our repos but they are private. In general, it is:
Relevant log output
Noted in the bug description.
Additional Context?
This happens when upgrading to 13.5.0 but does not happen with 13.4.0.
Version
13.5.0
The text was updated successfully, but these errors were encountered: