chetanmeh commented on a change in pull request #4312: Record clusterId 
performing change in CosmosDB
URL: 
https://github.com/apache/incubator-openwhisk/pull/4312#discussion_r261487543
 
 

 ##########
 File path: 
common/scala/src/main/scala/org/apache/openwhisk/core/database/cosmosdb/CosmosDBArtifactStore.scala
 ##########
 @@ -445,7 +462,8 @@ class CosmosDBArtifactStore[DocumentAbstraction <: 
DocumentSerializer](protected
       Seq(
         (cid, Some(JsString(escapeId(json.fields(_id).convertTo[String])))),
         (etag, json.fields.get(_rev)),
-        (computed, computedOpt))
+        (computed, computedOpt),
+        (clusterId, clusterIdValue))
 
 Review comment:
   Documented it now as part of scaladoc for `CosmosDBConstants`  

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to