You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/15 20:47:44 UTC

[GitHub] [druid] vogievetsky commented on a diff in pull request #13090: Doc fixes around msq

vogievetsky commented on code in PR #13090:
URL: https://github.com/apache/druid/pull/13090#discussion_r972407059


##########
docs/multi-stage-query/msq-api.md:
##########
@@ -652,25 +338,25 @@ print(response.text)
 
 ```
 {
-    "task": "query-a6b65442-f77e-44e4-af28-ab3b711a27ac",
-    "status": {
-        "id": "query-a6b65442-f77e-44e4-af28-ab3b711a27ac",
-        "groupId": "query-a6b65442-f77e-44e4-af28-ab3b711a27ac",
-        "type": "query_controller",
-        "createdTime": "2022-07-27T20:09:23.551Z",
-        "queueInsertionTime": "1970-01-01T00:00:00.000Z",
-        "statusCode": "SUCCESS",
-        "status": "SUCCESS",
-        "runnerStatusCode": "WAITING",
-        "duration": 136636,
-        "location": {
-            "host": "ip-10-201-5-81.ec2.internal",
-            "port": -1,
-            "tlsPort": 8100
-        },
-        "dataSource": "kttm_simple",
-        "errorMsg": null
-    }
+  "task": "query-3dc0c45d-34d7-4b15-86c9-cdb2d3ebfc4e",
+  "status": {
+    "id": "query-3dc0c45d-34d7-4b15-86c9-cdb2d3ebfc4e",
+    "groupId": "query-3dc0c45d-34d7-4b15-86c9-cdb2d3ebfc4e",
+    "type": "query_controller",
+    "createdTime": "2022-09-14T22:12:00.183Z",
+    "queueInsertionTime": "1970-01-01T00:00:00.000Z",
+    "statusCode": "RUNNING",
+    "status": "RUNNING",
+    "runnerStatusCode": "RUNNING",
+    "duration": -1,
+    "location": {
+      "host": "localhost",
+      "port": 8100,
+      "tlsPort": -1
+    },
+    "dataSource": "kttm_simple",
+    "errorMsg": null
+  }
 }
 ```
 

Review Comment:
   fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org