You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Paul Poulosky (JIRA)" <ji...@apache.org> on 2016/07/26 15:07:20 UTC

[jira] [Created] (STORM-2007) DRPC requests that take a long time to process fail with 500 error code

Paul Poulosky created STORM-2007:
------------------------------------

             Summary: DRPC requests that take a long time to process fail with 500 error code
                 Key: STORM-2007
                 URL: https://issues.apache.org/jira/browse/STORM-2007
             Project: Apache Storm
          Issue Type: Bug
            Reporter: Paul Poulosky
            Priority: Minor


This can be reproduced by altering a DRPC topology to sleep for 90 seconds before returning a result.   Hitting the DRPC server's corresponding endpoint produces the following result. 

{noformat}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /drpc/ppouloskTest/hello. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
{noformat}



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