You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/22 07:55:23 UTC

[GitHub] [flink-statefun] igalshilman commented on issue #30: [FLINK-16226] Add Backpressure to HttpFunction

igalshilman commented on issue #30: [FLINK-16226] Add Backpressure to HttpFunction
URL: https://github.com/apache/flink-statefun/pull/30#issuecomment-589930100
 
 
   I think I understand from where the confusion comes from.
   requstState (see field comment)
   Has technically two states: (to reduce StateHandle count)
   1. A flag rather there is something in flight 
   (NULL means nothing, 0 means there is a batch in flight)
   2. The second state that is tracked is, the size of the currently accumulating batch (regardless of what is on the wire) 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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