akalash commented on PR #524:
URL: https://github.com/apache/flink-web/pull/524#issuecomment-1113499864

   > Question here: For the case of backpressure and no backpressure, what is 
exactly meant? Is it backpressure to the upstream task or from downstream task? 
I assume the first, but I would suggest to make this explicit here.
   
   I didn't get the question. It is backpressure to the upstream task from 
downstream task(there is no any `or` there). So it means that the current task 
can not proceed due to output buffers being full. Maybe I need to clarify 
something but I don't really understand what exactly.
   
   > Is it important to note that, in theory, one could adjust both parameters? 
Or is there a conceptual reason to adjust only buffer size? If not, I would 
remove that sentence.
   
   I think it is important to know that since if the user know about two 
parameters(buffer size, buffer numbers) it is obvious question what and how 
buffer debloating change. Ideally, we should change both these parameters but 
by simplicity reason(at least as first implementation) we decided to change 
only buffer size. Perhaps, we can just simplify this sentence like `Currently, 
the buffer debloating manages the memory usage by adjusting only the size of 
the network buffer while the number of network buffers remains always the 
constant`
   
   > Looks good but why is 'Multiple inputs and unions' section from the linked 
manual missing?
   
   We actually already implemented that so we should fix the original 
documentation instead. at least we need to check what was implemented already. 
I will do that.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to