Abacn commented on PR #29537:
URL: https://github.com/apache/beam/pull/29537#issuecomment-1830363985

   >  it does feel like the cache is going to be invalidated after basically 
every write
   
   There could be further optimization, e.g. identify which `get()` call not 
altering the cache so that one can use something like `getReadOnly` which do 
not set `confMutated`. for now the important part is to resolve NPE.


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