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 2019/12/11 04:23:51 UTC

[GitHub] [openwhisk-runtime-dotnet] sechunOH commented on issue #28: "Cannot invoke an uninitialized action." error occurs intermittently

sechunOH commented on issue #28: "Cannot invoke an uninitialized action." error occurs intermittently
URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/28#issuecomment-564373824
 
 
   @shawnallen85 
   I found history and the error occurred not only on stress test.
   I created cron trigger(using alarm package) consisting of two or more same actions with option "*/1 * * * *"
   Then I was waiting a few hours or a day until "running result: not ok" appears. (in invoker log)
   
   ```
   < Action info >
   
   Action is a dotnet sample action.
   
   action download: https://github.com/sechunOH/sample-actions/blob/master/helloDotNet.zip
   main: Apache.OpenWhisk.Example.Dotnet::Apache.OpenWhisk.Example.Dotnet.Hello::Main
   
   
   < Test environment spec >
   
   4core 4G mem VM 2EA : 2-controller deployed per vm
   4core 4G mem VM 3EA : 1-invoker deployed per vm
   
   Controller heap : 2G
   Invoker heap : 2G, user-memory : 2048
   
   no prewarmed container provided for dotnet action
   ```
   
   First, if you duplicate this issue, I will open a pr.
   if you need more informations, please reply. thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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