You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/09 22:28:00 UTC

[jira] [Commented] (ASTERIXDB-2190) Fix support for the timeout parameter

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285024#comment-16285024 ] 

ASF subversion and git services commented on ASTERIXDB-2190:
------------------------------------------------------------

Commit cd00eaacaac70a0a7b6fbabf3e4c225c5505b27c in asterixdb's branch refs/heads/master from [~tillw]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=cd00eaa ]

[ASTERIXDB-2190][API] fix timeout behavior

- user model changes: no
- storage format changes: no
- interface changes: no

The timeout parameter is now handled for json and urlencoded requests,
the result status for a request that has timed out is "timeout", and
invalid timeout values result in an error.

Change-Id: Ide0515dc8ef9f8c295e1dc2ffde297100634060a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2199
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Murtadha Hubail <mh...@apache.org>


> Fix support for the timeout parameter
> -------------------------------------
>
>                 Key: ASTERIXDB-2190
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2190
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: API - HTTP API
>            Reporter: Till
>            Assignee: Till
>
> There are 3 issues regarding the use of the {{timeout}} parameter for the {{query/service}} API:
> # the parameter is not supported for urlencoded requests
> # the result status should be {{timeout}} if the request times out and not {{failure}} 
> # invalid values for the {{timeout}} parameter are not handled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)