You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@git.apache.org on 2017/06/01 13:17:40 UTC

[GitHub] markusthoemmes commented on issue #2324: Many "Message length exceeded" locks OpenWhisk (DoS vulnerability?)

markusthoemmes commented on issue #2324: Many "Message length exceeded" locks OpenWhisk (DoS vulnerability?)
URL: https://github.com/apache/incubator-openwhisk/issues/2324#issuecomment-305490166
 
 
   The culprit here is that active acks are not properly returned as Kafka won't eat them. Therefore the monitoring for that user's queue gets out of bounds and never goes down again.
   
   I agree it's a bug and we need to be more defensive when putting the message into Kafka (i.e. checking it's size first and drop or cut the result).
   
   IIRC @rabbah did something to mitigate this?
 
----------------------------------------------------------------
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