Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot execute a query #3868

Closed
romanovmv opened this issue Jan 31, 2019 · 5 comments
Closed

Cannot execute a query #3868

romanovmv opened this issue Jan 31, 2019 · 5 comments

Comments

@romanovmv
Copy link

Issue Type: Bug

Query window ocasionally stops responding to Execute query command, meanwhile the following queries can be traced via SQL Profiler:
exec sp_executesql N'select c.definition,convert(bit,OBJECTPROPERTY(c.object_id,N''ExecIsQuotedIdentOn'')) from [OmniMeta].sys.sql_modules c where c.object_id = @_msparam_0',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'303808640'

Those queries are initiated by sqlops-languageService application. Looks like it's a part ob built in intellisense running synchronously under the same SPID?

Azure Data Studio version: Azure Data Studio 1.3.9 (cacf077, 2019-01-14T23:17:16.459Z)
OS version: Darwin x64 18.2.0

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz (8 x 2300)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (0.99GB free)
Process Argv /private/var/folders/x7/rfbbhss14_lft0f2zyn5tk9w0000gn/T/AppTranslocation/159C6862-A3C3-47BC-9371-41EEA6716B0E/d/Azure Data Studio.app/Contents/MacOS/Electron
Screen Reader no
VM 0%
Extensions (2)
Extension Author (truncated) Version
agent Mic 0.35.2
profiler Mic 0.5.1
@kburtram
Copy link
Member

kburtram commented Feb 1, 2019

@romanovmv does the UI freeze or clicking the "Execute" button just doesn't do anything? Do you know if there are any additional repro steps, such as canceling a previously executing query or something like that?

@romanovmv
Copy link
Author

@kburtram it does nothing, I've attached a sample video. But normally it's stuck for ~10-30 seconds. I've also noticed that it happens mostly when working on our US servers (ping from Australia is about 200ms).
https://drive.google.com/open?id=1Bds2uHxkguJvibim0w1K0H2VR5q7Xpm9

@anthonydresser
Copy link
Contributor

Could be related to #2694

@anthonydresser
Copy link
Contributor

related to #3627

@cheenamalhotra
Copy link
Member

This issue has been addressed in the latest insiders build, closing as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

4 participants