You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2018/07/04 21:50:00 UTC

[jira] [Resolved] (EMAIL-179) Mail is not sent to mailing list

     [ https://issues.apache.org/jira/browse/EMAIL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved EMAIL-179.
------------------------
    Resolution: Not A Problem

AFAICT the mail is waiting moderation.

Mak sure you are subscribed, and that the smtp envelope uses the same address.

> 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
>            Priority: Major
>
> Yesterday I tried to write a mail to the dev list of openwhisk (dev@openwhisk.apache.org) (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: <CA...@mail.gmail.com>
> Subject: Limit of binary actions
> From: Christian Bickel <ap...@cbickel.de>
> To: dev@openwhisk.apache.org
> 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)