You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till Westmann (JIRA)" <ji...@apache.org> on 2016/06/23 16:10:16 UTC

[jira] [Resolved] (ASTERIXDB-1499) Query service returns partial results

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

Till Westmann resolved ASTERIXDB-1499.
--------------------------------------
    Resolution: Fixed
      Assignee: Yingyi Bu  (was: Till Westmann)

> Query service returns partial results
> -------------------------------------
>
>                 Key: ASTERIXDB-1499
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1499
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: HTTP API
>            Reporter: Yingyi Bu
>            Assignee: Yingyi Bu
>
> The query service returns partial JSON for some queries.
> For example:
> curl -s --data indent=true --data-urlencode statement@test.sql http://172.23.100.190:19002/query/service
> it returns:
> {noformat}
> {
> 	"requestID": "18f2de04-a660-4a45-8257-c4dfb10a2983",
> 	"signature": "*",
> 	"results": [ {
> 			"num_retweets": 68,
> 			"name": "MongoDB",
> 			"text": "Announcing #MongoDB 3.0. Hear @eliothorowitz's thoughts. http://t.co/sjrQSpkfgN http://t.co/dOjNJlo6FF"
> 		}, {
> 			"num_retweets": 66,
> 			"name": "Janniboiii",
> 			"text": "I made a remake of @Solr ´s Pack of his last video!
> eZZZZZZZZZZZZ hiihhi https://t.co/Oao0aLplgI"
> 		}, {
> 			"num_retweets": 63,
> 			"name": "Kezin",
> 			"text": "soon ??? https://t.co/U9KVqy79wR"
> 		}, {
> 			"num_retweets": 45,
> 			"name": "Kezin",
> 			"text": "���� https://t.co/gho4bK8lhY"
> 		}, {
> 			"num_retweets": 43,
> 			"name": "Arun Gupta",
> 			"text": "First day of new gig at @couchbase was full of excitement, loved meeting team, working on hiring, submitted abstracts http://t.co/gItl5JzBR9"
> 		} ]
> 	,
> 	"status": "success",
> 	"metrics": {
> 		"elapsedTime": "6092177",
> 		"executionTime": "6091442",
> 		"resultCount": "5",
> 		"resultSize": "7
> {noformat} 



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