[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1033) Add state to request metadata

Steve Hawkins (JIRA) jira-events at lists.jboss.org
Thu May 6 09:36:05 EDT 2010


     [ https://jira.jboss.org/jira/browse/TEIID-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Hawkins resolved TEIID-1033.
----------------------------------

    Resolution: Done


we now track both processing state (processing, done, canceled) and thread state (active, idle, queued).  with this change we should look at removing worker pool stats altogether and just tracking items processed on dqpcore.  also of the other information, such as queue depth or active plans, can be inferred from the request.

> Add state to request metadata
> -----------------------------
>
>                 Key: TEIID-1033
>                 URL: https://jira.jboss.org/jira/browse/TEIID-1033
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.0
>
>
> We should add state to request metadata to differentiate between queries that are long running and those that have simply been left open by the client.
> Possible values:
> PROCESSING
> DONE (result set is complete, but the Statement is still open)
> CANCELED
> We could also add a new state to differentiate between requests that have been created and queued, but not yet processed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list