You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/24 02:33:40 UTC

[GitHub] jiangpengcheng edited a comment on issue #4230: Complete blocking activations immediately

jiangpengcheng edited a comment on issue #4230: Complete blocking activations immediately
URL: https://github.com/apache/incubator-openwhisk/pull/4230#issuecomment-457043944
 
 
   @dubee 
   
   > @jiangpengcheng, how were you able to reproduce this problem? I looked at the related issue, seems to involve an activation that is too large for Kafka, is that correct? My understanding is that activations that are too large for Kafka should be truncated by the invoker.
   
   my thought is that once `RecordTooLargeException` is threw and catched, invoker will send a `ResultMessage(tid, Left(activationId))` too Kafka, then the error will happen
   
   do you mean that since invoker will truncate the activation if it is too large, the `RecordTooLargeException` will never be threw?

----------------------------------------------------------------
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