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
Experimenting in the Go playground, it seems that 35184372088820 is the max size that avoids a panic. This is 1<<45-12, the same as the max size for a chan of int64s.
While it doesn't panic, it immediately OOMs with no other changes to settings.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
influxd --query-queue-size 9223372036854775807
Expected behavior:
Either the program runs successfully, or the CLI errors out telling me the number is too big.
Actual behavior:
Environment info:
InfluxDB OSS 2.0.2
The text was updated successfully, but these errors were encountered: