diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-10-24 14:12:32 +0100 |
---|---|---|
committer | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2022-10-26 13:14:25 +0000 |
commit | 2a18c1df031b3b9fd04784673319e1cd38e12267 (patch) | |
tree | 5d67303600f50d6521825a566898623949e64f5b /cps-ri/src/test/resources | |
parent | e5254a7b007e4a0dc59003d94f43e688c25cf7d1 (diff) |
Creation of DataNodeBuilder with module name prefix is very slow
- Created a new hazelcast distributed cache for anchor data config use cases.
- Module name prefix is added for root data node only.
- Cached module name prefix by anchor name on demand from database at
first call.
- Introduced a new cache holder to have module name prefix of diff.
levels.
Issue-ID: CPS-1326
Change-Id: I9072f5efdeea59843cd827ac556d3c0547a3a0cf
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ri/src/test/resources')
-rw-r--r-- | cps-ri/src/test/resources/application.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cps-ri/src/test/resources/application.yml b/cps-ri/src/test/resources/application.yml index 18e6ed6243..e835b77b12 100644 --- a/cps-ri/src/test/resources/application.yml +++ b/cps-ri/src/test/resources/application.yml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Pantheon.tech +# Modifications Copyright (C) 2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +19,7 @@ spring: jpa: ddl-auto: create - show-sql: true + show-sql: false properties: hibernate: enable_lazy_load_no_trans: true @@ -33,4 +34,4 @@ spring: initialization-mode: always liquibase: - change-log: classpath:changelog/changelog-master.yaml
\ No newline at end of file + change-log: classpath:changelog/changelog-master.yaml |