2019-03-30 00:14:15 UTC - Rodric Rabbah: Try this 
<https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md#activation>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553904855030700
----
2019-03-30 08:17:40 UTC - Barry: Is there any document about how to configure 
the parameters for each component ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553933860032500?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 09:18:22 UTC - Rodric Rabbah: Anything in particular? The 
application.conf files have some but if you’re looking for an exhaustive list I 
think we’ve been remiss to do that. That’s a good area to address with docs. 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553937502034000?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 12:44:08 UTC - Barry: Thanks, actually I have no idea about the 
error response like this: "error: Unable to invoke action 'greeting1': The 
server is currently unavailable (because it is overloaded or down for 
maintenance). (code LKGQKz2OBQatmbQKvgzH4J3MwdK2Y1lQ)"
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553949848034200?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 12:44:49 UTC - Rodric Rabbah: grep the code in the controller logs. 
Typically that means your connection to the database is failing. 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553949889035000?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 12:48:19 UTC - Barry: My invoker is still running, but controller 
says no invoker available,
"[ActionsApi] [POST] failed in loadbalancer: No invokers available"
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553950099035200?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 12:52:27 UTC - Barry: I found that when the invoker doesn't print 
this log "[InvokerReactive] posted completion of activation 
5e54591a1e91478b94591a1e91d78b92", then I will get the error message "error: 
Unable to invoke action 'greeting1': The server is currently unavailable 
(because it is overloaded or down for maintenance). (code 
LKGQKz2OBQatmbQKvgzH4J3MwdK2Y1lQ)"
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553950347035400?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 12:53:36 UTC - Barry: But I don't know why invoker stop to send the 
activation completion informations
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553950416035600?thread_ts=1553933860.032500&cid=C3TPCAQG1
----
2019-03-30 15:15:43 UTC - Rodric Rabbah: if the invoker isn’t sending the 
active ack message (the completion message) then that could explain the 
controller’s view that no load balancers are available. Have you shared the 
invoker logs anywhere for review? It is odd that the invoker is consuming 
message but not publishing any.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1553958943035800?thread_ts=1553933860.032500&cid=C3TPCAQG1
----

Reply via email to