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

Concurrent query return INTERRUPT error when preparing ECSQL #7549

Open
khanaffan opened this issue Jan 14, 2025 · 0 comments
Open

Concurrent query return INTERRUPT error when preparing ECSQL #7549

khanaffan opened this issue Jan 14, 2025 · 0 comments
Labels
ecdb ECDb and ECSQL related issues
Milestone

Comments

@khanaffan
Copy link
Contributor

Describe the bug

Concurrent query return INTERRUPT error when preparing ECSQL.

To Reproduce
Steps to reproduce the behavior:

Its not very clear but sending large number of queries where the query defers from one submitted before so it does not hit cache rather cause prepare to happen more frequently. Also setting quota max time to smaller value like 5 seconds should help reproduce it.

Expected behavior
INTERRUPT error should never be a error that user see. At minimum its should be a HTTP 500.

Desktop (please complete the applicable information):

  • OS: all
  • iTwin.js Version 4.x
@khanaffan khanaffan added the ecdb ECDb and ECSQL related issues label Jan 14, 2025
@khanaffan khanaffan modified the milestones: iTwin.js 5.0, iTwin.js 4.11 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecdb ECDb and ECSQL related issues
Projects
None yet
Development

No branches or pull requests

1 participant