You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Anirudh Beria (JIRA)" <ji...@apache.org> on 2016/08/04 12:27:20 UTC

[jira] [Created] (ZEPPELIN-1292) Events for appending output to paragraph results making browser hung.

Anirudh Beria created ZEPPELIN-1292:
---------------------------------------

             Summary: Events for appending output to paragraph results making browser hung.
                 Key: ZEPPELIN-1292
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1292
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Anirudh Beria


In case of running long result, browser would hang for minutes. Also, the final result would be incorrect. A simple example:
{noformat}
%sh
for i in {1..10000}
do
echo $i
done
{noformat}

This would hang the browser for a few minutes. And the results section would have duplicate entries (whole result printed twice in my run).




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