You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/12 23:24:57 UTC

[GitHub] andrewnet opened a new issue #3099: Unexpected "action developer error " - The action did not produce a valid response and exited unexpectedly.

andrewnet opened a new issue #3099: Unexpected "action developer error " - The action did not produce a valid response and exited unexpectedly.
URL: https://github.com/apache/incubator-openwhisk/issues/3099
 
 
   We executed a performance run over the weekend. When when analyzed the result, we found 3 out of 332465 activation (all for the same Java action) have status `action developer error` and error `The action did not produce a valid response and exited unexpectedly.`
   
   ```
   {
       "namespace": "Entity_discovery_qa",
       "name": "action_create_asset_yp-qa",
       "version": "0.0.41",
       "subject": "discopro@us.ibm.com",
       "activationId": "f8d0df5533d5462490df5533d5f62491",
       "start": 1512959668050,
       "end": 1512959676101,
       "duration": 8051,
       "response": {
           "status": "action developer error",
           "statusCode": 0,
           "success": false,
           "result": {
               "error": "The action did not produce a valid response and exited unexpectedly."
           }
       },
       "logs": [],
       "annotations": [
           {
               "key": "limits",
               "value": {
                   "logs": 10,
                   "memory": 256,
                   "timeout": 300000
               }
           },
           {
               "key": "path",
               "value": "Entity_discovery_qa/action_create_asset_yp-qa"
           },
           {
               "key": "kind",
               "value": "java"
           }
       ],
       "publish": false
   }
   ```
   
   These activation should have been successful as all of these 332465 activation go through the same route. The activation does not contain any logs of our Java action, so we suspect that our code never had a chance to execute.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services