This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git.


    from fa8b462  Basic support for dynamic invoker id assignment. (#2689)
     add 1110c34  Implement bulk write of activations in the Invoker. (#2812)

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/whisk/common/Logging.scala      |   1 +
 .../scala/whisk/core/database/ArtifactStore.scala  |  11 ++
 .../main/scala/whisk/core/database/Batcher.scala   |  84 +++++++++++++++
 .../whisk/core/database/CouchDbRestClient.scala    |   4 +
 .../whisk/core/database/CouchDbRestStore.scala     |  37 ++++++-
 .../whisk/core/database/DocumentFactory.scala      |   8 ++
 .../src/main/scala/whisk/core/entity/DocInfo.scala |   5 +-
 .../scala/whisk/core/invoker/InvokerReactive.scala |  23 ++--
 tests/src/test/scala/common/LoggedFunction.scala   |  10 ++
 .../whisk/core/database/test/BatcherTests.scala    | 118 +++++++++++++++++++++
 .../database/test/CouchDbRestClientTests.scala     |  45 +++++++-
 11 files changed, 334 insertions(+), 12 deletions(-)
 create mode 100644 
common/scala/src/main/scala/whisk/core/database/Batcher.scala
 create mode 100644 
tests/src/test/scala/whisk/core/database/test/BatcherTests.scala

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to