Prevent stack overflow in BluePrintProcessingGRPCHandler 34/128534/2
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 13 Apr 2022 00:25:18 +0000 (20:25 -0400)
committerJozsef Csongvai <jozsef.csongvai@bell.ca>
Wed, 13 Apr 2022 02:41:20 +0000 (22:41 -0400)
commitf5329877c16a910338274240d8e5e80ad7a28573
tree426f156fb3933298f8dd571cb0caf1c68233ae65
parent2264544baa8d38930d60524c806cd32c1e7ac045
Prevent stack overflow in BluePrintProcessingGRPCHandler

The overridden onError is called when a terminating error occurs in
the stream, for example when the calling client crashes. It should not
be handled the same way as CBA processing errors.

Issue-ID: CCSDK-3496
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ib0aa416325a5b9708615e0ef9d9c602df24518b9
ms/blueprintsprocessor/modules/inbounds/selfservice-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/selfservice/api/BluePrintProcessingGRPCHandler.kt