dubeejw commented on a change in pull request #2730: Reduce memory consumption
for action invocation
URL:
https://github.com/apache/incubator-openwhisk/pull/2730#discussion_r139057817
##########
File path:
common/scala/src/main/scala/whisk/core/database/CouchDbRestStore.scala
##########
@@ -150,6 +157,18 @@ class CouchDbRestStore[DocumentAbstraction <:
DocumentSerializer](
ErrorLevel))
}
+ def newRead[A](ma: Manifest[A], value: JsValue) = {
Review comment:
Test failures are a result of this hack. Need to figure out a better way.
----------------------------------------------------------------
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