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

select from mon$statements lockup [CORE1561] #1980

Closed
firebird-automations opened this issue Nov 2, 2007 · 7 comments
Closed

select from mon$statements lockup [CORE1561] #1980

firebird-automations opened this issue Nov 2, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Saulius Vabalas (svabalas)

select from mon$statements is not responding when other connection is running high load query:

- Start two ISQL instances and connect to same DB
- on #⁠1 connection execute statement:
select count(*) from rdb$triggers,rdb$triggers,rdb$triggers,rdb$triggers,rdb$triggers;
- on #⁠2 connection execute statement: select * from mon$statements;

#⁠2 SQL will not return any results until #⁠1 is running. This makes impossible to identify high load running queries nor any other queries when at least one of HL queries is running.

Commits: 1f1a8c8

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

I can't reproduce it - select * from mon$statements worked fine (results shown immediately) and i have ability to kill long running statemetnt

@firebird-automations
Copy link
Collaborator Author

Commented by: Saulius Vabalas (svabalas)

Did You try it on 2.1 Beta 2 or on upcoming RC1? It could be related to CORE1562 Dmitry fixed.

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

I tried it with current HEAD i.e. after beta 2
As for me issue is fixed

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1 RC1 [ 10201 ]

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13374 ] => Firebird [ 14028 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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

No branches or pull requests

2 participants