nastra commented on PR #7194:
URL: https://github.com/apache/iceberg/pull/7194#issuecomment-1485260971

   > but I am curious to see if we could provide some out-of-the-box 
optimization vendor integrations in this way through the metrics reporter if 
the user does not want to use any auto-optimization solution.
   
   One of the problems with the proposed approach is that optimizations are 
being triggered as an immediate result of a commit. The implication is that 
whatever happens in the metric report consumer needs to happen in a way that 
doesn't affect the commit path. For example, failures in the consumer should 
not lead to commit failures. 
   Additionally, every single commit triggers additional workload, so I think 
consuming a metrics report and actually performing some workload should be 
completely decoupled from one another.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to