2019-06-17 14:26:49 UTC - francois: Hi there,
wave : Rodric Rabbah, Carlos Santana, Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781609051600
----
2019-06-17 14:29:13 UTC - francois: Is is the best channel to ask questions?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781753053600
----
2019-06-17 14:29:40 UTC - francois: regarding openwhisk and things I don't 
fully understand?
+1 : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781780054200
----
2019-06-17 14:30:04 UTC - Rodric Rabbah: welcome @francois - ask away
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781804054800
----
2019-06-17 14:30:04 UTC - francois: :thumbsup:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781804054900
----
2019-06-17 14:30:08 UTC - francois: thanks!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781808055100
----
2019-06-17 14:30:37 UTC - francois: so I have some troubles with a function 
that exceeds its timeout
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781837055900
----
2019-06-17 14:30:57 UTC - francois: basically when i want to get the activation 
logs, well they are truncated
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781857056600
----
2019-06-17 14:31:06 UTC - francois: And I get : `There was an issue while 
collecting your logs. Data might be missing.`
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781866057000
----
2019-06-17 14:31:30 UTC - francois: What would be the reason of such a 
behavior? And is there a way to avoid that?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781890057700
----
2019-06-17 14:31:47 UTC - Rodric Rabbah: _(@James Thomas looks like we need a 
jira to route gitbox notification and send them to commit@a.o instead of dev 
list?)_
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560781907058200?thread_ts=1560781907.058200&cid=C3TPCAQG1
----
2019-06-17 14:35:04 UTC - francois: or maybe this message is very generic and 
maybe I get all the logs until I reach timeout?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782104059200
----
2019-06-17 14:35:47 UTC - Rodric Rabbah: the message comes from here 
<https://github.com/apache/incubator-openwhisk/blob/33d70bfbb368e8c263e9f7a6fccfd03cf6655d58/common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/logging/DockerToActivationLogStore.scala#L99>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782147059500
----
2019-06-17 14:35:51 UTC - Rodric Rabbah: if you’re curious
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782151059700
----
2019-06-17 14:36:14 UTC - Rodric Rabbah: your action timed out - when that 
happens, the system will produce whatever logs already exist but doesn’t wait 
for any more logs
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782174060500
----
2019-06-17 14:36:42 UTC - Rodric Rabbah: are you running your own openwhisk 
instance or using a hosted version?
is this a node action?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782202061200
----
2019-06-17 14:37:02 UTC - francois: Node action @ IBM
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782222061600
----
2019-06-17 14:37:29 UTC - Rodric Rabbah: my guess will be you have a promise 
that isn’t resolved and so the action times out
another usual suspect is a `request` that hangs
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782249062200
----
2019-06-17 14:38:39 UTC - francois: Mm I was wondering about some problems with 
promises too. Ok I will check that again.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782319063600
----
2019-06-17 14:38:46 UTC - francois: thanks!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782326064000
----
2019-06-17 14:39:03 UTC - Rodric Rabbah: try running `node &lt;your 
action.js&gt;` locally and see if it terminates
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782343064400
----
2019-06-17 14:40:03 UTC - francois: well I don't have this problem locally and 
it occurs sometimes, I would say every 1000 call.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782403065200
----
2019-06-17 14:40:37 UTC - francois: So maybe once in a while there's a problem 
to connect to the remote server I'm calling
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560782437065800
----
2019-06-17 17:07:19 UTC - James Thomas: ugh I did already ping infra about this 
before… let me try again
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560791239065900?thread_ts=1560781907.058200&cid=C3TPCAQG1
----
2019-06-17 19:18:19 UTC - Bin Wang: Hello everyone! I have a question here. Is 
it possible to install the lean configuration of OpenWhisk using helm?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560799099067500
----
2019-06-17 19:22:31 UTC - Dave Grove: You should be able to do it by just 
adding a flag to your myCluster.yaml 
(<https://github.com/apache/incubator-openwhisk-deploy-kube#deploying-lean-openwhisk-version>)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560799351068600
----
2019-06-17 19:23:01 UTC - Dave Grove: 
+1 : Bin Wang
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1560799381068700
----

Reply via email to