You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/20 13:33:23 UTC

[GitHub] chetanmeh commented on issue #3453: Introduce a AttachmentStore SPI

chetanmeh commented on issue #3453: Introduce a AttachmentStore SPI
URL: https://github.com/apache/incubator-openwhisk/pull/3453#issuecomment-374598806
 
 
   >  dont follow the need for the volatile attachments.
   
   The updates to state are performed via stream stage and hence is single threaded. However reads can happen concurrently in other threads so the reference to map is marked as `var` and `volatile`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services