-
Notifications
You must be signed in to change notification settings - Fork 4.1k
console: advanced debug features not working for tenant #80595
Copy link
Copy link
Closed
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
When you try to use block profiling, it generates a url like this:
https://xxxxxxxx:8081/debug/pprof/ui/block/?node=sql1
and you get this in the browser:
rpc error: code = InvalidArgument desc = instance ID could not be parsed: strconv.ParseInt: parsing "sql1": invalid syntax
Workaround: go directly to /debug/pprof endpoint.
Jira issue: CRDB-15335
Epic CRDB-12100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.