rkhachatryan opened a new pull request #17282:
URL: https://github.com/apache/flink/pull/17282


   This is a protottype to evalueate the use of `ShareableStateHandle` in 
`KeyedStateHandle.getIntersection`.
   
   First, it introduces `ShareableStateHandle` that can be marked as shared 
(e.g. `FileStateHandle`) or checked whether it is shared.
   Second, it marks such states in case of key group range intersection on 
rescaling.
   
   It doesn't address the case when the state is shared across different 
operators (i.e. changelog files).


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to