[ 
https://issues.apache.org/jira/browse/JENA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne closed JENA-917.
------------------------------
       Resolution: Fixed
    Fix Version/s: Fuseki 2.0.1

This fix changes the message to remove the timeout setting. The actual timeout 
is a feature of the action; often a query, but architecturally, anything.

> Fuseki prints the global timeout even if a different timeout applies.
> ---------------------------------------------------------------------
>
>                 Key: JENA-917
>                 URL: https://issues.apache.org/jira/browse/JENA-917
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Fuseki
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Fuseki 2.0.1
>
>
> {{ActionBase.doCommon}} message looks in the global context only but the 
> dataset may have it's own timeout.
> {noformat}
> Context cxt = ARQ.getContext() ;
> ...
> String message = String.format("The query timed out (restricted to %s ms)", 
> cxt.get(ARQ.queryTimeout));
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to