gyfora commented on PR #847:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/847#issuecomment-2222163270

   > Hi, @mxm, @gyfora. I rewrote the code for the processing rate 
backpropagation. Unfortunately, backpropagation results depend on the vertices 
order during backpropagation, and the default Flink's topological order may not 
be the best. Also, I decided to update target data rate metrics during 
backpropagation processing to make the code more compact. Is it ok?
   
   I think the backpropagation has to go in **reverse** topological order (ie 
from sinks to sources) and then it should be stable. Am I missing something 
@aplyusnin ?


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