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 using workload OLAP, goroutines are infinitely growing inside VTGate, leading to infinite memory usage.
We noticed this in a real world environment, gladly we weren't dependent on OLAP and reverted back to default.
It shows in the default local docker as well (https://vitess.io/docs/17.0/get-started/local-docker/).
It seems every single transaction spawns a goroutine that never stops.
Binary Version
vtgate version Version: 19.0.0-SNAPSHOT (Git revision 370696b6a9d40e1ef031fd69525f0bb5a2a94487 branch 'main') built on Fri Oct 6 09:35:48 UTC 2023 by vitess@buildkitsandbox using go1.21.2 linux/amd64
Operating System and Environment details
MacOS 14.0
Apple Silicon M2
Ran inside Docker though
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
When using workload OLAP, goroutines are infinitely growing inside VTGate, leading to infinite memory usage.
We noticed this in a real world environment, gladly we weren't dependent on OLAP and reverted back to default.
It shows in the default local docker as well (https://vitess.io/docs/17.0/get-started/local-docker/).
Reproduction Steps
mysql
inside the dockerset workload="olap";
BEGIN; SELECT * FROM customer; COMMIT;
a few times (maybe 10)It seems every single transaction spawns a goroutine that never stops.
Binary Version
vtgate version Version: 19.0.0-SNAPSHOT (Git revision 370696b6a9d40e1ef031fd69525f0bb5a2a94487 branch 'main') built on Fri Oct 6 09:35:48 UTC 2023 by vitess@buildkitsandbox using go1.21.2 linux/amd64
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: