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
All Vitess binaries should have profiling enabled by default. At least vtorc (but also some other supporting binaries) don't have this enabled. This is due to a lack of a call to servenv.Init in the main function for those binaries.
Reproduction Steps
Run vtorc and try to profile it.
Binary Version
v17.0 and later
Operating System and Environment details
All
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
All Vitess binaries should have profiling enabled by default. At least
vtorc
(but also some other supporting binaries) don't have this enabled. This is due to a lack of a call toservenv.Init
in themain
function for those binaries.Reproduction Steps
Run
vtorc
and try to profile it.Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: