Christian Bickel created EMAIL-179:
--------------------------------------
Summary: Mail is not sent to mailing list
Key: EMAIL-179
URL: https://issues.apache.org/jira/browse/EMAIL-179
Project: Commons Email
Issue Type: Bug
Reporter: Christian Bickel
Yesterday I tried to write a mail to the dev list of openwhisk
([email protected]) (twice) but the message did not appear.
I used the same mail address (to send the mail), where all the dev list mails
are arriving.
There was no error or any indication why this mail did not appear on the dev
list.
There is also no issue on receiving any mails from the dev-list.
Here is the mail I wanted to send, including all headers:
```
MIME-Version: 1.0
Date: Tue, 3 Jul 2018 13:13:16 +0200
Message-ID: <CAKWevuonMHz6eFEwAnzm=8tduuthorogv+cr33fsbtet-eu...@mail.gmail.com>
Subject: Limit of binary actions
From: Christian Bickel <[email protected]>
To: [email protected]
Content-Type: text/plain; charset="UTF-8"
Hey,
a few days a go we found a little bug:
On creating an action, the code is sent to the controller. Afterwards
the controller checks, that the code is not too big. If the code
itself is sent directly (e.g. uploading a single `.js` file), the
limit is 48MB (today).
If an archive is uploaded, it will be encoded with base64. The problem
here is, that base64 has an overhead of 1/3. This means, if you have
an archive, that has a size of e.g. 45MB, 60MB will be sent to the
controller. So the request will be rejected. This is not expected for
the user, as a limit of 48MB was proposed to him.
I opened a PR to fix this behaviour:
https://github.com/apache/incubator-openwhisk/pull/3835
As this change, potentially raises the action size in the database, I
wanted to ask if anyone has any concerns with this PR.
If not, I will go forward with it.
Greetings
```
Thanks a lot in advance for your help.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)