Update git submodules
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>
Wed, 6 Nov 2019 21:09:46 +0000 (21:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Nov 2019 21:09:46 +0000 (21:09 +0000)
commit53cda52463a6a7ad45a00901740f601110f4ba22
tree8200eabfa7c88371bc1253b1d5e7e1ec5c6c3231
parenta3ea408c9024403fe546880b4074e170afc7d1b9
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 88e3ef2d396bc91051b182d11a2d490bf37abf08
  - Merge "Rolling upgrade support for in-flight requests"
  - Rolling upgrade support for in-flight requests

    Three entry points are being handled :
     1 - REST endpoint
     2 - gRPC endpoint
     3 - Kafka consumer

    We make use of Phaser object to make sure the PreDestroy callback wait
    for all requests to be executed before stopping the process.

    The docker image was also modified to make sure the java process becomes
    PID 1 in the container in order to catch the SIGTERM signal which
    triggers the PreDestroy callback of Spring. This was done by using
    the "exec" command in bash.

    Issue-ID: CCSDK-1885
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
    Change-Id: I3e2a72e26a4c8b7768ebc374ea40aa8d55fb6761
docs/submodules/ccsdk/cds.git