You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/10/02 16:07:59 UTC

[GitHub] mrutkows commented on a change in pull request #578: Trigger feed Update and Locking Creation/Deletion of OpenWhisk entities

mrutkows commented on a change in pull request #578: Trigger feed Update and Locking Creation/Deletion of OpenWhisk entities
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/578#discussion_r142183227
 
 

 ##########
 File path: deployers/manifestreader.go
 ##########
 @@ -131,7 +131,13 @@ func (deployer *ManifestReader) HandleYaml(sdeployer *ServiceDeployer, manifestP
 }
 
 func (reader *ManifestReader) SetDependencies(deps map[string]utils.DependencyRecord) error {
+
+	d := reader.serviceDeployer
 
 Review comment:
   Trying to understand why we need a mutex semaphore... where do/can we have multiple methods accessing service deployer at the same time?
 
----------------------------------------------------------------
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