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 2018/04/03 17:52:09 UTC

[GitHub] regmebaby commented on issue #3516: Undocumented Container-Reuse

regmebaby commented on issue #3516: Undocumented Container-Reuse
URL: https://github.com/apache/incubator-openwhisk/issues/3516#issuecomment-378338895
 
 
   When using a Java Action, it seems that the container is immediately destroyed as documented :-(
   Spotted for a short moment:
   > 56367d8597aa        whisk/java8action:latest      "java -jar /javaActi…"   Less than a second ago   Up Less than a second                                                                                                         wsk00_82_guest_helloJava
   
   docker ps shows prewarm containers only for nodejs...
   > 9e896a93b792        whisk/nodejs6action:latest    "/bin/sh -c 'node --…"   38 minutes ago           Up 38 minutes                                                                                                                 wsk00_35_prewarm_nodejs6
   35c6ea6de1a5        whisk/nodejs6action:latest    "/bin/sh -c 'node --…"   22 hours ago             Up 22 hours                                                                                                                   wsk00_34_prewarm_nodejs6
   
   Is "the cool stuff" not available for Java?

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