Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Marco GrecoMarco Greco(Deactivated)Reporter
Bingjie MiaoBingjie MiaoIs this a Regression?
YesTriage
UntriagedStory Points
1Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Marco Greco
Marco Greco(Deactivated)Reporter
Bingjie Miao
Bingjie MiaoIs this a Regression?
Yes
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 23, 2022 at 5:20 PM
Updated October 7, 2022 at 8:56 AM
Resolved May 24, 2022 at 4:45 PM
To repro:
setup isngle node cluster
load travel-sample
start advisor session:
SELECT ADVISOR({'action':'start', 'duration':'40m', 'query_count':5, 'response':'50ms'});
run queries:
SELECT airportname FROM `travel-sample` WHERE type = "airport" AND lower(city) = "grenoble" AND country = "France" ;
SELECT airportname FROM `travel-sample` WHERE type = "airport" AND lower(city) = "grenoble" AND country = "France" ;
SELECT airportname FROM `travel-sample` WHERE type = "airport" AND lower(city) = "lyon" AND country = "France" ;
SELECT airportname FROM `travel-sample` WHERE type = "airport" AND lower(city) = "lyon" AND country = "France" ;
SELECT airportname FROM `travel-sample` WHERE type = "airport" AND lower(city) = "lyon" AND country = "France" ;
stop session:
select advisor({'action':'stop', 'session':'469defc9-cad8-46ef-a528-0fd7a50a9010'});
stop session does not return