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:15:55 UTC

[GitHub] andrewnet opened a new issue #3097: Unexpected "action developer error " - Internal system error: system not ready, status: stopped

andrewnet opened a new issue #3097: Unexpected "action developer error " - Internal system error: system not ready, status: stopped
URL: https://github.com/apache/incubator-openwhisk/issues/3097
 
 
   We executed a performance run over the weekend. When when analyzed the result, we found 2 out of 332465 activation (all for the same Java action) have status `action developer error` and error `Internal system error: system not ready, status: stopped`
   
   ```
   {
       "namespace": "Entity_discovery_qa",
       "name": "action_create_asset_yp-qa",
       "version": "0.0.41",
       "subject": "discopro@us.ibm.com",
       "activationId": "6c95c0b7da6e410795c0b7da6e0107bb",
       "start": 1512959273865,
       "end": 1512959275667,
       "duration": 1802,
       "response": {
           "status": "action developer error",
           "statusCode": 0,
           "success": false,
           "result": {
               "error": "Internal system error: system not ready, status: stopped"
           }
       },
       "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.

----------------------------------------------------------------
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