[
https://issues.apache.org/jira/browse/DRILL-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14306213#comment-14306213
]
Daniel Barclay (Drill/MapR) commented on DRILL-2104:
----------------------------------------------------
Regarding the browser-level blockage:
If I clicked on my browser's Stop button to abandon the pending HTTP request,
and then clicked on the Submit button again, then the server would respond
again (my browser would get some response (rather than just hanging, waiting),
either a correct table of results or the HTTP 500 response).
(My browser is Mozilla SeaMonkey (User agent: Mozilla/5.0 (Windows NT 6.1;
WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30), with much of the
same internals as Mozilla Firefox.)
> Web interface hangs after query-submission error
> ------------------------------------------------
>
> Key: DRILL-2104
> URL: https://issues.apache.org/jira/browse/DRILL-2104
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - HTTP
> Reporter: Daniel Barclay (Drill/MapR)
> Assignee: Jason Altekruse
>
> On the query page, getting an error seems to jam up the web application.
> Example 1:
> 1. Go to query page.
> 2. Click on Submit button (with empty query, type defaulted to "SQL").
> 3. (Get "HTTP ERROR 500 \n Problem accessing /query. Reason: \n Request
> failed." error.)
> 4. Click on browser Back button.
> 5. (Get query page.)
> 6. Click on Submit button.
> 7. Web application hangs--browser indicates it's waiting. (In current case,
> Mozilla SeaMonkey says "Waiting for localhost..." and "Stop" icon is enabled.)
> Example 2:
> 1. Go to query page.
> 2. Copy sample query ("SELECT * FROM cp.`employee.json` LIMIT 20") and paste
> into query box.
> 3. Click Submit button.
> 4. (Get tabular results page.)
> 5. Click on browser Back button.
> 6. (Get query page, with query still there.)
> 7. Edit query, adding apparent syntax error (e.g., append ";" to end).
> 8. Click Submit button.
> 9. (Get "HTTP ERROR 500" page (rather than good "syntax error" message).)
> 10. Click on browser Back button.
> 11. (Get query page, with (bad) query still there.)
> 12. Fix query (e.g., remove bad appended ";" from end).
> 13. Click Submit button.
> 14. Web application hangs--browser indicates it's waiting.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)