diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-12 11:10:58 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-12 11:10:58 -0500 |
commit | 9520e7cfed1474213930a9c877e223902a15eae5 (patch) | |
tree | 716b0d88a26aae69954a90cfaf261cfaa54ef74b /kubernetes/sdnc/values.yaml | |
parent | f26d9eff22180b8232f2965d347226e2a4999cd3 (diff) |
[SDNC] Tuning fixes for SDNC
Corrected issue in values.yaml that was causing OpenDaylight akka
configuration file override not to be loaded properly. As a result,
we are seeing memory-related exceptions (circuit-breaker exception), whic
seems to be contributing to a memory leak error.
Also, updated configuration to enhance logging so that summary of
messages in/out (aka 'audit log') is written for debugging purposes.
Issue-ID: SDNC-1430
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2a3950ecde1c53f8e68b11bbc9c0ddc136f67b54
Diffstat (limited to 'kubernetes/sdnc/values.yaml')
-rw-r--r-- | kubernetes/sdnc/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/values.yaml b/kubernetes/sdnc/values.yaml index 1d2fa266ea..ac433b7051 100644 --- a/kubernetes/sdnc/values.yaml +++ b/kubernetes/sdnc/values.yaml @@ -217,7 +217,7 @@ config: binDir: /opt/opendaylight/bin gcLogDir: /opt/opendaylight/data/log salConfigDir: /opt/opendaylight/system/org/opendaylight/controller/sal-clustering-config - salConfigVersion: 1.9.1 + salConfigVersion: 1.10.4 akka: seedNodeTimeout: 15s circuitBreaker: |