You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/23 11:54:11 UTC

[GitHub] sven-lange-last opened a new pull request #2416: Action limit test for log truncation procudes less log entries

sven-lange-last opened a new pull request #2416: Action limit test for log truncation procudes less log entries
URL: https://github.com/apache/incubator-openwhisk/pull/2416
 
 
   The test now uses the minimum supported log limit (1M) and creates one single log line
   too much to exceed the limit. In the past, the test had a limit of 2M and produced 3M logs.
   We frequently saw this test failing in mainOpenwhisk in the past few days because it took too
   long to PUT the activation record to Cloudant, i.e. more than 60 sec. We suspect that
   concurrent load tests in YS0 may have caused the long Cloudant response times because the
   Cloudant DB cluster is shared. But we don`t have enough diagnostic data to prove this assumption.
   At the same time, making the log portion in the activation record smaller with this change
   should also make the Cloudant request faster. This change does only affect limits and sizes but
   does not change the test's design.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services