Pool slot was shut down

2019-11-27 Thread Ruediger Maass
Hi there, could you help for a potentially dummy question? Since a few days I observe many entries in the logs of our builds like this [2019-11-25T09:30:56.217Z] [ERROR] Outgoing request stream error akka.http.impl.engine.client.pool.NewHostConnectionPool$HostConnectionPoolStage$$anon$1$Slot$$

Re: Allow decision about action result inclusion in logs on a per call basis

2019-09-10 Thread Ruediger Maass
r case signals to me that this is useful, at least to have as a config flag, but I would apply it at the Activation level, and not just downstream in the user_log. Thanks Tyson On 9/6/19, 10:21 AM, "Ruediger Maass" wrote: corrected the subject of this email, sorry about

Re: Allow decision about action result inclusion in logs on a per call basis

2019-09-06 Thread Ruediger Maass
corrected the subject of this email, sorry about this. From: Ruediger Maass/Germany/IBM To: dev@openwhisk.apache.org Date: 06/09/2019 19:18 Subject:Re: [EXTERNAL] Re: Allow decision about action result inclusion in logs on a per call basis Ok, I see the problem. I'll

RE: Allow decision about action result inclusion in logs on a per call basis

2019-09-06 Thread Ruediger Maass
.com/apache/openwhisk/pull/4604 Thanks, Ruediger From: Rodric Rabbah To: dev@openwhisk.apache.org Date: 06/09/2019 02:05 Subject:[EXTERNAL] Re: Allow decision about action result inclusion in logs on a per call basis I think it?s not clear to me when you say ?log?.

Re: Allow decision about action result inclusion in logs on a per call basis

2019-09-05 Thread Ruediger Maass
gy. In the default case, there would be no behavioral change of OpenWhisk with the flag, i.e. no one needs to care about the flag if not wanted. But it would help us and maybe others to solve the described problem. Thanks, Ruediger From: Ruediger Maass/Germany/IBM To: dev@openwhisk.apach

Re: Allow decision about action result inclusion in logs on a per call basis

2019-09-04 Thread Ruediger Maass
Let me please add the information that the behavior of OpenWhisk is not changed by this fix. The provided feature must be actively chosen. Thanks, Ruediger From: "Ruediger Maass" To: dev@openwhisk.apache.org Date: 04/09/2019 10:42 Subject:[EXTERNAL] Re: Allow deci

Re: Allow decision about action result inclusion in logs on a per call basis

2019-09-04 Thread Ruediger Maass
otation and let the user decide: ok to save the result, not ok > to save the result, only save the result on error. > > -r > > On Tue, Sep 3, 2019 at 8:17 AM Ruediger Maass > wrote: > > > Action results may contain sensible data that should not be logged. There > >

Allow decision about action result inclusion in logs on a per call basis

2019-09-04 Thread Ruediger Maass
correction of link to PR: https://github.com/apache/openwhisk/pull/4604 Thanks, Ruediger Maass From: "Ruediger Maass" To: dev@openwhisk.apache.org Date: 03/09/2019 14:17 Subject:[EXTERNAL] Allow decision about action result inclusion in logs on a per call basis

Allow decision about action result inclusion in logs on a per call basis

2019-09-03 Thread Ruediger Maass
Action results may contain sensible data that should not be logged. There is a system configuration flag (writeResultToFile) that can be used to switch on or off the result inclusion in logs. But this is a global switch that holds for all activations. In our case we want to able to decide per a

Allow individual field sets for activation_record and user_log

2019-08-28 Thread Ruediger Maass
In our environment we need to handle activation_record entries (i.e., activation metadata) and user_log entries differently in activation logs. Therefore we need individual field sets for storing these entries with ActivationFileStorage that we use in our Activation Store SPI implementation. T